Definition Type: Group
Name: ValuesUnit
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsDomainType.xsd
Documentation:
Indicates that this quantity has units or a reference system, and identifies the unit or reference system used by the AllowedValues or ValuesReference.
Collapse XSD Schema Diagram:
Drilldown into ReferenceSystem in schema owsdomaintype_xsd Drilldown into UOM in schema owsdomaintype_xsdXSD Diagram of ValuesUnit in schema owsdomaintype_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<group name="ValuesUnit">
    <annotation>
        <documentation>Indicates that this quantity has units or a reference system, and identifies the unit or reference system used by the AllowedValues or ValuesReference. </documentation>
    </annotation>
    <choice>
        <element ref="ows:UOM">
            <annotation>
                <documentation>Identifier of unit of measure of this set of values. Should be included then this set of values has units (and not a more complete reference system). </documentation>
            </annotation>
        </element>
        <element ref="ows:ReferenceSystem">
            <annotation>
                <documentation>Identifier of reference system used by this set of values. Should be included then this set of values has a reference system (not just units). </documentation>
            </annotation>
        </element>
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UOM ows:UOM (1) (1)
ReferenceSystem ows:ReferenceSystem (1) (1)