Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:LengthPerVolumeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Reciprocal area or specific perimeter: Length per unit volume. Used in hydraulic radius calculations and fuel economy (inverse, like km/L or mi/gal). Common units include 1/m, ft/ft³, and km/L.
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_LengthPerVolumeMeasureType.tmp#LengthPerVolumeMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthPerVolumeUomEnumType optional
The unit of measure for reciprocal area or specific perimeter.
Source
<complexType name="LengthPerVolumeMeasureType">
  <annotation>
    <documentation>Reciprocal area or specific perimeter: Length per unit volume. Used in hydraulic radius calculations and fuel economy (inverse, like km/L or mi/gal). Common units include 1/m, ft/ft³, and km/L.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:LengthPerVolumeUomEnumType">
        <annotation>
          <documentation>The unit of measure for reciprocal area or specific perimeter.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:LengthPerVolumeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for reciprocal area or specific perimeter.
Type diggs:LengthPerVolumeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:LengthPerVolumeUomEnumType">
  <annotation>
    <documentation>The unit of measure for reciprocal area or specific perimeter.</documentation>
  </annotation>
</attribute>