Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MassPerLengthMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Mass per unit length or linear density: Mass distributed along a length. Used for cable weights, pile weights, and linear mass. Common units include kg/m, lbm/ft, Mg/in (megagram per inch), and klbm/in.
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_MassPerLengthMeasureType.tmp#MassPerLengthMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MassPerLengthUomEnumType optional
The unit of measure for mass per unit length or linear density.
Source
<complexType name="MassPerLengthMeasureType">
  <annotation>
    <documentation>Mass per unit length or linear density: Mass distributed along a length. Used for cable weights, pile weights, and linear mass. Common units include kg/m, lbm/ft, Mg/in (megagram per inch), and klbm/in.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MassPerLengthUomEnumType">
        <annotation>
          <documentation>The unit of measure for mass per unit length or linear density.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MassPerLengthMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for mass per unit length or linear density.
Type diggs:MassPerLengthUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:MassPerLengthUomEnumType">
  <annotation>
    <documentation>The unit of measure for mass per unit length or linear density.</documentation>
  </annotation>
</attribute>