|
Namespace |
No namespace |
Annotations
|
Describes shipment information like SSCC codes, package type, weight
|
|
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
ID, Information, TotalTransportHandlingUnitAmount, TransportHandlingUnits, UnitMeasure |
Instance
|
<ShipmentEntry>
<ID>{1,1}</ID>
<Information>{0,1}</Information>
<UnitMeasure>{0,1}</UnitMeasure>
<TotalTransportHandlingUnitAmount>{0,1}</TotalTransportHandlingUnitAmount>
<TransportHandlingUnits>{0,1}</TransportHandlingUnits>
</ShipmentEntry>
|
|
Source
|
<xs:element name="ShipmentEntry">
<!-- 3.1.13 ADDED element-->
<xs:annotation>
<xs:documentation>Describes shipment information like SSCC codes, package type, weight</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="ID" type="ShortTextType"/>
<xs:element minOccurs="0" maxOccurs="1" name="Information" type="LongTextType"/>
<xs:element minOccurs="0" ref="UnitMeasure"/>
<xs:element minOccurs="0" name="TotalTransportHandlingUnitAmount" type="Decimal5FractionDigitsType"/>
<xs:element minOccurs="0" maxOccurs="1" name="TransportHandlingUnits">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="TransportHandlingUnit" type="TransportHandlingUnitRecord"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
|
|
|
|