Definition Type: ComplexType
Name: RepresentationType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Containing Schema: recordType.xsd
Abstract
Documentation:
this uses components copied from XML Schema to describe the "value-space" in terms of a base type and facets, or a composite such as a union. For numeric types this will normally indicate integer, double etc and (optionally) facets to describe one or more intervals or a precision. For textual types this will normally indicate string, token etc and (optionally) facets will indicate a pattern, enumeration, length etc.
Collapse XSD Schema Diagram:
Drilldown into SimpleType in schema recordtype_xsdXSD Diagram of RepresentationType in schema recordtype_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RepresentationType">
    <annotation>
        <documentation>this uses components copied from XML Schema to describe the "value-space" in terms
of
a base type and facets, or a composite such as a union.
For numeric types this will normally indicate integer, double etc and (optionally) facets
to describe one or more intervals or a precision.
For textual types this will normally indicate string, token etc and (optionally) facets
will indicate a pattern, enumeration, length etc.</documentation>
    </annotation>
    <sequence>
        <element name="SimpleType">
            <complexType>
                <complexContent>
                    <extension base="st:localSimpleType">
                        <sequence>
                            <group ref="swe:scale" />
                        </sequence>
                    </extension>
                </complexContent>
            </complexType>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SimpleType swe:SimpleType (1) (1)
Collapse Derivation Tree:
Collapse References:
swe:representation