Definition Type: SimpleType
Name: SignType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Documentation:
Utility type used in various places - e.g. to indicate the direction of topological objects; "+" for forwards, or "-" for backwards.
Collapse XSD Schema Diagram:
XSD Diagram of SignType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="SignType">
    <annotation>
        <documentation>Utility type used in various places 
      - e.g. to indicate the direction of topological objects;
      "+" for forwards, or "-" for backwards.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="-" />
        <enumeration value="+" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration -
Enumeration +