<xsd:simpleType name="TankUsageCodeContentType">
<xsd:annotation>
<xsd:documentation>The various usesages for a tank. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Water">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Water</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Grey Water">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Water that has been used for one purpose but can be used again without repurification.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Black Water">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Waste water that needs purification or other processing before it can be reused.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fuel">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Any material that is burnt or altered in order to obtain energy.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Ballast">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Controls buoyancy and stability.
</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>
|