Showing:

Annotations
Diagrams
Facets
Source
Simple Type tps:pointAttrType
Namespace tps
Annotations
A point flag (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration unknown
enumeration manual
enumeration topo
enumeration auto_topo
enumeration control
enumeration staked
enumeration checkpoint
Source
<xs:simpleType name="pointAttrType">
  <xs:annotation>
    <xs:documentation>A point flag (can be unknown, manual, topo, auto-topo, control, staked and checkpoint)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="unknown"/>
    <xs:enumeration value="manual"/>
    <xs:enumeration value="topo"/>
    <xs:enumeration value="auto_topo"/>
    <xs:enumeration value="control"/>
    <xs:enumeration value="staked"/>
    <xs:enumeration value="checkpoint"/>
  </xs:restriction>
</xs:simpleType>