User Tools

Site Tools


en:lensorder:version010603:complextypes:centration

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:lensorder:version010603:complextypes:centration [2017/03/08 14:43] larabernauen:lensorder:version010603:complextypes:centration [2017/06/19 14:26] (current) sebastianraring
Line 1: Line 1:
 +====== centration (Centration) ======
  
 +[[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:lens|lens]] -> centration
 +
 +{{:en:lensorder:version010603:images:centration.png?nolink|Centration}}
 +
 +^ monocularCentrationDistance ^^
 +^ type | float |
 +^ unity | mm |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +^ // consideredPrism (attribute of monocularCentrationDistance) // ^^
 +^ type | boolean |
 +^ use | optional |
 +^ description |  |
 +
 +^ // [[en:lensorder:version010603:simpletypes:ocreferences:monocentrdist|reference]] (attribute of monocularCentrationDistance) // ^^
 +^ type | [[en:lensorder:version010603:simpletypes:ocreferences|OCReferences]] |
 +^ use | required |
 +^ description |  |
 +
 +^ height ^^
 +^ type | float |
 +^ unity | mm |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +^ // consideredPrism (attribute of height) // ^^
 +^ type | boolean |
 +^ use | optional |
 +^ description |  |
 +
 +^ // [[en:lensorder:version010603:simpletypes:ocreferences:height|reference]] (attribute of height) // ^^
 +^ type | [[en:lensorder:version010603:simpletypes:ocreferences|OCReferences]] |
 +^ use | required |
 +^ description |  |
 +
 +^ // [[en:lensorder:version010603:simpletypes:heightreferences|referenceHeight]] (attribute of height) // ^^
 +^ type | [[en:lensorder:version010603:simpletypes:heightreferences|HeightReferences]] |
 +^ use | required |
 +^ description |  |
 +
 +^ backVertexDistance ^^
 +^ type | float |
 +^ unity | mm |
 +^ occurs | 0..1 |
 +^ description | Correction |
 +
 +^ // rxDataNeedRecalculation (attribute of backVertexDistance) // ^^
 +^ type | boolean |
 +^ use | required |
 +^ description |  |
 +
 +^ eyeRotationCenterDistance ^^
 +^ type | float |
 +^ unity | mm |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +^ // [[en:lensorder:version010603:simpletypes:rcdreferences|reference]] (attribute of eyeRotationCenterDistance) // ^^
 +^ type | [[en:lensorder:version010603:simpletypes:rcdreferences|RCDReferences]] |
 +^ use | required |
 +^ description |  |
 +
 +<code xml>
 +<xs:complexType name="Centration">
 +  <xs:sequence>
 +    <xs:element name="monocularCentrationDistance" minOccurs="0">
 +      <xs:complexType>
 +        <xs:simpleContent>
 +          <xs:extension base="xs:float">
 +            <xs:attribute name="consideredPrism" type="xs:boolean" use="optional" />
 +            <xs:attribute name="reference" type="OCReferences" use="required" />
 +          </xs:extension>
 +        </xs:simpleContent>
 +      </xs:complexType>
 +    </xs:element>
 +    <xs:element name="height" minOccurs="0">
 +      <xs:complexType>
 +        <xs:simpleContent>
 +          <xs:extension base="xs:float">
 +            <xs:attribute name="consideredPrism" type="xs:boolean" use="optional" />
 +            <xs:attribute name="reference" type="OCReferences" use="required" />
 +            <xs:attribute name="referenceHeight" type="HeightReferences" use="required" />
 +          </xs:extension>
 +        </xs:simpleContent>
 +      </xs:complexType>
 +    </xs:element>
 +    <xs:element minOccurs="0" name="backVertexDistance">
 +      <xs:complexType>
 +        <xs:simpleContent>
 +          <xs:extension base="xs:float">
 +            <xs:attribute name="rxDataNeedRecalculation" type="xs:boolean" use="required" />
 +          </xs:extension>
 +        </xs:simpleContent>
 +      </xs:complexType>
 +    </xs:element>
 +    <xs:element minOccurs="0" name="eyeRotationCenterDistance">
 +      <xs:complexType>
 +        <xs:simpleContent>
 +          <xs:extension base="xs:float">
 +            <xs:attribute name="reference" type="RCDReferences" use="required" />
 +          </xs:extension>
 +        </xs:simpleContent>
 +      </xs:complexType>
 +    </xs:element>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>