User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogspecialdiametertypes

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:b2bcatalogspecialdiametertypes [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcatalogspecialdiametertypes [2017/05/31 08:37] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogSpecialDiameterTypes======
 +
 +[[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| not possible |
 +|SPECIALDIAMETERSTEP| diameter calculated by the PMS or by the user |
 +|OPTIMIZED_SHAPE| diameter calculated by the lens supplier with given shape and centration data, addional orderoptions necessary|
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogSpecialDiameterTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="NO"/>
 +    <xs:enumeration value="SPECIALDIAMETERSTEP"/>
 +    <xs:enumeration value="OPTIMIZED_SHAPE"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>