Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element ShipmentEntry
Namespace No namespace
Annotations
Describes shipment information like SSCC codes, package type, weight
Diagram
Diagrame-document-3_1_14_xsd_Element_ShipmentEntry.tmp#ShipmentEntry_IDe-document-3_1_14_xsd_Element_ShipmentEntry.tmp#ShipmentEntry_Informatione-document-3_1_14_xsd_Element_UnitMeasure.tmp#UnitMeasuree-document-3_1_14_xsd_Element_ShipmentEntry.tmp#ShipmentEntry_TotalTransportHandlingUnitAmounte-document-3_1_14_xsd_Element_ShipmentEntry.tmp#ShipmentEntry_TransportHandlingUnits
Properties
content complex
Used by
Element DocumentItem
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>
Element ShipmentEntry / ID
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
Facets
maxLength 50
Source
<xs:element name="ID" type="ShortTextType"/>
Element ShipmentEntry / Information
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_LongTextType.tmp#LongTextType
Type LongTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 4000
Source
<xs:element minOccurs="0" maxOccurs="1" name="Information" type="LongTextType"/>
Element ShipmentEntry / TotalTransportHandlingUnitAmount
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="TotalTransportHandlingUnitAmount" type="Decimal5FractionDigitsType"/>
Element ShipmentEntry / TransportHandlingUnits
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Element_ShipmentEntry.tmp#ShipmentEntry_ShipmentEntry_TransportHandlingUnits_TransportHandlingUnit
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children TransportHandlingUnit
Instance
<TransportHandlingUnits>
  <TransportHandlingUnit>{1,unbounded}</TransportHandlingUnit>
</TransportHandlingUnits>
Source
<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>
Element ShipmentEntry / TransportHandlingUnits / TransportHandlingUnit
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord_IDe-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord_TransportHandlingUnitTypeCodee-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord_GoodsRefInfoe-document-3_1_14_xsd_Element_UnitMeasure.tmp#UnitMeasuree-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord_ContainedPackagese-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord_AdditionalInfoe-document-3_1_14_xsd_Complex_Type_TransportHandlingUnitRecord.tmp#TransportHandlingUnitRecord
Type TransportHandlingUnitRecord
Properties
content complex
maxOccurs unbounded
Model
Children AdditionalInfo, ContainedPackages, GoodsRefInfo, ID, TransportHandlingUnitTypeCode, UnitMeasure
Instance
<TransportHandlingUnit>
  <ID>{1,1}</ID>
  <TransportHandlingUnitTypeCode>{0,1}</TransportHandlingUnitTypeCode>
  <GoodsRefInfo>{0,1}</GoodsRefInfo>
  <UnitMeasure>{0,1}</UnitMeasure>
  <ContainedPackages>{0,1}</ContainedPackages>
  <AdditionalInfo>{0,1}</AdditionalInfo>
</TransportHandlingUnit>
Source
<xs:element maxOccurs="unbounded" name="TransportHandlingUnit" type="TransportHandlingUnitRecord"/>