User Tools

Site Tools


en:lensorder:version010603:complextypes:applianceweight

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:applianceweight [2016/05/04 13:05] – external edit 127.0.0.1en:lensorder:version010603:complextypes:applianceweight [2017/06/16 17:10] (current) sebastianraring
Line 1: Line 1:
 +====== applianceWeight (ApplianceWeight) ======
 +
 +[[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]] -> applianceWeight
 +
 +{{:en:lensorder:version010603:images:applianceweight.png?nolink|ApplianceWeight}}
 +
 +^ // [[en:lensorder:version010603:simpletypes:applianceweightunity|applianceWeightUnity]] // ^^
 +^ type | [[en:lensorder:version010603:simpletypes:applianceweightunity|ApplianceWeightUnity]] |
 +^ use | required |
 +^ description | set the unity of weightingNear/Middle/Far |
 +
 +^ weightingNear ^^
 +^ type | float |
 +^ unity | see applianceWeightUnity |
 +^ occurs | 0..1 |
 +^ description | near distance |
 +
 +^ weightingMiddle ^^
 +^ type | float |
 +^ unity | see applianceWeightUnity |
 +^ occurs | 0..1 |
 +^ description | middle distance |
 +
 +^ weightingFar ^^
 +^ type | float |
 +^ unity | see applianceWeightUnity |
 +^ occurs | 0..1 |
 +^ description | far distance |
 +
 +^ determinationDesign ^^
 +^ type | int |
 +^ unity | ? |
 +^ occurs | 0..1 |
 +^ description |  |
 +
 +<code xml>
 +<xs:complexType name="ApplianceWeight">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="weightingNear" type="xs:float" />
 +    <xs:element minOccurs="0" name="weightingMiddle" type="xs:float" />
 +    <xs:element minOccurs="0" name="weightingFar" type="xs:float" />
 +    <xs:element minOccurs="0" name="determinationDesign" type="xs:integer" />
 +  </xs:sequence>
 +  <xs:attribute name="applianceWeightUnity" type="ApplianceWeightUnity" use="required" />
 +</xs:complexType>
 +</code>