Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element AngularUnitType / SIUnitName
Annotations
The optional SIUnitName element is the name of the SI unit of angle. If the element is used, its value must be radian.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
fixed radian
Source
<xs:element name="SIUnitName" type="xs:token" fixed="radian" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SIUnitName element is the name of the SI unit of angle. If the element is used, its value must be radian.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element AngularUnitType / UnitName
Annotations
The UnitName element is the name for the AngularUnitType.
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 AngularUnitType.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element AngularUnitType / UnitConversion
Annotations
The optional UnitConversion element specifies how an angle value in the named angle unit may be converted to a value in radians.
Diagram
Diagram Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType_Factor Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType_Offset Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType
Type UnitConversionType
Properties
content complex
minOccurs 0
Children Factor, Offset
Instance
<UnitConversion xmlns="http://qifstandards.org/xsd/qif3">
  <Factor>{1,1}</Factor>
  <Offset>{0,1}</Offset>
</UnitConversion>
Source
<xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional UnitConversion element specifies how an angle value in the named angle unit may be converted to a value in radians.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Complex Type AngularUnitType
Annotations
The AngularUnitType defines the units to be used in the expression of angular values.
Diagram
Diagram Units_xsd_Complex_Type_AngularUnitType.tmp#AngularUnitType_SIUnitName Units_xsd_Complex_Type_AngularUnitType.tmp#AngularUnitType_UnitName Units_xsd_Complex_Type_AngularUnitType.tmp#AngularUnitType_UnitConversion
Used by
Children SIUnitName, UnitConversion, UnitName
Source
<xs:complexType name="AngularUnitType">
  <xs:annotation>
    <xs:documentation>The AngularUnitType defines the units to be used in the expression of angular values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SIUnitName" type="xs:token" fixed="radian" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SIUnitName element is the name of the SI unit of angle. If the element is used, its value must be radian.</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 AngularUnitType.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional UnitConversion element specifies how an angle value in the named angle unit may be converted to a value in radians.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd