Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element PrecedenceType / PrecedenceEnum
Annotations
The PrecedenceEnum element describes an often-used precedence of a datum in a feature control frame or compound datum.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_PrecedenceEnumType.tmp#PrecedenceEnumType
Type PrecedenceEnumType
Properties
content simple
Facets
enumeration PRIMARY
enumeration SECONDARY
enumeration TERTIARY
enumeration QUATERNARY
enumeration QUINARY
enumeration SENARY
Source
<xs:element name="PrecedenceEnum" type="PrecedenceEnumType">
  <xs:annotation>
    <xs:documentation>The PrecedenceEnum element describes an often-used precedence of a datum in a feature control frame or compound datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element PrecedenceType / OtherPrecedence
Annotations
The OtherPrecedence element describes the precedence of a datum in a feature control frame or compound datum in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherPrecedence" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherPrecedence element describes the precedence of a datum in a feature control frame or compound datum in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type PrecedenceType
Annotations
The PrecedenceType defines the precedence of a datum in a feature control frame or compound datum.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PrecedenceType.tmp#PrecedenceType_PrecedenceEnum IntermediatesPMI_xsd_Complex_Type_PrecedenceType.tmp#PrecedenceType_OtherPrecedence
Used by
Children OtherPrecedence, PrecedenceEnum
Source
<xs:complexType name="PrecedenceType">
  <xs:annotation>
    <xs:documentation>The PrecedenceType defines the precedence of a datum in a feature control frame or compound datum.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="PrecedenceEnum" type="PrecedenceEnumType">
      <xs:annotation>
        <xs:documentation>The PrecedenceEnum element describes an often-used precedence of a datum in a feature control frame or compound datum.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherPrecedence" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherPrecedence element describes the precedence of a datum in a feature control frame or compound datum in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd