Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element FractionType / Numerator
Annotations
The Numerator element is the numerator of the fraction.
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<xs:element name="Numerator" type="NaturalType">
  <xs:annotation>
    <xs:documentation>The Numerator element is the numerator of the fraction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element FractionType / Denominator
Annotations
The Denominator element is the denominator of the fraction.
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<xs:element name="Denominator" type="NaturalType">
  <xs:annotation>
    <xs:documentation>The Denominator element is the denominator of the fraction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type FractionType
Annotations
The FractionType is a fraction value.
Diagram
Diagram Primitives_xsd_Complex_Type_FractionType.tmp#FractionType_Numerator Primitives_xsd_Complex_Type_FractionType.tmp#FractionType_Denominator
Used by
Children Denominator, Numerator
Source
<xs:complexType name="FractionType">
  <xs:annotation>
    <xs:documentation>The FractionType is a fraction value.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Numerator" type="NaturalType">
      <xs:annotation>
        <xs:documentation>The Numerator element is the numerator of the fraction.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Denominator" type="NaturalType">
      <xs:annotation>
        <xs:documentation>The Denominator element is the denominator of the fraction.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd