Uses the Component:InventoryFillUpType
Inventory fill up.
Table 6.31. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
OrderType |
Periods in a year. | 0..1 | Field | sqdt:OrderTypeCodeType | |
Date |
Date component to specify date/time such as a parts order date or parts invoice date. | 0..* | Component | DateType | |
BaseQuantity |
Generic Quantity Component. | 0..* | Component | BaseQuantityType |
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.38. InventoryFillUp
<InventoryFillUp> <OrderType>......</OrderType> [0..1] <Date>......</Date> [0..*] <BaseQuantity>......</BaseQuantity> [0..*] </InventoryFillUp>