<xsd:complexType name="AreaMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate an area.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:AreaUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indciate area.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qualifierCode" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Use this to further qualify the scope of the measurement.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|