Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:AreaMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Area: Two-dimensional extent. Fundamental geometric quantity used universally in engineering, construction, and science. Common units include m², ft², cm², in², acre, and hectare.
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_AreaMeasureType.tmp#AreaMeasureType_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:AreaUomEnumType optional
The unit of measure for area.
Source
<complexType name="AreaMeasureType">
  <annotation>
    <documentation>Area: Two-dimensional extent. Fundamental geometric quantity used universally in engineering, construction, and science. Common units include m², ft², cm², in², acre, and hectare.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:AreaUomEnumType">
        <annotation>
          <documentation>The unit of measure for area.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:AreaMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for area.
Type diggs:AreaUomEnumType
Properties
content simple
Used by
Complex Type diggs:AreaMeasureType
Source
<attribute name="uom" type="diggs:AreaUomEnumType">
  <annotation>
    <documentation>The unit of measure for area.</documentation>
  </annotation>
</attribute>