User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogspecialthicknesstypes

Differences

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

Link to this comparison view

en:lenscatalog:version070000:simpletypes:b2bcatalogspecialthicknesstypes [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcatalogspecialthicknesstypes [2017/05/31 10:35] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogSpecialThicknessTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptions|options]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|option]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptiontypes|optionTypes]]
 +
 +
 +^ values ^ description ^
 +|NO| |
 +|DEVIATING_THICKNESS| a thickness value is required, refers to the round/elliptic lens, without shape data  |
 +|THICKNESSREDUCTIONSYSTEM| an overall thickness optimization is required, refers to shape and centration data|
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogSpecialThicknessTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="NO"/>
 +    <xs:enumeration value="DEVIATING_THICKNESS"/>
 +    <xs:enumeration value="THICKNESSREDUCTIONSYSTEM"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>