User Tools

Site Tools


en:lensorder:version010602:simpletypes:lightingcontitions

Differences

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

Link to this comparison view

en:lensorder:version010602:simpletypes:lightingcontitions [2014/06/18 11:12] – external edit 127.0.0.1en:lensorder:version010602:simpletypes:lightingcontitions [2016/05/04 14:12] (current) larabernau
Line 1: Line 1:
 +====== condition (LightingContitions) ======
 +
 +
 +[[en:lensorder:version010602:structure|b2boptic]] -> [[en:lensorder:version010602:structure|items]] -> [[en:lensorder:version010602:complextypes:item|item]] -> [[en:lensorder:version010602:complextypes:pair|pair]] -> [[en:lensorder:version010602:complextypes:patient|patient]] -> [[en:lensorder:version010602:complextypes:iprofilerdata|iProfilerData]] -> [[en:lensorder:version010602:complextypes:iprofilerdata|pupilData]]
 +
 +^ values ^ description ^
 +| PHOTOPIC | under well-lit conditions |
 +| MESOPIC | in low but not quite dark lighting situations |
 +
 +<code xml>
 +<xs:simpleType name="LightingContitions">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="PHOTOPIC" />
 +    <xs:enumeration value="MESOPIC" />
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>