User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogpricegroupmatching

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:b2bcatalogpricegroupmatching [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogpricegroupmatching [2017/07/12 12:45] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogPriceGroupMatching======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenspricegroups|lensPriceGroups]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenspricegroup|lensPriceGroup]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogpricegroupmatching.png?nolink|B2BCatalogPriceGroupMatching}}
 +
 +^sphereAbsolute^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogsphereabs|B2BCatalogSphereAbs]] ^
 +^unity | dpt ^
 +^occurs |0..1 ^
 +^description | describes the sperical part of the lens price group (absolute value, no leading sign)^
 +
 +^cylinderAbsolute^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcylinderabs|B2BCatalogCylinderAbs]] ^
 +^unity |dpt ^
 +^occurs |0..1 ^
 +^description |describes the cylindric part of the lens price group (absolute value, no leading sign)^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogPriceGroupMatching">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="sphereAbsolute" type="B2BCatalogSphereAbs"/>
 +    <xs:element minOccurs="0" name="cylinderAbsolute" type="B2BCatalogCylinderAbs"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>