Documentation for fieldgml

Complex Type: SearchParamType

[Table of contents]

Super-types: None
Sub-types: None
Name SearchParamType
Used by (from the same schema document) Complex Type KrigingType , Complex Type IDWType
Abstract no
XML Instance Representation
<...>
<Radius> xs:double </Radius> [0..1]
<MinNeighbours> xs:positiveInteger </MinNeighbours> [0..1]
<MaxNeighbours> xs:positiveInteger </MaxNeighbours> [0..1]
<MinNeighboursQuadrant> xs:positiveInteger </MinNeighboursQuadrant> [0..1]
</...>
Diagram
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>