User Tools

Site Tools


en:lensorder:version010601:complextypes:applianceweight

Differences

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

Link to this comparison view

en:lensorder:version010601:complextypes:applianceweight [2013/05/23 15:15] – external edit 127.0.0.1en:lensorder:version010601:complextypes:applianceweight [2014/06/18 11:23] (current) sebastianraring
Line 1: Line 1:
 +====== applianceWeight (ApplianceWeight) ======
 +
 +[[en:lensorder:version010601:structure|b2boptic]] -> [[en:lensorder:version010601:structure|items]] -> [[en:lensorder:version010601:complextypes:item|item]] -> [[en:lensorder:version010601:complextypes:pair|pair]] -> [[en:lensorder:version010601:complextypes:patient|patient]] -> applianceWeight
 +
 +{{:en:lensorder:version010601:complextypes:xsd_applianceweight.png?nolink|ApplianceWeight}}
 +
 +^ // [[en:lensorder:version010601:simpletypes:applianceweightunity|applianceWeightUnity]] // ^^
 +^ type | [[en:lensorder:version010601: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>