PurchaseOrderType
The schema type for PurchaseOrder. PurchaseOrder's base abstract type, Order, is shared between PurchaseOrder and SalesOrder. SalesOrder is essentially an extension of PurchaseOrder, but in order to use the local-global design pattern, each of PO and SO needs to instantiate its own Header and Line elements.To do this, we factored out the PO content models, instantiated both PO and SO from Order.
Complex type information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Properties: ID: oagis-id-4f24db09088b49c88ba90b03dd0825c4
Content
- Sequence [1..1]
- PurchaseOrderHeader [0..1] The Purchase Order Header contains information that applies to the entire purchase order. This Component is required.
- PurchaseOrderLine [0..*] The Purchase Order Line indicates the ordered item or product ordered along with the quantity, price and other descriptive information. It is also possible to provide additional Parties, PaymentTerms, Charge, and Attachment information as needed at the line level. At least one occurrence of this Component is required for each occurrence of the Purchase Order.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | ||
actionCode | [0..1] | ActionCodeContentType |
Used by
- Element PurchaseOrder