User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcataloggazedirections

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:b2bcataloggazedirections [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcataloggazedirections [2017/07/11 15:20] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogGazeDirections======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeos|lensGeos]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeo|lensGeo]]
 +
 +^ values ^ description ^
 +|MAIN|this is the gaze direction that results from a habitual head- and body posture looking at a distance object |
 +|ZERO| this is the gaze direction that results when the frame plane is perpendicular to the ground|
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogGazeDirections">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="MAIN"/>
 +    <xs:enumeration value="ZERO"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>