Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type MeasuredUserDefinedUnitValueType
Annotations
The MeasuredUserDefinedUnitValueType defines an MeasuredDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a MeasuredUserDefinedUnitValueType must be UserDefinedUnits.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredUserDefinedUnitValueType.tmp#MeasuredUserDefinedUnitValueType_unitName
Type extension of MeasuredDecimalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:complexType name="MeasuredUserDefinedUnitValueType">
  <xs:annotation>
    <xs:documentation>The MeasuredUserDefinedUnitValueType defines an MeasuredDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a MeasuredUserDefinedUnitValueType must be UserDefinedUnits.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="MeasuredDecimalType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute MeasuredUserDefinedUnitValueType / @unitName
Annotations
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Type xs:token
Properties
use required
Used by
Source
<xs:attribute name="unitName" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd