cac:NotificationRequirement
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:NotificationRequirementType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:NotificationTypeCode [1..1]A code signifying the type of notification (e.g., pickup status).
- cbc:PostEventNotificationDurationMeasure [0..1]The length of time between the occurrence of a given event and the issuance of a notification.
- cbc:PreEventNotificationDurationMeasure [0..1]The length of time to elapse between the issuance of a notification and the occurrence of the event it relates to.
- cac:NotifyParty [0..*]A party to be notified.
- cac:NotificationPeriod [0..*]A period during which a notification should be issued.
- cac:NotificationLocation [0..*]A location at which a notification should be issued.
Attributes
None
Used in
- Type cac:TransportExecutionTermsType (Element cac:TransportExecutionTerms)
Sample instance
<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>