Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ExtentType / ExtentEnum
Annotations
The ExtentEnum element describes an often-used extent over which a characteristic is applied.
Diagram
Diagram Characteristics_xsd_Simple_Type_ExtentEnumType.tmp#ExtentEnumType
Type ExtentEnumType
Properties
content simple
Facets
enumeration ALL_OVER
enumeration ALL_AROUND
enumeration ALL_OVER_THIS_SIDE
enumeration ALL_AROUND_THIS_SIDE
enumeration UNDEFINED
Source
<xs:element name="ExtentEnum" type="ExtentEnumType">
  <xs:annotation>
    <xs:documentation>The ExtentEnum element describes an often-used extent over which a characteristic is applied.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ExtentType / OtherExtent
Annotations
The OtherExtent element describes the extent over which a characteristic is applied in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherExtent" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherExtent element describes the extent over which a characteristic is applied in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ExtentType
Annotations
The ExtentType defines the extent over which a characteristic is applied.
Diagram
Diagram Characteristics_xsd_Complex_Type_ExtentType.tmp#ExtentType_ExtentEnum Characteristics_xsd_Complex_Type_ExtentType.tmp#ExtentType_OtherExtent
Used by
Children ExtentEnum, OtherExtent
Source
<xs:complexType name="ExtentType">
  <xs:annotation>
    <xs:documentation>The ExtentType defines the extent over which a characteristic is applied.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between the characteristic extent as an enumeration of a common type and a user defined string that describes the characteristic extent.</xs:documentation>
    </xs:annotation>
    <xs:element name="ExtentEnum" type="ExtentEnumType">
      <xs:annotation>
        <xs:documentation>The ExtentEnum element describes an often-used extent over which a characteristic is applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherExtent" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherExtent element describes the extent over which a characteristic is applied in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd