Schema Component Representation
<
xs:complexType
name="
SearchParamType">
<
xs:sequence>
<
xs:element
name="
Radius"
type="
xs:double
"
maxOccurs="
1"
minOccurs="
0"/>
<
xs:element
name="
MinNeighbours"
type="
xs:positiveInteger
"
maxOccurs="
1"
minOccurs="
0"/>
<
xs:element
name="
MaxNeighbours"
type="
xs:positiveInteger
"
maxOccurs="
1"
minOccurs="
0"/>
<
xs:element
name="
MinNeighboursQuadrant"
type="
xs:positiveInteger
"
maxOccurs="
1"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>