Uses the Component:EventType
The VehicleDeliveryEvent component provides details about Events related to a Vehicle Delivery.
Table 6.104. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
EventID |
A unique identifier for an event. | 0..1 | Field | udt:IdentifierType | |
EventTypeCode |
Enumerated list of unusual event types. | 0..1 | Field | sqdt:EventTypeCodeType | |
EventDescription |
A textual description of the event. | 0..1 | Field | udt:TextType | |
EventOccurrenceDateTime |
A date, time, date time, or other date time value of an occurrence of this event. This could be used to track such dates and times of creation, deletion, etc. | 0..1 | Field | udt:DateTimeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.104. VehicleDeliveryEvent
<VehicleDeliveryEvent> <EventID>......</EventID> [0..1] <EventTypeCode>......</EventTypeCode> [0..1] <EventDescription>......</EventDescription> [0..1] <EventOccurrenceDateTime>......</EventOccurrenceDateTime> [0..1] </VehicleDeliveryEvent>