User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal

Differences

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

Link to this comparison view

Next revision
Previous revision
en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal [2017/07/10 14:10] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogGeoBifocal======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeos|lensGeos]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeo|lensGeo]]
 +
 +{{en:lenscatalog:version070000:images:b2bcataloggeobifocal.png?nolink|B2BCatalogGeoBifocal}}
 +
 +^bgcToPrp^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloginup|B2BCatalogInUp]] ^
 +^unity | mm ^
 +^occurs |1 ^
 +^description | distance between the geometrical center of the lens (BGC) and the prism reference point (PRP) {{:en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal:bifo_bgcprp.png?nolink&400|}}^
 +
 +^prpToLrp^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloginup|B2BCatalogInUp]] ^
 +^unity | mm ^
 +^occurs |1 ^
 +^description | distance between the prism reference point (PRP) and the layout reference point (LRP) {{:en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal:bifo_prplrp.png?nolink&400|}}^
 +
 +^prpToNrp^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloginup|B2BCatalogInUp]] ^
 +^unity | mm ^
 +^occurs |1 ^
 +^description | distance between the prism reference point (PRP) and the near reference point (NRP) {{:en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal:bifo_prpnrp.png?nolink&400|}}^
 +
 +^prpToMe^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloginup|B2BCatalogInUp]] ^
 +^unity | mm ^
 +^occurs |0..1 ^
 +^description | distance between the prism reference point (PRP) and the microengravings (Me) {{:en:lenscatalog:version070000:complextypes:b2bcataloggeobifocal:bifo_prpme.png?nolink&400|}}^
 +
 +^nearPortion^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalognearportion|B2BCatalogNearPortion]] ^
 +^occurs |1 ^
 +^description | size and type of the near portion^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogGeoBifocal">
 +  <xs:sequence>
 +    <xs:element name="bgcToPrp" type="B2BCatalogInUp"/>
 +    <xs:element name="prpToLrp" type="B2BCatalogInUp"/>
 +    <xs:element name="prpToNrp" type="B2BCatalogInUp"/>
 +    <xs:element minOccurs="0" name="prpToMe" type="B2BCatalogInUp"/>
 +    <xs:element name="nearPortion" type="B2BCatalogNearPortion"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>