User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogbalacinglens

Differences

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

Link to this comparison view

en:lenscatalog:version070000:complextypes:b2bcatalogbalacinglens [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogbalacinglens [2016/11/07 18:46] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogBalacingLens======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenses|lenses]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglens|lens]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogbalacinglens.png?nolink|B2BCatalogBalacingLens}}
 +
 +^lensConditions (attribute of B2BCatalogBalacingLens)^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogpercentshort|B2BCatalogPercentShort]] ^
 +^use | optional ^
 +^default |100 ^
 +^description | the rate of the standard price of the lens, if it is ordered as a balancing lens ^
 +
 +^optionsConditions (attribute of B2BCatalogBalacingLens)^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogpercentshort|B2BCatalogPercentShort]] ^
 +^use | optional ^
 +^default |100 ^
 +^description | the rate of the standard price of all selected options, if the lens is ordered as a balancing lens ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogBalacingLens">
 +  <xs:simpleContent>
 +    <xs:extension base="xs:boolean">
 +      <xs:attribute default="100" name="lensConditions" type="B2BCatalogPercentShort"/>
 +      <xs:attribute default="100" name="optionsConditions" type="B2BCatalogPercentShort"/>
 +    </xs:extension>
 +  </xs:simpleContent>
 +</xs:complexType>
 +</code>