Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:ReciprocalAreaMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Reciprocal area or area density: One divided by area. Used in certain physical calculations and density expressions. Common units include 1/m², 1/ft², and 1/km².
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_ReciprocalAreaMeasureType.tmp#ReciprocalAreaMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:ReciprocalAreaUomEnumType optional
The unit of measure for reciprocal area or area density.
Source
<complexType name="ReciprocalAreaMeasureType">
  <annotation>
    <documentation>Reciprocal area or area density: One divided by area. Used in certain physical calculations and density expressions. Common units include 1/m², 1/ft², and 1/km².</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:ReciprocalAreaUomEnumType">
        <annotation>
          <documentation>The unit of measure for reciprocal area or area density.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:ReciprocalAreaMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for reciprocal area or area density.
Type diggs:ReciprocalAreaUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:ReciprocalAreaUomEnumType">
  <annotation>
    <documentation>The unit of measure for reciprocal area or area density.</documentation>
  </annotation>
</attribute>