Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:csSourceType
Namespace tps
Annotations
The type of coordinate system source (can be predefined, external, userdefined or undefined)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration predefined
enumeration external
enumeration userdefined
enumeration undefined
Used by
Source
<xs:simpleType name="csSourceType">
  <xs:annotation>
    <xs:documentation>The type of coordinate system source (can be predefined, external, userdefined or undefined)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="predefined"/>
    <xs:enumeration value="external"/>
    <xs:enumeration value="userdefined"/>
    <xs:enumeration value="undefined"/>
  </xs:restriction>
</xs:simpleType>