<xsd:complexType name="QuantityType">
<xsd:annotation>
<xsd:documentation>
This is used to indicate general quantity information. It is combination of several code lists. Including
The STAR Codelist UOMEnumeratedtype. The XFront code lists, LengthUnitsContentType, WeightUnitsContentType, and VolumeUnitsContentType
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="QuantityContentType" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
This is used to indicate general quantity information. It is combination of several code lists. Including
The STAR Codelist UOMEnumeratedtype. The XFront code lists, LengthUnitsContentType, WeightUnitsContentType, and VolumeUnitsContentType
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|