cac:ItemManagementProfile
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ItemManagementProfileType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:FrozenPeriodDaysNumeric [0..1] The number of days in the future that an order forecast quantity automatically becomes a confirmed order for a product.
- cbc:MinimumInventoryQuantity [0..1] The quantity of the item that should trigger a replenishment order to avoid depleting the safety stock.
- cbc:MultipleOrderQuantity [0..1] The order quantity multiples in which the product may be ordered.
- cbc:OrderIntervalDaysNumeric [0..1] The number of days between regular replenishment orders for the product.
- cbc:ReplenishmentOwnerDescription [0..*] The trading partner maintaining this item management profile.
- cbc:TargetServicePercent [0..1] The Unit Service Level the trading partners expect to be maintained, expressed as a percentage. Unite Service Level (USL) is a term used in Inventory Management, which is sometimes known as "fill rate", counts the average number of units short expressed as the percentage of the order quantity.
- cbc:TargetInventoryQuantity [0..1] The target inventory quantity.
- cac:EffectivePeriod [1..1] The period during which this profile is effective.
- cac:Item [1..1] The item associated with this item management profile.
- cac:ItemLocationQuantity [0..1] A set of location-specific properties (e.g., price and quantity) associated with the item.
Attributes
None
Used in
- Type TradeItemLocationProfileType (Element TradeItemLocationProfile)
Sample instance
<cac:ItemManagementProfile> <cbc:FrozenPeriodDaysNumeric>3</cbc:FrozenPeriodDaysNumeric> <cbc:MinimumInventoryQuantity>8</cbc:MinimumInventoryQuantity> <cbc:MultipleOrderQuantity>1</cbc:MultipleOrderQuantity> <cbc:OrderIntervalDaysNumeric>3</cbc:OrderIntervalDaysNumeric> <cbc:ReplenishmentOwnerDescription>Ownere-321</cbc:ReplenishmentOwnerDescription> <cbc:TargetServicePercent>1</cbc:TargetServicePercent> <cbc:TargetInventoryQuantity unitCode="KGM">20</cbc:TargetInventoryQuantity> <cac:EffectivePeriod> <cbc:StartDate>2005-02-26</cbc:StartDate> <cbc:EndDate>2005-12-26</cbc:EndDate> </cac:EffectivePeriod> <cac:Item> <cbc:Description>Acme beeswax</cbc:Description> <cbc:Name>beeswax</cbc:Name> <cac:BuyersItemIdentification> <cbc:ID>6578489</cbc:ID> </cac:BuyersItemIdentification> <cac:SellersItemIdentification> <cbc:ID>17589683</cbc:ID> </cac:SellersItemIdentification> <cac:StandardItemIdentification> <cbc:ID>00123450000584</cbc:ID> </cac:StandardItemIdentification> </cac:Item> <cac:ItemLocationQuantity> <cbc:LeadTimeMeasure unitCode="DAY">3</cbc:LeadTimeMeasure> <cbc:MinimumQuantity>2</cbc:MinimumQuantity> </cac:ItemLocationQuantity> </cac:ItemManagementProfile>