User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogordersendtypes

Differences

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

Link to this comparison view

en:lenscatalog:version070000:simpletypes:b2bcatalogordersendtypes [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcatalogordersendtypes [2017/07/10 15:49] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogOrderSendTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptions|options]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|option]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|order]]
 +
 +
 +^ values ^ description ^
 +|MANDATORY| mandatory to send the code in the order file, if the option is selected |
 +|OPTIONAL| the sender can send the code in the order file or not, the receiver accept both |
 +|NOT_ALLOWED| the sender should not send the code in the order file |
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogOrderSendTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="MANDATORY"/>
 +    <xs:enumeration value="OPTIONAL"/>
 +    <xs:enumeration value="NOT_ALLOWED"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>