User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloglensmaterialproperty

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:complextypes:b2bcataloglensmaterialproperty [2017/07/10 13:32] sebastianraringen:lenscatalog:version070000:complextypes:b2bcataloglensmaterialproperty [2017/07/10 14:10] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogLensMaterialProperty======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensmaterialproperties|lensMaterialProperties]]->lensMaterialProperty
 +
 +{{en:lenscatalog:version070000:images:b2bcataloglensmaterialproperty.png?nolink|B2BCatalogLensMaterialProperty}}
 +
 +^material^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogmaterials|B2BCatalogMaterials]] ^
 +^occurs |1 ^
 +^description | describes the basic material of which the lens is produced ^
 +
 +^opticalIndex^^
 +^type |xs:decimal ^
 +^unity |none ^
 +^occurs |0..1 ^
 +^description |describes the refractive index of the lens material; see also [[https://en.wikipedia.org/wiki/Refractive_index|Wikipedia]]^
 +
 +^abbe^^
 +^type |xs:decimal ^
 +^unity |none ^
 +^occurs |0..1 ^
 +^description | describes the material's dispersion (also V-number or constringence of a transparent material),  with high values of V indicating low dispersion; see also [[https://en.wikipedia.org/wiki/Abbe_number|Wikipedia]]  ^
 +
 +^specificWeight^^
 +^type |xs:decimal ^
 +^unity |g/cm³^
 +^occurs |0..1 ^
 +^description |describes the density of the lens material, see also [[https://en.wikipedia.org/wiki/Density|Wikipedia]]^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogLensMaterialProperty">
 +  <xs:sequence>
 +    <xs:element name="material" type="B2BCatalogMaterials"/>
 +    <xs:element minOccurs="0" name="opticalIndex" type="xs:decimal"/>
 +    <xs:element minOccurs="0" name="abbe" type="xs:decimal"/>
 +    <xs:element minOccurs="0" name="specificWeight" type="xs:decimal"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>