User Tools

Site Tools


en:jobdata:version010603:simpletypes:lightingcontitions

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:jobdata:version010603:simpletypes:lightingcontitions [2017/03/29 13:54] larabernauen:jobdata:version010603:simpletypes:lightingcontitions [2017/06/19 18:16] (current) sebastianraring
Line 1: Line 1:
 +====== condition (LightingContitions) ======
 +
 +
 +[[en:jobdata:version010603:structure|b2bOpticJobData]] -> [[en:jobdata:version010603:structure|items]] -> [[en:jobdata:version010603:complextypes:item|item]] -> [[en:jobdata:version010603:complextypes:pair|pair]] -> [[en:jobdata:version010603:complextypes:patient|patient]] -> [[en:jobdata:version010603:complextypes:iprofilerdata|iProfilerData]] -> [[en:jobdata:version010603: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>