User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcataloglenspriceset

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:b2bcataloglenspriceset [2017/07/10 14:40] sebastianraringen:lenscatalog:version070000:complextypes:b2bcataloglenspriceset [2017/07/11 09:46] (current) dkroll
Line 1: Line 1:
 +======B2BCatalogLensPriceSet======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenspricegroups|lensPriceGroups]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenspricegroup|lensPriceGroup]]
 +
 +{{en:lenscatalog:version070000:images:b2bcataloglenspriceset.png?nolink|B2BCatalogLensPriceSet}}
 +
 +^matching^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogpricegroupmatching|B2BCatalogPriceGroupMatching]] ^
 +^occurs |0..1 ^
 +^description |define valid, sphere and cylinder for the price ^
 +
 +^prices^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogprices|B2BCatalogPrices]] ^
 +^occurs |1 ^
 +^description |prices/values for products ^
 +
 +^internal^^
 +^type |xs:anyType ^
 +^occurs |0..1 ^
 +^description |place for internal extension; elements below internal are not part of the format and should not be used in official catalogs and inter-company use ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogLensPriceSet">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="matching" type="B2BCatalogPriceGroupMatching"/>
 +    <xs:element name="prices" type="B2BCatalogPrices"/>
 +    <xs:element minOccurs="0" name="internal" type="xs:anyType"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>