Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type LinearDualValueType
Annotations
The LinearDualValueType is a SpecifiedDecimalType with a required linearUnit attribute that identifies the unit being used by its UnitName.
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_LinearDualValueType.tmp#LinearDualValueType_linearUnit
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token required
The linearUnit attribute defines the UnitName for the LinearDualValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:complexType name="LinearDualValueType">
  <xs:annotation>
    <xs:documentation>The LinearDualValueType is a SpecifiedDecimalType with a required linearUnit attribute that identifies the unit being used by its UnitName.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="SpecifiedDecimalType">
      <xs:attribute name="linearUnit" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The linearUnit attribute defines the UnitName for the LinearDualValueType.</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 LinearDualValueType / @linearUnit
Annotations
The linearUnit attribute defines the UnitName for the LinearDualValueType.
Type xs:token
Properties
use required
Used by
Complex Type LinearDualValueType
Source
<xs:attribute name="linearUnit" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The linearUnit attribute defines the UnitName for the LinearDualValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd