User Tools

Site Tools


en:lensorder:version010604:complextypes:thinningprism

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:lensorder:version010604:complextypes:thinningprism [2017/04/05 15:07] larabernauen:lensorder:version010604:complextypes:thinningprism [2022/06/30 14:22] (current) hansobermayer
Line 1: Line 1:
 +====== thinningPrism (ThinningPrism) ======
  
 +[[en:lensorder:version010604:structure|b2boptic]] -> [[en:lensorder:version010604:structure|items]] -> [[en:lensorder:version010604:complextypes:item|item]] -> [[en:lensorder:version010604:complextypes:pair|pair]] -> [[en:lensorder:version010604:complextypes:lens|lens]] -> [[en:lensorder:version010604:complextypes:geometrytype|geometry]] -> thinningPrism
 +
 +
 +
 +{{:en:lensorder:version010604:images:thinningprism.png?nolink|ThinningPrism}}
 +
 +^ [[en:lensorder:version010604:simpletypes:thinningprismautotype|auto]] ^^
 +^ type | [[en:lensorder:version010604:simpletypes:thinningprismautotype|ThinningPrismAutoType]] |
 +^ occurs | 1 (not together with value) |
 +^ description |  |
 +
 +^ value ^^
 +^ type | float |
 +^ unit | cm per m |
 +^ occurs | 1 (not together with auto) |
 +^ description | + value for base 270 = default, - value for base 90   |
 +
 +<code xml>
 +<xs:complexType name="ThinningPrism">
 +  <xs:choice>
 +    <xs:element name="auto" type="ThinningPrismAutoType"/>
 +    <xs:element name="value" type="xs:float"/>
 +  </xs:choice>
 +</xs:complexType>
 +</code>