Documentation for fieldgml

Simple Type: SignType

[Table of contents]

Super-types: string < SignType (by restriction)
Sub-types: None
Name SignType
Content
  • Base XSD Type: string
  • value comes from list: {'-'|'+'}
Documentation Utility type used in various places - e.g. to indicate the direction of topological objects; "+" for forwards, or "-" for backwards.
Diagram
Schema Component Representation
<simpleType name="SignType">
<restriction base=" string ">
<enumeration value="-"/>
<enumeration value="+"/>
</restriction>
</simpleType>