User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcataloginformationtypes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:lenscatalog:version070000:simpletypes:b2bcataloginformationtypes [2017/07/11 14:56] hansobermayeren:lenscatalog:version070000:simpletypes:b2bcataloginformationtypes [2017/07/11 16:15] (current) dkroll
Line 1: Line 1:
 +======B2BCatalogInformationTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloginformations|informations]]->[[en:lenscatalog:version070000:complextypes:b2bcataloginformation|information]] \\
 +
 +descriptions to the Informations with different values 
 +^ values ^ description ^
 +|TECHNICAL| technical information|
 +|MARKETING| marketing information|
 +|ORDER| information belonging to the order|
 +|DELIVERY| information belonging to the delivery|
 +|DELIVERYRANGE| information belonging to the deliveryrange|
 +|MEDICALLAW| information must be given due to medicallaw|
 +|PRODUCTPICTURE| picture of the product|
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogInformationTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="TECHNICAL"/>
 +    <xs:enumeration value="MARKETING"/>
 +    <xs:enumeration value="ORDER"/>
 +    <xs:enumeration value="DELIVERY"/>
 +    <xs:enumeration value="DELIVERYRANGE"/>
 +    <xs:enumeration value="MEDICALLAW"/>
 +    <xs:enumeration value="PRODUCTPICTURE"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>