Description
This element assigns an identifier for series-specific purchasing/sales prices:
EK_VK_ID 0 = purchasing price including VAT (or list price) 1 = sales price including VAT ( recommended sales price) 2 = purchasing price excluding VAT 3 = purchasing price excl. VAT/VAT
The price is defined as a function of the price-ID (Element PRICE_ID (path 1)) as follows:
Price ID = 1 (price), the value from the ITEM_PRICE (path 2) element will be used.
Price ID = 2 (ID number), the price from the IDENT_NUMBER/PRICE (path 3)element, the ITEM_PRICE/PRICE_MINIMUM_BASIC (path 2) element or the ADDITIONAL_PRICE (element 5) is used.
Price ID = 3 (offsetting point), the value from the ITEM_PRICE (path 2) element or the PRICE_MINIMUM_BASIC Element multiplied by the settlement factor from the PRICE_DEFINITION/MERCHANDISE_GROUP/CALC_GROUP/CALCULATION_FACTOR is used.
Due to the key, only one price (combination of the elements VAT (path 4) and PURCHASE_RETAIL_ID ) can be specified within the same series. If a file contains both purchasing and retail prices, models with purchasing prices must not be assigned the same calculation groups (PRICE_DEFINITION/MERCHANDISE_GROUP/CALC_GROUP) as models with retail prices. This element is very important for pricing. If the purchasing prices are used, this must be the dealership's purchasing price, not the manufacturer purchasing price.
Element paths Path 1: CATALOG/CATALOG_IDENTIFICATION/ Path 2: SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM/PRICE_FEATURE_GROUP_BASE_PRICE_REF/ Path 3: PRICE_DEFINITION/IDENT_NUMBERS Path 4: CATALOG/CATALOG_IDENTIFICATION/ Path 5 : PRICE_DEFINITION/PRICE_FEATURE_GROUPS/PRICE_FEATURE_GROUP |
D nonNegativeInteger P M [0:3]
|
Type
Restriction of xs:nonNegativeInteger
Diagram
Overview
 |
PURCHASE_RETAIL_ID Restriction of xs:nonNegativeInteger
This element assigns an identifier for series-specific purchasing/sales prices:
EK_VK_ID 0 = purchasing price including VAT (or list price) 1 = sales price including VAT ( recommended sales price) 2 = purchasing price excluding VAT 3 = purchasing price excl. VAT/VAT
The price is defined as a function of the price-ID (Element PRICE_ID (path 1)) as follows:
Price ID = 1 (price), the value from the ITEM_PRICE (path 2) element will be used.
Price ID = 2 (ID number), the price from the IDENT_NUMBER/PRICE (path 3)element, the ITEM_PRICE/PRICE_MINIMUM_BASIC (path 2) element or the ADDITIONAL_PRICE (element 5) is used.
Price ID = 3 (offsetting point), the value from the ITEM_PRICE (path 2) element or the PRICE_MINIMUM_BASIC Element multiplied by the settlement factor from the PRICE_DEFINITION/MERCHANDISE_GROUP/CALC_GROUP/CALCULATION_FACTOR is used.
Due to the key, only one price (combination of the elements VAT (path 4) and PURCHASE_RETAIL_ID ) can be specified within the same series. If a file contains both purchasing and retail prices, models with purchasing prices must not be assigned the same calculation groups (PRICE_DEFINITION/MERCHANDISE_GROUP/CALC_GROUP) as models with retail prices. This element is very important for pricing. If the purchasing prices are used, this must be the dealership's purchasing price, not the manufacturer purchasing price.
Element paths Path 1: CATALOG/CATALOG_IDENTIFICATION/ Path 2: SERIES/SERIE/PRODUCT_GROUPS/PRODUCT_GROUP/ITEMS/ITEM/PRICE_FEATURE_GROUP_BASE_PRICE_REF/ Path 3: PRICE_DEFINITION/IDENT_NUMBERS Path 4: CATALOG/CATALOG_IDENTIFICATION/ Path 5 : PRICE_DEFINITION/PRICE_FEATURE_GROUPS/PRICE_FEATURE_GROUP |
D nonNegativeInteger P M [0:3]
|
|
Source
<xs:element name="PURCHASE_RETAIL_ID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="DE">Version 2.3 Polster
Hermann Balke 01.07.2013
EK_VK_ID
0 = EK-Brutto (oder auch Listenpreis)
1 = VK-Brutto (empfohlener Verkaufspreis)
2 = EK-Netto
3 = EK-Netto/Netto</xs:documentation>
<xs:documentation />
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="0" />
<xs:maxInclusive value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also