User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogopticalproperties

Differences

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

Link to this comparison view

Next revision
Previous revision
en:lenscatalog:version070000:complextypes:b2bcatalogopticalproperties [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogopticalproperties [2017/07/10 13:47] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogOpticalProperties======
 +
 +[[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]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogopticalproperties.png?nolink|B2BCatalogOpticalProperties}}
 +
 +^filterCategory^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogfiltercategories|B2BCatalogFilterCategories]] ^
 +^occurs |0..1 ^
 +^description | From 0 to 4 according DIN EN ISO 8930-3^
 +
 +^filterCategoryExposed^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogfiltercategories|B2BCatalogFilterCategories]] ^
 +^occurs |0..1 ^
 +^description |From 0 to 4 according DIN EN ISO 8930-3 after beeing exposed to light (mainly relevant for photocromics ^
 +
 +^uvThreshold^^
 +^type |xs:unsignedShort ^
 +^unity |nm ^
 +^occurs |0..1 ^
 +^description | describes the threshold for UV light^
 +
 +^uvATransmission^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogpercentdecimal|B2BCatalogPercentDecimal]] ^
 +^occurs |0..1 ^
 +^description |describes the percentage of solar UVA light that is transmitted through the lens ^
 +
 +^uvBTransmission^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogpercentdecimal|B2BCatalogPercentDecimal]] ^
 +^occurs |0..1 ^
 +^description |describes the percentage of solar UVB light that is transmitted through the lens ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogOpticalProperties">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="filterCategory" type="B2BCatalogFilterCategories"/>
 +    <xs:element minOccurs="0" name="filterCategoryExposed" type="B2BCatalogFilterCategories"/>
 +    <xs:element minOccurs="0" name="uvThreshold" type="xs:unsignedShort"/>
 +    <xs:element minOccurs="0" name="uvATransmission" type="B2BCatalogPercentDecimal"/>
 +    <xs:element minOccurs="0" name="uvBTransmission" type="B2BCatalogPercentDecimal"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>