Definition Type: Element
Name: Boxing
Namespace: http://www.starstandard.org/STAR/5
Type: star:BoxingType
Containing Schema: Components.xsd
Abstract
Documentation:
This Boxing Component represents the total boxing information associated with the a shipment including total weight information, total number of cartons in the shipment, etc.
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_xsd Drilldown into BoxingType in schema components_xsdXSD Diagram of Boxing in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="Boxing" type="BoxingType">
    <xsd:annotation>
        <xsd:documentation>This Boxing Component represents the total boxing information associated with the a shipment including total weight information, total number of cartons in the shipment, etc.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
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: