Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FileUnitsType / PrimaryUnits
Annotations
The PrimaryUnits element describes the primary set of units.
Diagram
Diagram Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_AreaUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_PMIAreaUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_AngularUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_PMIAngularUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_ForceUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_LinearUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_PMILinearUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_MassUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_PressureUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_SpeedUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_TemperatureUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType_TimeUnit Units_xsd_Complex_Type_PrimaryUnitsType.tmp#PrimaryUnitsType
Type PrimaryUnitsType
Properties
content complex
Children AngularUnit, AreaUnit, ForceUnit, LinearUnit, MassUnit, PMIAngularUnit, PMIAreaUnit, PMILinearUnit, PressureUnit, SpeedUnit, TemperatureUnit, TimeUnit
Instance
<PrimaryUnits xmlns="http://qifstandards.org/xsd/qif3">
  <AreaUnit>{0,1}</AreaUnit>
  <PMIAreaUnit>{0,1}</PMIAreaUnit>
  <AngularUnit>{0,1}</AngularUnit>
  <PMIAngularUnit>{0,1}</PMIAngularUnit>
  <ForceUnit>{0,1}</ForceUnit>
  <LinearUnit>{0,1}</LinearUnit>
  <PMILinearUnit>{0,1}</PMILinearUnit>
  <MassUnit>{0,1}</MassUnit>
  <PressureUnit>{0,1}</PressureUnit>
  <SpeedUnit>{0,1}</SpeedUnit>
  <TemperatureUnit>{0,1}</TemperatureUnit>
  <TimeUnit>{0,1}</TimeUnit>
</PrimaryUnits>
Source
<xs:element name="PrimaryUnits" type="PrimaryUnitsType">
  <xs:annotation>
    <xs:documentation>The PrimaryUnits element describes the primary set of units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element FileUnitsType / OtherUnits
Annotations
The optional OtherUnits element describes a set of other units predefined by QIF types.
Diagram
Diagram Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_n Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_AreaUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_AngularUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_ForceUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_LinearUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_MassUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_PressureUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_SpeedUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_TemperatureUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType_TimeUnit Units_xsd_Complex_Type_OtherUnitsType.tmp#OtherUnitsType
Type OtherUnitsType
Properties
content complex
minOccurs 0
Children AngularUnit, AreaUnit, ForceUnit, LinearUnit, MassUnit, PressureUnit, SpeedUnit, TemperatureUnit, TimeUnit
Instance
<OtherUnits n="" xmlns="http://qifstandards.org/xsd/qif3">
  <AreaUnit>{0,unbounded}</AreaUnit>
  <AngularUnit>{0,unbounded}</AngularUnit>
  <ForceUnit>{0,unbounded}</ForceUnit>
  <LinearUnit>{0,unbounded}</LinearUnit>
  <MassUnit>{0,unbounded}</MassUnit>
  <PressureUnit>{0,unbounded}</PressureUnit>
  <SpeedUnit>{0,unbounded}</SpeedUnit>
  <TemperatureUnit>{0,unbounded}</TemperatureUnit>
  <TimeUnit>{0,unbounded}</TimeUnit>
</OtherUnits>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of unit definitions in the set.
Source
<xs:element name="OtherUnits" type="OtherUnitsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional OtherUnits element describes a set of other units predefined by QIF types.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element FileUnitsType / UserDefinedUnits
Annotations
The optional UserDefinedUnits element describes a set of user-defined units.
Diagram
Diagram Units_xsd_Complex_Type_UserDefinedUnitsType.tmp#UserDefinedUnitsType_n Units_xsd_Complex_Type_UserDefinedUnitsType.tmp#UserDefinedUnitsType_UserDefinedUnit Units_xsd_Complex_Type_UserDefinedUnitsType.tmp#UserDefinedUnitsType
Type UserDefinedUnitsType
Properties
content complex
minOccurs 0
Children UserDefinedUnit
Instance
<UserDefinedUnits n="" xmlns="http://qifstandards.org/xsd/qif3">
  <UserDefinedUnit>{1,unbounded}</UserDefinedUnit>
</UserDefinedUnits>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of user-defined units in the set.
Source
<xs:element name="UserDefinedUnits" type="UserDefinedUnitsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional UserDefinedUnits element describes a set of user-defined units.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Complex Type FileUnitsType
Annotations
The FileUnitsType defines the units for quantities found in an instance file. If an instance file includes a FileUnits element, and any quantity of a given unit type appears in the instance file, the corresponding data type must appear in the PrimaryUnits, OtherUnits or UserDefinedUnits of the FileUnitsType. Common XML file checkers will signal an error if this rule is violated.
Diagram
Diagram Units_xsd_Complex_Type_FileUnitsType.tmp#FileUnitsType_PrimaryUnits Units_xsd_Complex_Type_FileUnitsType.tmp#FileUnitsType_OtherUnits Units_xsd_Complex_Type_FileUnitsType.tmp#FileUnitsType_UserDefinedUnits
Used by
Element FileUnits
Children OtherUnits, PrimaryUnits, UserDefinedUnits
Source
<xs:complexType name="FileUnitsType">
  <xs:annotation>
    <xs:documentation>The FileUnitsType defines the units for quantities found in an instance file. If an instance file includes a FileUnits element, and any quantity of a given unit type appears in the instance file, the corresponding data type must appear in the PrimaryUnits, OtherUnits or UserDefinedUnits of the FileUnitsType. Common XML file checkers will signal an error if this rule is violated.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PrimaryUnits" type="PrimaryUnitsType">
      <xs:annotation>
        <xs:documentation>The PrimaryUnits element describes the primary set of units.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherUnits" type="OtherUnitsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional OtherUnits element describes a set of other units predefined by QIF types.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UserDefinedUnits" type="UserDefinedUnitsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional UserDefinedUnits element describes a set of user-defined units.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd