Showing:

Annotations
Diagrams
Properties
Source
Used by
Element LimitingNumberType / Count
Annotations
The Count element defines the limiting number of items as an integer greater than or equal to zero.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="Count" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The Count element defines the limiting number of items as an integer greater than or equal to zero.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element LimitingNumberType / Fraction
Annotations
The Fraction element defines the limiting number of items as a fraction between 0.0 and 1.0.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="Fraction" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The Fraction element defines the limiting number of items as a fraction between 0.0 and 1.0.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type LimitingNumberType
Annotations
The LimitingNumberType defines a limiting number of items either as an integer or as a fraction.
Diagram
Diagram Statistics_xsd_Complex_Type_LimitingNumberType.tmp#LimitingNumberType_Count Statistics_xsd_Complex_Type_LimitingNumberType.tmp#LimitingNumberType_Fraction
Used by
Children Count, Fraction
Source
<xs:complexType name="LimitingNumberType">
  <xs:annotation>
    <xs:documentation>The LimitingNumberType defines a limiting number of items either as an integer or as a fraction.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>This compositor provides a choice between the limiting number expressed as an integer or as a fraction.</xs:documentation>
      </xs:annotation>
      <xs:element name="Count" type="xs:nonNegativeInteger">
        <xs:annotation>
          <xs:documentation>The Count element defines the limiting number of items as an integer greater than or equal to zero.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Fraction" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The Fraction element defines the limiting number of items as a fraction between 0.0 and 1.0.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd