Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element SlotEndType / SlotEndEnum
Annotations
The SlotEndEnum element describes an often-used shape of the end of a slot.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_SlotEndEnumType.tmp#SlotEndEnumType
Type SlotEndEnumType
Properties
content simple
Facets
enumeration ROUND
enumeration FLAT
enumeration OPEN
enumeration UNDEFINED
Source
<xs:element name="SlotEndEnum" type="SlotEndEnumType">
  <xs:annotation>
    <xs:documentation>The SlotEndEnum element describes an often-used shape of the end of a slot.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element SlotEndType / OtherSlotEnd
Annotations
The OtherSlotEnd element describes the shape of the end of a slot in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherSlotEnd" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherSlotEnd element describes the shape of the end of a slot in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type SlotEndType
Annotations
The SlotEndType defines the shape of the end of a slot.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_SlotEndType.tmp#SlotEndType_SlotEndEnum PrimitivesPMI_xsd_Complex_Type_SlotEndType.tmp#SlotEndType_OtherSlotEnd
Used by
Children OtherSlotEnd, SlotEndEnum
Source
<xs:complexType name="SlotEndType">
  <xs:annotation>
    <xs:documentation>The SlotEndType defines the shape of the end of a slot.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="SlotEndEnum" type="SlotEndEnumType">
      <xs:annotation>
        <xs:documentation>The SlotEndEnum element describes an often-used shape of the end of a slot.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherSlotEnd" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherSlotEnd element describes the shape of the end of a slot in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd