<xsd:complexType name="DisplacementMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate the amount of computer storage needed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:DisplacementUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Used to indicate displace in either Volume or Weight</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|