<xsd:complexType name="TankType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A large, often metallic container for holding or storing liquids or gases.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="TankUsageCode" type="sqdt:TankUsageCodeType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The purpose or usage of this tank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TankMaterialCode" type="sqdt:TankMaterialCodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The type of Material the Tank is constructed from.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TankCapacityMeasure" type="sqdt:VolumeMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">How much the tank can hold.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TankCountNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The number of tanks.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UsagePreference" minOccurs="0" maxOccurs="1" />
<xsd:element name="TankSerialString" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Unique identifier for the tank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|