Definition Type: Group
Name: scale
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: recordType.xsd
Collapse XSD Schema Diagram:
Drilldown into noScale in schema recordtype_xsd Drilldown into classification in schema recordtype_xsd Drilldown into frame in schema recordtype_xsd Drilldown into frame in schema recordtype_xsd Drilldown into unitOfMeasure in schema gml_xsdXSD Diagram of scale in schema recordtype_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<group name="scale">
    <choice>
        <sequence>
            <element ref="gml:unitOfMeasure">
                <annotation>
                    <documentation>Use this element to indicate an unit of measure for numeric values on
a ratio scale.</documentation>
                </annotation>
            </element>
            <element name="frame" type="gml:ReferenceType" minOccurs="0">
                <annotation>
                    <documentation>Use this element to indicate the description of a reference system for
numeric values on an interval scale.</documentation>
                </annotation>
            </element>
        </sequence>
        <element name="frame" type="gml:ReferenceType">
            <annotation>
                <documentation>Use this element to indicate the description of a reference system for
numeric values on an interval scale.</documentation>
            </annotation>
        </element>
        <element name="classification" type="gml:StringOrRefType">
            <annotation>
                <documentation>Use this element to indicate an informally or externally described
classification scheme for values on an Ordinal or Nominal scale.</documentation>
            </annotation>
        </element>
        <element name="noScale" type="boolean" fixed="true" />
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unitOfMeasure gml:unitOfMeasure (1) (1)
frame swe:frame 0 (1)
frame swe:frame (1) (1)
classification swe:classification (1) (1)
noScale swe:noScale (1) (1)