Uses the Component:OrderReferenceOAGIType
Is a reference to a Purchase Order or Parts Order
Table 6.34. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationGroupType | |
DocumentDateTime |
The date and time that the event being documented, for example the Parts Order, occurred. | 0..1 | Field | udt:DateTimeType | |
Description | 0..* | Field | udt:TextType | ||
oagis:Note |
Free-form text field describing a note. | 0..* | Field | udt:TextType | |
oagis:StatusCode |
Is the Code to indicate the status for the Noun or Component in which the Status Component occurs. | 0..1 | Code List | scl:StatusCodeEnumeratedType | |
OrderReferenceStatusType |
Indicates the status of the associated object by providing the Status Code along with a description and when the status is effective. | 0..* | Field | oagis:StatusABIEType | |
oagis:ReleaseNumber |
Identifies the Release Number in the case of Blanket POs | 0..1 | Field | ??? | |
oagis:LineNumber |
Is the Line Number of the given Line Coponent within the document. LineNumbers are assigned by the sending system. | 0..1 | Field | ??? | |
oagis:ScheduleLineNumber |
Is the ScheduleLineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated by the DocumentId under DocumentIds | 0..1 | Field | ??? | |
oagis:SubLineNumber |
Is the SublineNumber of a particular item of interest for the given DocumentReference. The Line Number is of the primary DocumentId of the sender indicated by the DocumentId under DocumentIds. | 0..1 | Field | ??? |
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.36. PurchaseOrderReference
<PurchaseOrderReference> <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [0..1] <DocumentDateTime>......</DocumentDateTime> [0..1] <Description>......</Description> [0..*] <oagis:Note>......</oagis:Note> [0..*] <oagis:StatusCode>......</oagis:StatusCode> [0..1] <OrderReferenceStatusType>......</OrderReferenceStatusType> [0..*] <oagis:ReleaseNumber>......</oagis:ReleaseNumber> [0..1] <oagis:LineNumber>......</oagis:LineNumber> [0..1] <oagis:ScheduleLineNumber>......</oagis:ScheduleLineNumber> [0..1] <oagis:SubLineNumber>......</oagis:SubLineNumber> [0..1] </PurchaseOrderReference>