Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:TransportationSegment
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:TransportationSegment

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:TransportationSegmentType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:SequenceNumeric [1..1]A number indicating the order of this segment in the sequence of transportation segments making up a transportation service.
    3. cbc:TransportExecutionPlanReferenceID [0..1]An identifier for the transport execution plan governing this transportation segment.
    4. cac:TransportationService [1..1]The transportation service used in this transportation segment.
    5. cac:TransportServiceProviderParty [1..1]The transport service provider responsible for carrying out transportation services in this transportation segment.
    6. cac:ReferencedConsignment [0..1]A consignment referenced in this transportation segment. Such a consignment may have different identifiers than the consignment identifiers being used in the transportation service agreed between the transport user and the transport service provider.
    7. cac:ShipmentStage [0..*]The shipment stage associated with this transportation segment.

Attributes

None

Used in

Sample instance

<cac:TransportationSegment>
   <cbc:SequenceNumeric>1</cbc:SequenceNumeric>
   <cbc:TransportExecutionPlanReferenceID>TEP_2</cbc:TransportExecutionPlanReferenceID>
   <cac:TransportationService>
      <cbc:TransportServiceCode>3</cbc:TransportServiceCode>
      <cbc:TransportationServiceDescription>Rail transport service from Hamburg to Bremen</cbc:TransportationServiceDescription>
   </cac:TransportationService>
   <cac:TransportServiceProviderParty>
      <cac:PartyIdentification>
         <cbc:ID schemeAgencyName="GS1" schemeName="GLN">4058673827100</cbc:ID>
      </cac:PartyIdentification>
      <cac:PartyName>
         <cbc:Name>NTT</cbc:Name>
      </cac:PartyName>
      <cac:Contact>
         <cbc:Name>SomeName</cbc:Name>
         <cbc:Telephone>+49450557777</cbc:Telephone>
         <cbc:ElectronicMail>SomeName@ntt.de</cbc:ElectronicMail>
      </cac:Contact>
   </cac:TransportServiceProviderParty>
   <cac:ReferencedConsignment>
      <cbc:ID>NTT_1</cbc:ID>
      <cac:TransportHandlingUnit>
         <cbc:ID>NTT_THU_1</cbc:ID>
         <cac:TransportEquipment>
            <cbc:ID>NTT_THU_1</cbc:ID>
            <cac:ContainedInTransportEquipment>
               <cbc:ID>NTT_TE_1</cbc:ID>
               <cbc:TransportEquipmentTypeCode>RR</cbc:TransportEquipmentTypeCode>
               <cbc:TraceID>12345678914564</cbc:TraceID>
            </cac:ContainedInTransportEquipment>
            <cac:Package>
               <cbc:ID>CON_1</cbc:ID>
               <cbc:Quantity>10</cbc:Quantity>
            </cac:Package>
         </cac:TransportEquipment>
      </cac:TransportHandlingUnit>
      <cac:TransportHandlingUnit>
         <cbc:ID>NTT_THU_2</cbc:ID>
         <cac:TransportEquipment>
            <cbc:ID>CON_2</cbc:ID>
            <cac:ContainedInTransportEquipment>
               <cbc:ID>NTT_TE_2</cbc:ID>
               <cbc:TransportEquipmentTypeCode>RR</cbc:TransportEquipmentTypeCode>
               <cbc:TraceID>12345678914565</cbc:TraceID>
            </cac:ContainedInTransportEquipment>
            <cac:Package>
               <cbc:ID>CON_2</cbc:ID>
               <cbc:Quantity>10</cbc:Quantity>
            </cac:Package>
         </cac:TransportEquipment>
      </cac:TransportHandlingUnit>
   </cac:ReferencedConsignment>
   <cac:ShipmentStage>
      <cbc:ID>1</cbc:ID>
      <cbc:TransportModeCode>2</cbc:TransportModeCode>
      <cbc:TransportMeansTypeCode>230</cbc:TransportMeansTypeCode>
      <cac:PlannedDepartureTransportEvent>
         <cac:Location>
            <cac:Address>
               <cbc:ID schemeAgencyName="UN" schemeName="UN/LOCODE">DEHAM</cbc:ID>
               <cbc:StreetName>Neuer Wandrahm 4</cbc:StreetName>
               <cbc:CityName>Hamburg</cbc:CityName>
               <cac:Country>
                  <cbc:IdentificationCode>DE</cbc:IdentificationCode>
               </cac:Country>
            </cac:Address>
         </cac:Location>
         <cac:Period>
            <cbc:StartDate>2011-10-03</cbc:StartDate>
            <cbc:StartTime>09:30:10+01:00</cbc:StartTime>
            <cbc:EndDate>2011-10-03</cbc:EndDate>
            <cbc:EndTime>12:30:10+01:00</cbc:EndTime>
         </cac:Period>
      </cac:PlannedDepartureTransportEvent>
      <cac:PlannedArrivalTransportEvent>
         <cac:Location>
            <cbc:LocationTypeCode>13</cbc:LocationTypeCode>
            <cac:Address>
               <cbc:ID schemeAgencyName="GS1" schemeName="GLN">4568763527610</cbc:ID>
               <cbc:StreetName>Ludwig-Erhard-Str. 15</cbc:StreetName>
               <cbc:CityName>Bremen</cbc:CityName>
               <cac:Country>
                  <cbc:IdentificationCode>DE</cbc:IdentificationCode>
               </cac:Country>
            </cac:Address>
         </cac:Location>
         <cac:Period>
            <cbc:StartDate>2011-10-03</cbc:StartDate>
            <cbc:StartTime>18:30:10+01:00</cbc:StartTime>
            <cbc:EndDate>2011-10-03</cbc:EndDate>
            <cbc:EndTime>21:30:10+01:00</cbc:EndTime>
         </cac:Period>
      </cac:PlannedArrivalTransportEvent>
   </cac:ShipmentStage>
</cac:TransportationSegment>