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
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 Derivation Tree:
Collapse References:
gml:orientation, gml:orientation, gml:orientation, gml:orientation, gml:orientation, gml:orientation
Collapse Comments:
blog comments powered by Disqus