SalesOrderType
The schema type for SaleOrder. SalesOrder'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.
Sees an order from end to end...
Complex type information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Properties: ID: oagis-id-2c248af32baa4c059942e33b7785d9bd
Content
- Sequence [1..1]
- SalesOrderHeader [0..1] Provides information that pertains to the entire SalesOrder.
- SalesOrderLine [0..*] Provides the line level detail of the items ordered by the SalesOrder and the associated detail.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | ||
actionCode | [0..1] | ActionCodeContentType |
Used by
- Element SalesOrder