User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogsoftwaretypes

Differences

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

Link to this comparison view

Next revision
Previous revision
en:lenscatalog:version070000:simpletypes:b2bcatalogsoftwaretypes [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:simpletypes:b2bcatalogsoftwaretypes [2017/07/10 09:40] (current) dkroll
Line 1: Line 1:
 +
 +
 +======B2BCatalogSoftwareTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogheader|header]]->
 +[[en:lenscatalog:version070000:complextypes:b2bcatalogsoftware|software]]
 +
 +
 +^ values ^ description ^
 +|EDITOR|editor |Software to edit the whole catalog|
 +|CALCULATOR|calculater |Software to edit the Prices in the catalog|
 +|CONVERTER|converter |Software to convert the whole catalog|
 +|MODIFIER|modifier |Software to modify parts of the data in the catalog|
 +
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogSoftwareTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="EDITOR"/>
 +    <xs:enumeration value="CALCULATOR"/>
 +    <xs:enumeration value="CONVERTER"/>
 +    <xs:enumeration value="MODIFIER"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>