Definition Type: SimpleType
Name: SignType
Namespace: http://www.opengis.net/gml
Containing Schema: basicTypes.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 basictypes_xsd (Geography Markup Language)
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 +
Collapse Derivation Tree:
Collapse References:
gml:incrementDirection, gml:orientation, gml:orientation, gml:orientation, gml:orientation, gml:orientation, gml:orientation