Definition Type: ComplexType
Name: TankType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A large, often metallic container for holding or storing liquids or gases.
Collapse XSD Schema Diagram:
Drilldown into UsagePreference in schema components_xsd Drilldown into TankCountNumeric in schema components_xsd Drilldown into TankCapacityMeasure in schema components_xsd Drilldown into TankMaterialCode in schema components_xsd Drilldown into TankUsageCode in schema components_xsdXSD Diagram of TankType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TankUsageCode star:TankUsageCode 1 1
TankMaterialCode star:TankMaterialCode 0 1
TankCapacityMeasure star:TankCapacityMeasure 0 1
TankCountNumeric star:TankCountNumeric 0 1
UsagePreference star:UsagePreference 0 1
Collapse Derivation Tree:
Collapse References:
star:Tank