User Tools

Site Tools


en:lensorder:version010601:simpletypes:fittingplace

Differences

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

Link to this comparison view

en:lensorder:version010601:simpletypes:fittingplace [2014/06/12 16:01] – external edit 127.0.0.1en:lensorder:version010601:simpletypes:fittingplace [2014/06/18 11:11] (current) sebastianraring
Line 1: Line 1:
 +====== place (FittingPlace) ======
 +
 +[[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:fitting|fitting]]
 +
 +^ values ^ description ^
 +| MANUFACTURER | lens manufacturer |
 +| LAB |  |
 +| SHOP |  |
 +
 +<code xml>
 +<xs:simpleType name="FittingPlace">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="MANUFACTURER" />
 +    <xs:enumeration value="LAB" />
 +    <xs:enumeration value="SHOP" />
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>