<complexType name="UnNamedDomainType">
<annotation>
<documentation>Valid domain (or allowed set of values) of one quantity, with needed metadata but without a quantity name or identifier. </documentation>
</annotation>
<sequence>
<group ref="ows:PossibleValues" />
<element ref="ows:DefaultValue" minOccurs="0">
<annotation>
<documentation>Optional default value for this quantity, which should be included when this quantity has a default value. </documentation>
</annotation>
</element>
<element ref="ows:Meaning" minOccurs="0">
<annotation>
<documentation>Meaning metadata should be referenced or included for each quantity. </documentation>
</annotation>
</element>
<element ref="ows:DataType" minOccurs="0">
<annotation>
<documentation>This data type metadata should be referenced or included for each quantity. </documentation>
</annotation>
</element>
<group ref="ows:ValuesUnit" minOccurs="0">
<annotation>
<documentation>Unit of measure, which should be included when this set of PossibleValues has units or a more complete reference system. </documentation>
</annotation>
</group>
<element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Optional unordered list of other metadata about this quantity. A list of required and optional other metadata elements for this quantity should be specified in the Implementation Specification for this service. </documentation>
</annotation>
</element>
</sequence>
</complexType>
|