Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type SlotEndEnumType
Annotations
The SlotEndEnumType enumerates values that describe whether a slot has a round, flat (square), or open end.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration ROUND
enumeration FLAT
enumeration OPEN
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="SlotEndEnumType">
  <xs:annotation>
    <xs:documentation>The SlotEndEnumType enumerates values that describe whether a slot has a round, flat (square), or open end.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="ROUND"/>
    <xs:enumeration value="FLAT"/>
    <xs:enumeration value="OPEN"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd