Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MassMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Mass: Quantity of matter. One of the seven SI base quantities. Universal physical property. Common units include kilogram (kg), gram (g), milligram (mg), megagram (Mg), tonne (t), pound-mass (lbm), ounce-mass (ozm), ton[UK], ton[US], and slug.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_MassMeasureType.tmp#MassMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MassUomEnumType optional
The unit of measure for mass.
Source
<complexType name="MassMeasureType">
  <annotation>
    <documentation>Mass: Quantity of matter. One of the seven SI base quantities. Universal physical property. Common units include kilogram (kg), gram (g), milligram (mg), megagram (Mg), tonne (t), pound-mass (lbm), ounce-mass (ozm), ton[UK], ton[US], and slug.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MassUomEnumType">
        <annotation>
          <documentation>The unit of measure for mass.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MassMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for mass.
Type diggs:MassUomEnumType
Properties
content simple
Used by
Complex Type diggs:MassMeasureType
Source
<attribute name="uom" type="diggs:MassUomEnumType">
  <annotation>
    <documentation>The unit of measure for mass.</documentation>
  </annotation>
</attribute>