<xsd:simpleType name="VolumeMeasureEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Volume Measurements</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Cubic Inches">
<xsd:annotation>
<xsd:documentation>Cubic inches</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cubic Feet">
<xsd:annotation>
<xsd:documentation>Cubic feet</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cubic Centimeters">
<xsd:annotation>
<xsd:documentation>Cubic centimeters</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cubic Meters">
<xsd:annotation>
<xsd:documentation>Cubic meters</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|