<xsd:simpleType name="TankMaterialCodeContentType">
<xsd:annotation>
<xsd:documentation>How the tank is constructed.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Steel">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Steel</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Stainless Steel">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Stainless Steel</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Aluminum">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Aluminum</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Plastic">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Plastic</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GRP">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Glass Re-enforced Plastic
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Usage not defined in this list.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|