User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogoldcodeactions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:lenscatalog:version070000:simpletypes:b2bcatalogoldcodeactions [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcatalogoldcodeactions [2017/05/31 07:36] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogOldCodeActions======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenses|lenses]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglens|lens]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoldcodes|oldCodes]] \\
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptions|options]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|option]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoldcodes|oldCodes]]
 +
 +
 +^ values ^ description ^
 +|REPLACE| the current product is a 1:1 replacement for the old one. It can be automatically replaced for new orders. With replace the old product code may only be added to one new product code. |
 +|SUGGESTION| the current product is a similar product for the old one(s). The user should be choice, if this or another one. The old product code can be added to one or more of new product codes. |
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogOldCodeActions">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="REPLACE"/>
 +    <xs:enumeration value="SUGGESTION"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>