Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type VocabType
Namespace No namespace
Annotations
Vocab Type
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_EnumerationToken.tmp#EnumerationToken
Type restriction of EnumerationToken
Type hierarchy
Facets
maxLength 50
enumeration L
L Leaf; a term that has no children in the specialization hierarchy, and is selectable, and therefore deemed to be a leaf.
enumeration A
A Abstract; a term that has children in the specialization hierarchy, but is not, itself, selectable and therefore deemed
abstract.
enumeration S
S Specializable; a term that has children in the specialization hierarchy, and is also selectable and therefore deemed
specializable.
enumeration D
D Deprecated; a term that should not be used any longer
Used by
Source
<xs:simpleType name="VocabType">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Vocab Type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="EnumerationToken">
    <xs:enumeration value="L">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="en-US">Leaf</xforms:label>
          <xforms:label xml:lang="nl-NL">Leaf</xforms:label>
          <xforms:label xml:lang="de-DE">Leaf</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">L Leaf; a term that has no children in the specialization hierarchy, and is selectable, and therefore deemed to be a leaf.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="en-US">Abstract</xforms:label>
          <xforms:label xml:lang="nl-NL">Abstract</xforms:label>
          <xforms:label xml:lang="de-DE">Abstract</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">A Abstract; a term that has children in the specialization hierarchy, but is not, itself, selectable and therefore deemed abstract.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="S">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="en-US">Specializable</xforms:label>
          <xforms:label xml:lang="nl-NL">Specializable</xforms:label>
          <xforms:label xml:lang="de-DE">Specializable</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">S Specializable; a term that has children in the specialization hierarchy, and is also selectable and therefore deemed specializable.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="D">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="en-US">Deprecated</xforms:label>
          <xforms:label xml:lang="nl-NL">Deprecated</xforms:label>
          <xforms:label xml:lang="de-DE">Deprecated</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">D Deprecated; a term that should not be used any longer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>