Uses the Component:DateType
Date component to specify date/time such as a parts order date or parts invoice date.
Table 7.22. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
DateCode |
The Date Code. | 0..1 | Field | scl:DateTypeCodeEnumeratedType | |
OtherDateCode |
Other date code. | 0..1 | Field | oag:CodeType | |
DateTime |
The date and time. | 0..1 | Field | oag:xbt_DateTimeType | |
DateDescription |
The description of the date. | 0..1 | Field | oag:TextType |
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 7.30. Date
<Date> <DateCode>......</DateCode> [0..1] <OtherDateCode>......</OtherDateCode> [0..1] <DateTime>......</DateTime> [0..1] <DateDescription>......</DateDescription> [0..1] </Date>