User Tools

Site Tools


en:jobdata:version010603:simpletypes:applianceweightunity

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:jobdata:version010603:simpletypes:applianceweightunity [2017/03/29 13:49] larabernauen:jobdata:version010603:simpletypes:applianceweightunity [2017/06/19 18:14] (current) sebastianraring
Line 1: Line 1:
 +====== applianceWeightUnity (ApplianceWeightUnity) ======
 +
 +
 +[[en:jobdata:version010603:structure|b2bOpticJobData]] -> [[en:jobdata:version010603:structure|items]] -> [[en:jobdata:version010603:complextypes:item|item]] -> [[en:jobdata:version010603:complextypes:pair|pair]] -> [[en:jobdata:version010603:complextypes:patient|patient]] -> [[en:jobdata:version010603: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>