<complexType name="RangeType">
<annotation>
<documentation>A range of values of a numeric parameter. This range can be continuous or discrete, defined by a fixed spacing between adjacent valid values. If the MinimumValue or MaximumValue is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the rangeClosure. </documentation>
</annotation>
<sequence>
<element ref="ows:MinimumValue" minOccurs="0">
</element>
<element ref="ows:MaximumValue" minOccurs="0">
</element>
<element ref="ows:Spacing" minOccurs="0">
<annotation>
<documentation>Shall be included when the allowed values are NOT continuous in this range. Shall not be included when the allowed values are continuous in this range. </documentation>
</annotation>
</element>
</sequence>
<attribute ref="ows:rangeClosure" use="optional">
<annotation>
<documentation>Shall be included unless the default value applies. </documentation>
</annotation>
</attribute>
</complexType>
|