User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogbottomtopoptional

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:lenscatalog:version070000:complextypes:b2bcatalogbottomtopoptional [2017/05/31 06:41] sebastianraringen:lenscatalog:version070000:complextypes:b2bcatalogbottomtopoptional [2017/07/11 14:50] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogBottomTopOptional======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeos|lensGeos]]->[[en:lenscatalog:version070000:structure|lensGeo]]->[[en:lenscatalog:version070000:complextypes:b2bcataloggeofitting|fitting]] \\
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogbottomtopoptional.png?nolink|B2BCatalogBottomTopOptional}}
 +
 +^bottom^^
 +^type |xs:decimal ^
 +^unity | mm ^
 +^occurs |1 ^
 +^description |fitting height from the LRP (layout reference point=centration point) to the top of the frame^
 +
 +^top^^
 +^type |xs:decimal ^
 +^unity | mm ^
 +^occurs |0..1 ^
 +^description |fitting height from the LRP (layout reference point=centration point) to the bottom of the frame^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogBottomTopOptional">
 +  <xs:sequence>
 +    <xs:element name="bottom" type="xs:decimal"/>
 +    <xs:element minOccurs="0" name="top" type="xs:decimal"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>