User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogtrafficrestrictiontypes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:lenscatalog:version070000:simpletypes:b2bcatalogtrafficrestrictiontypes [2017/05/31 07:38] sebastianraringen:lenscatalog:version070000:simpletypes:b2bcatalogtrafficrestrictiontypes [2019/04/10 10:24] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogTrafficRestrictionTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenses|lenses]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglens|lens]] \\
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptions|options]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|option]]
 +
 +
 +^ values ^ description ^
 +|NONE| without restrictions for driving |
 +|NOT_FOR_TRAFFIC| not for driving |
 +|NOT_FOR_NIGHT_DRIVING| not for driving at night |
 +|DEPENDS_ON_THICKNESS_AND_COATING| depends on thickness and coating|
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogTrafficRestrictionTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="NONE"/>
 +    <xs:enumeration value="NOT_FOR_TRAFFIC"/>
 +    <xs:enumeration value="NOT_FOR_NIGHT_DRIVING"/>
 +    <xs:enumeration value="DEPENDS_ON_THICKNESS_AND_COATING"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>