PartsPriceListLine

Uses the Component:PartsPriceListLineType

Parts Price List Line

Fields and Components

Table 6.19. Fields and Components

Name Description Occurrence Type Data Type User Notes
LineNumber

The part line number.

0..1Field oag:TextType  
EffectivePeriod

A specific period of time such as the length of time between two known date/time points, from a start date onwards, or up to an end date of when something is effective.

0..*Componentoag:TimePeriodType 
Part

This is the basic information to identify a Part.

0..*ComponentPartType 
PartDetails

The details of a Part such as serial number, manufacturer, etc.

0..1ComponentPartDetailsType 
Price

Part Price.

0..*Field BasePriceType  
PriceBreak

This defines the prices and modifiers to the price for buying a given quantity or value of an item or item category on a price list line. For Price List Lines that specify Items the price breaks can be specified in terms of quantity or amount. For Price list lines that specify commodity, price breaks can only be specified in terms of currency amount.

0..*ComponentPriceBreakType 
Tax

Base Tax Component.

0..*ComponentBaseTaxType 
PartQuantity

Part Quantity.

0..*Field BaseQuantityType  
SalesCampaign

Sales Campaign Component to communicate sales promotions or sales programs.

0..*ComponentSalesCampaignType 
Measurement

Part Measurement.

0..1Field BaseMeasurementType  

Sample XML

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.26. PartsPriceListLine

<PartsPriceListLine>
     <LineNumber>......</LineNumber>     [0..1]
     <EffectivePeriod>......</EffectivePeriod>     [0..*]
     <Part>......</Part>     [0..*]
     <PartDetails>......</PartDetails>     [0..1]
     <Price>......</Price>     [0..*]
     <PriceBreak>......</PriceBreak>     [0..*]
     <Tax>......</Tax>     [0..*]
     <PartQuantity>......</PartQuantity>     [0..*]
     <SalesCampaign>......</SalesCampaign>     [0..*]
     <Measurement>......</Measurement>     [0..1]
</PartsPriceListLine>