Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:TypeCSType
Namespace tps
Annotations
The type of Coordinate system (can be datum xyz, datum lbh, grid, ground, local or undefined)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration datum_xyz
enumeration datum_lbh
enumeration grid
enumeration ground
enumeration local
enumeration undefined
Used by
Source
<xs:simpleType name="TypeCSType">
  <xs:annotation>
    <xs:documentation>The type of Coordinate system (can be datum xyz, datum lbh, grid, ground, local or undefined)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="datum_xyz"/>
    <xs:enumeration value="datum_lbh"/>
    <xs:enumeration value="grid"/>
    <xs:enumeration value="ground"/>
    <xs:enumeration value="local"/>
    <xs:enumeration value="undefined"/>
  </xs:restriction>
</xs:simpleType>