Showing:

Annotations
Diagrams
Properties
Source
Used by
Element UserDefinedUnitType / WhatIsMeasured
Annotations
The WhatIsMeasured element describes the sort of quantity that can be measured using this unit. For example 'electric current', 'angular velocity', 'density of scratches', or 'number of widgets'.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="WhatIsMeasured" type="xs:string">
  <xs:annotation>
    <xs:documentation>The WhatIsMeasured element describes the sort of quantity that can be measured using this unit. For example 'electric current', 'angular velocity', 'density of scratches', or 'number of widgets'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element UserDefinedUnitType / UnitName
Annotations
The UnitName element is the name for the UserDefinedUnitType. For example 'amperes','radians per second', 'scratches per door panel', or 'widgets'.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="UnitName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The UnitName element is the name for the UserDefinedUnitType. For example 'amperes','radians per second', 'scratches per door panel', or 'widgets'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element UserDefinedUnitType / StandardName
Annotations
The optional StandardName element provides the name of a standard or document containing a more complete description of the named unit. For SI units, it is suggested that the value be "SI".
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="StandardName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional StandardName element provides the name of a standard or document containing a more complete description of the named unit. For SI units, it is suggested that the value be "SI".</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Complex Type UserDefinedUnitType
Annotations
The UserDefinedUnitType defines the units for user-defined quantities that are not of any of the defined unit types.
Diagram
Diagram Units_xsd_Complex_Type_UserDefinedUnitType.tmp#UserDefinedUnitType_WhatIsMeasured Units_xsd_Complex_Type_UserDefinedUnitType.tmp#UserDefinedUnitType_UnitName Units_xsd_Complex_Type_UserDefinedUnitType.tmp#UserDefinedUnitType_StandardName
Used by
Children StandardName, UnitName, WhatIsMeasured
Source
<xs:complexType name="UserDefinedUnitType">
  <xs:annotation>
    <xs:documentation>The UserDefinedUnitType defines the units for user-defined quantities that are not of any of the defined unit types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="WhatIsMeasured" type="xs:string">
      <xs:annotation>
        <xs:documentation>The WhatIsMeasured element describes the sort of quantity that can be measured using this unit. For example 'electric current', 'angular velocity', 'density of scratches', or 'number of widgets'.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitName" type="xs:token">
      <xs:annotation>
        <xs:documentation>The UnitName element is the name for the UserDefinedUnitType. For example 'amperes','radians per second', 'scratches per door panel', or 'widgets'.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StandardName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional StandardName element provides the name of a standard or document containing a more complete description of the named unit. For SI units, it is suggested that the value be "SI".</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd