User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloglensgeos

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:b2bcataloglensgeos [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcataloglensgeos [2017/07/10 14:59] (current) nicole.backmann
Line 1: Line 1:
 +======B2BCatalogLensGeos======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]
 +
 +{{en:lenscatalog:version070000:images:b2bcataloglensgeos.png?nolink|B2BCatalogLensGeos}}
 +
 +^lensGeo^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloglensgeo|B2BCatalogLensGeo]] ^
 +^occurs |1..∞ ^
 +^description |describes the geomtery of a lens^
 +
 +^id (attribute of lensGeo)^^
 +^type |xs:unsignedInt ^
 +^use |required ^
 +^description | this id refers to a [[en:lenscatalog:version070000:complextypes:b2bcataloglensgeo|B2BCatalogLensGeo]]^
 +
 +^internalDescription (attribute of lensGeo)^^
 +^type |xs:string ^
 +^use | optional ^
 +^description |for internal use only, will not be displayed^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogLensGeos">
 +  <xs:sequence>
 +    <xs:element maxOccurs="unbounded" name="lensGeo">
 +      <xs:complexType>
 +        <xs:complexContent>
 +          <xs:extension base="B2BCatalogLensGeo">
 +            <xs:attribute name="id" type="xs:unsignedInt" use="required"/>
 +            <xs:attribute name="internalDescription" type="xs:string"/>
 +          </xs:extension>
 +        </xs:complexContent>
 +      </xs:complexType>
 +    </xs:element>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>