User Tools

Site Tools


en:lensorder:version010603:complextypes:zernikes12:wavefronteye

Differences

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

Link to this comparison view

Next revision
Previous revision
en:lensorder:version010603:complextypes:zernikes12:wavefronteye [2016/05/04 12:37] – external edit 127.0.0.1en:lensorder:version010603:complextypes:zernikes12:wavefronteye [2017/06/16 17:46] (current) sebastianraring
Line 1: Line 1:
 +====== zernikes12 (Zernikes12) ======
 +
 +[[en:lensorder:version010603:structure|b2boptic]] -> [[en:lensorder:version010603:structure|items]] -> [[en:lensorder:version010603:complextypes:item|item]] -> [[en:lensorder:version010603:complextypes:pair|pair]] -> [[en:lensorder:version010603:complextypes:patient|patient]] -> [[en:lensorder:version010603:complextypes:iprofilerdata|iProfilerData]] -> [[en:lensorder:version010603:complextypes:iprofilerresult|result]] -> 
 +[[en:lensorder:version010603:complextypes:iprofilerresult|wavefrontEye]] -> 
 +[[en:lensorder:version010603:complextypes:zernikes:wavefronteye|zernikes]] -> zernikes12
 +
 +{{:en:lensorder:version010603:images:zernikes12.png?nolink|Zernikes12}}
 +
 +^ base element ^^
 +^ type | [[en:lensorder:version010603:complextypes:zernikes11:zernikes12eye|zernikes11]] |
 +
 +^ z_12_M12 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_M10 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_M8 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_M6 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_M4 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_M2 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_0 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_2 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_4 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_6 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_8 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_10 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +^ z_12_12 ^^
 +^ type | float |
 +^ unity |  |
 +^ occurs | 1 |
 +^ description |  |
 +
 +<code xml>
 +<xs:complexType name="Zernikes12">
 +  <xs:complexContent mixed="false">
 +    <xs:extension base="Zernikes11">
 +      <xs:sequence>
 +        <xs:element name="z_12_M12" type="xs:float" />
 +        <xs:element name="z_12_M10" type="xs:float" />
 +        <xs:element name="z_12_M8" type="xs:float" />
 +        <xs:element name="z_12_M6" type="xs:float" />
 +        <xs:element name="z_12_M4" type="xs:float" />
 +        <xs:element name="z_12_M2" type="xs:float" />
 +        <xs:element name="z_12_0" type="xs:float" />
 +        <xs:element name="z_12_2" type="xs:float" />
 +        <xs:element name="z_12_4" type="xs:float" />
 +        <xs:element name="z_12_6" type="xs:float" />
 +        <xs:element name="z_12_8" type="xs:float" />
 +        <xs:element name="z_12_10" type="xs:float" />
 +        <xs:element name="z_12_12" type="xs:float" />
 +      </xs:sequence>
 +    </xs:extension>
 +  </xs:complexContent>
 +</xs:complexType>
 +</code>