Date

Uses the Component:DateType

Date component to specify date/time such as a parts order date or parts invoice date.

Fields and Components

Table 7.22. Fields and Components

Name Description Occurrence Type Data Type User Notes
DateCode

The Date Code.

0..1Field scl:DateTypeCodeEnumeratedType  
OtherDateCode

Other date code.

0..1Field oag:CodeType  
DateTime

The date and time.

0..1Field oag:xbt_DateTimeType  
DateDescription

The description of the date.

0..1Field oag:TextType  

Sample XML

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>