Definition Type: ComplexType
Name: DimensionType
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: context.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into current in schema context_xsd Drilldown into nearestValue in schema context_xsd Drilldown into multipleValues in schema context_xsd Drilldown into default in schema context_xsd Drilldown into userValue in schema context_xsd Drilldown into unitSymbol in schema context_xsd Drilldown into units in schema context_xsd Drilldown into name in schema context_xsdXSD Diagram of DimensionType in schema context_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="DimensionType">
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="name" type="xs:string" use="required" />
            <xs:attribute name="units" type="xs:string" use="required" />
            <xs:attribute name="unitSymbol" type="xs:string" use="required" />
            <xs:attribute name="userValue" type="xs:string" use="required" />
            <xs:attribute name="default" type="xs:string" />
            <xs:attribute name="multipleValues" type="xs:boolean" />
            <xs:attribute name="nearestValue" type="xs:boolean" />
            <xs:attribute name="current" type="xs:boolean" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name context:name Required
units context:units Required
unitSymbol context:unitSymbol Required
userValue context:userValue Required
default context:default (Optional)
multipleValues context:multipleValues (Optional)
nearestValue context:nearestValue (Optional)
current context:current (Optional)
Collapse Derivation Tree:
Collapse References:
context:Dimension