User Tools

Site Tools


en:lensorder:version010601:simpletypes:applianceweightunity

Differences

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

Link to this comparison view

en:lensorder:version010601:simpletypes:applianceweightunity [2013/05/23 15:35] – external edit 127.0.0.1en:lensorder:version010601:simpletypes:applianceweightunity [2014/06/18 10:41] (current) sebastianraring
Line 1: Line 1:
 +====== applianceWeightUnity (ApplianceWeightUnity) ======
 +
 +
 +[[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]] -> [[en:lensorder:version010601:complextypes:applianceweight|applianceWeight]]
 +
 +^ values ^ description ^
 +| PERCENT | a percent value between 0 and 100; for boolean (true/false) the values are 0 for false and 100 for true |
 +| VALUE | a value with no specific unity |
 +
 +<code xml>
 +<xs:simpleType name="ApplianceWeightUnity">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="PERCENT" />
 +    <xs:enumeration value="VALUE" />
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>