User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloggeofitting

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:lenscatalog:version070000:complextypes:b2bcataloggeofitting [2017/07/10 13:57] sebastianraringen:lenscatalog:version070000:complextypes:b2bcataloggeofitting [2017/07/11 14:44] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogGeoFitting======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeos|lensGeos]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeo|lensGeo]]
 +
 +{{en:lenscatalog:version070000:images:b2bcataloggeofitting.png?nolink|B2BCatalogGeoFitting}}
 +
 +^minimum^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogbottomtopoptional|B2BCatalogBottomTopOptional]] ^
 +^occurs |1 ^
 +^description |describes the minimum fitting height that is absolutely necessary for the lens to work^
 +
 +^recommended^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogbottomtopoptional|B2BCatalogBottomTopOptional]] ^
 +^occurs |0..1 ^
 +^description |describes the recommended fitting height for a comfortable use of the lens^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogGeoFitting">
 +  <xs:sequence>
 +    <xs:element name="minimum" type="B2BCatalogBottomTopOptional"/>
 +    <xs:element minOccurs="0" name="recommended" type="B2BCatalogBottomTopOptional"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>