User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloginuprangedecentration

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:b2bcataloginuprangedecentration [2017/07/10 13:49] sebastianraringen:lenscatalog:version070000:complextypes:b2bcataloginuprangedecentration [2017/07/10 14:36] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogInUpRangeDecentration======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensranges|lensRanges]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensrange|lensRange]]
 +
 +{{en:lenscatalog:version070000:images:b2bcataloginuprangedecentration.png?nolink|B2BCatalogInUpRangeDecentration}}
 +
 +^in^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogdistancerangedecentration|B2BCatalogDistanceRangeDecentration]] ^
 +^occurs |1 ^
 +^description |describes the possible horizontal decentration fo the far reference point of the lens relative to the geometrical center of the lens; nasal=positive, temporal=negative ^
 +
 +^up^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogdistancerangedecentration|B2BCatalogDistanceRangeDecentration]] ^
 +^occurs |0..1 ^
 +^description |describes the possible vertical decentration for the far reference point of the lens relative to the geometrical center of the lens; up = positive, down=negative ^
 +
 +^maxRadius^^
 +^type |xs:decimal ^
 +^unity | mm ^
 +^occurs |0..1 ^
 +^description |describes the maximum radius of the zone of possible decentration around the geometrical center of a lens.^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogInUpRangeDecentration">
 +  <xs:sequence>
 +    <xs:element name="in" type="B2BCatalogDistanceRangeDecentration"/>
 +    <xs:element minOccurs="0" name="up" type="B2BCatalogDistanceRangeDecentration"/>
 +    <xs:element minOccurs="0" name="maxRadius" type="xs:decimal"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>