Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element UserDefinedUnitsType / UserDefinedUnit
Annotations
Each UserDefinedUnit element describes a single user-defined unit.
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 Units_xsd_Complex_Type_UserDefinedUnitType.tmp#UserDefinedUnitType
Type UserDefinedUnitType
Properties
content complex
maxOccurs unbounded
Children StandardName, UnitName, WhatIsMeasured
Instance
<UserDefinedUnit xmlns="http://qifstandards.org/xsd/qif3">
  <WhatIsMeasured>{1,1}</WhatIsMeasured>
  <UnitName>{1,1}</UnitName>
  <StandardName>{0,1}</StandardName>
</UserDefinedUnit>
Source
<xs:element name="UserDefinedUnit" type="UserDefinedUnitType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each UserDefinedUnit element describes a single user-defined unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Complex Type UserDefinedUnitsType
Annotations
The UserDefinedUnitsType defines a set of user-defined units.
Diagram
Diagram Units_xsd_Complex_Type_UserDefinedUnitsType.tmp#UserDefinedUnitsType_n Units_xsd_Complex_Type_UserDefinedUnitsType.tmp#UserDefinedUnitsType_UserDefinedUnit
Used by
Children UserDefinedUnit
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of user-defined units in the set.
Source
<xs:complexType name="UserDefinedUnitsType">
  <xs:annotation>
    <xs:documentation>The UserDefinedUnitsType defines a set of user-defined units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="UserDefinedUnit" type="UserDefinedUnitType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each UserDefinedUnit element describes a single user-defined unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of user-defined units in the set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute UserDefinedUnitsType / @n
Annotations
The required n attribute is the number of user-defined units in the set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type UserDefinedUnitsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of user-defined units in the set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd