cac:TransportExecutionTerms
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:TransportExecutionTermsType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:TransportUserSpecialTerms [0..*] Text describing special terms specified by the transport user.
- cbc:TransportServiceProviderSpecialTerms [0..*] Text describing special terms specified by the transport service provider.
- cbc:ChangeConditions [0..*] Text describing conditions applying to a change of these transport execution terms.
- cac:PaymentTerms [0..*] Payment terms associated with the transportation service.
- cac:DeliveryTerms [0..*] Delivery terms (e.g., Incoterms) associated with the transportation service.
- cac:BonusPaymentTerms [0..1] Terms relating to payment of applicable bonuses associated with the transport service.
- cac:CommissionPaymentTerms [0..1] Terms of payment applying to a commission specified in the transport execution plan.
- cac:PenaltyPaymentTerms [0..1] Terms of payment applying to a penalty specified in the transport execution plan.
- cac:EnvironmentalEmission [0..*] An environmental emission resulting from the transportation service.
- cac:NotificationRequirement [0..*] A notification requirement related to the transportation service; e.g., a requirement that the transport user should be notified when goods are ready for pickup.
- cac:ServiceChargePaymentTerms [0..1] Payment terms for the service charge associated with the transport service.
Attributes
None
Used in
- Type TransportExecutionPlanRequestType (Element TransportExecutionPlanRequest)
- Type TransportExecutionPlanType (Element TransportExecutionPlan)
Sample instance
<cac:TransportExecutionTerms> <cac:DeliveryTerms> <cbc:ID schemeAgencyName="INCOTERMS">EXW</cbc:ID> <cac:DeliveryLocation> <cac:Address> <cbc:CityName>Hamburg</cbc:CityName> </cac:Address> </cac:DeliveryLocation> </cac:DeliveryTerms> <cac:NotificationRequirement> <cbc:NotificationTypeCode>TIME_SCHEDULE_DEVIATIONS</cbc:NotificationTypeCode> <cac:NotifyParty> <cbc:EndpointID>www.consignee.de/statusnotifications/</cbc:EndpointID> <cac:PartyName> <cbc:Name>Consignee</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:ElectronicMail>someName@consignee.de</cbc:ElectronicMail> </cac:Contact> </cac:NotifyParty> <cac:NotifyParty> <cbc:EndpointID>www.consignor.cn/statusnotifications/</cbc:EndpointID> <cac:PartyName> <cbc:Name>Consignor</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:ElectronicMail>someName@consignor.cn</cbc:ElectronicMail> </cac:Contact> </cac:NotifyParty> </cac:NotificationRequirement> <cac:NotificationRequirement> <cbc:NotificationTypeCode>ITEM_CONDITION_DEVIATIONS</cbc:NotificationTypeCode> <cbc:PostEventNotificationDurationMeasure unitCode="MIN">10</cbc:PostEventNotificationDurationMeasure> <cac:NotifyParty> <cbc:EndpointID>www.consignee.com/statusnotifications/</cbc:EndpointID> <cac:PartyName> <cbc:Name>Consignee</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:ElectronicMail>someName@consignee.de</cbc:ElectronicMail> </cac:Contact> </cac:NotifyParty> <cac:NotifyParty> <cbc:EndpointID>www.consignor.cn/statusnotifications/</cbc:EndpointID> <cac:PartyName> <cbc:Name>Consignor</cbc:Name> </cac:PartyName> <cac:Contact> <cbc:ElectronicMail>someName@consignor.cn</cbc:ElectronicMail> </cac:Contact> </cac:NotifyParty> </cac:NotificationRequirement> </cac:TransportExecutionTerms>