Definition Type: ComplexType
Name: BoxingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BoxingDetail in schema components_xsd Drilldown into TotalGrossWeightMeasure in schema components_xsd Drilldown into TotalNetWeightMeasure in schema components_xsd Drilldown into TotalVolumeMeasure in schema components_xsd Drilldown into TotalCartonsNumeric in schema components_xsdXSD Diagram of BoxingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="BoxingType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="TotalCartonsNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Sum of the total cartons
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalVolumeMeasure" type="sqdt:VolumeMeasureType">
            <xsd:annotation>
                <xsd:documentation>
                        Total volume
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalNetWeightMeasure" type="sqdt:WeightMeasureType">
            <xsd:annotation>
                <xsd:documentation>
                        Total net weight
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalGrossWeightMeasure" type="sqdt:WeightMeasureType">
            <xsd:annotation>
                <xsd:documentation>
                        Total Gross Weight
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="BoxingDetail">
            <xsd:annotation>
                <xsd:documentation>
                        Detailed boxing information
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalCartonsNumeric star:TotalCartonsNumeric 0 (1)
TotalVolumeMeasure star:TotalVolumeMeasure 0 (1)
TotalNetWeightMeasure star:TotalNetWeightMeasure 0 (1)
TotalGrossWeightMeasure star:TotalGrossWeightMeasure 0 (1)
BoxingDetail star:BoxingDetail 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Boxing