Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsMassType
Annotations
The StatsMassType defines a StatsNumericalBaseType with an optional massUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a mass value is given, the unit type is the primary mass unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and kilograms if not.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsMassType.tmp#StatsMassType_massUnit
Type extension of StatsNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicStatsValue
Attributes
QName Type Use Annotation
massUnit xs:token optional
The optional massUnit attribute defines the unit used by StatsMassType.
Source
<xs:complexType name="StatsMassType">
  <xs:annotation>
    <xs:documentation>The StatsMassType defines a StatsNumericalBaseType with an optional massUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a mass value is given, the unit type is the primary mass unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and kilograms if not.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsNumericalBaseType">
      <xs:attribute name="massUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional massUnit attribute defines the unit used by StatsMassType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute StatsMassType / @massUnit
Annotations
The optional massUnit attribute defines the unit used by StatsMassType.
Type xs:token
Properties
content simple
Used by
Complex Type StatsMassType
Source
<xs:attribute name="massUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional massUnit attribute defines the unit used by StatsMassType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd