Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:stateType
Namespace tps
Annotations
The state of an element (can be existing, deleted or undefined)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration existing
enumeration deleted
enumeration undefined
Used by
Source
<xs:simpleType name="stateType">
  <xs:annotation>
    <xs:documentation>The state of an element (can be existing, deleted or undefined)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="existing"/>
    <xs:enumeration value="deleted"/>
    <xs:enumeration value="undefined"/>
  </xs:restriction>
</xs:simpleType>