User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogoptionpriceset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:lenscatalog:version070000:complextypes:b2bcatalogoptionpriceset [2017/07/10 16:23] gerdbernauen:lenscatalog:version070000:complextypes:b2bcatalogoptionpriceset [2017/07/11 16:31] (current) hansobermayer
Line 1: Line 1:
 +======B2BCatalogOptionPriceSet======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptionpricegroups|optionPriceGroups]]->
 +[[en:lenscatalog:version070000:complextypes:b2bcatalogoptionpricegroup|optionPriceGroup]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogoptionpriceset.png?nolink|B2BCatalogOptionPriceSet}}
 +
 +^matching^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogoptionpricegroupmatching|B2BCatalogOptionPriceGroupMatching]] ^
 +^occurs |0..1 ^
 +^description |filter criterias for the prices^
 +
 +^prices^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogprices|B2BCatalogPrices]] ^
 +^occurs |1 ^
 +^description |prices for the option^
 +
 +^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="B2BCatalogOptionPriceSet">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="matching" type="B2BCatalogOptionPriceGroupMatching"/>
 +    <xs:element name="prices" type="B2BCatalogPrices"/>
 +    <xs:element minOccurs="0" name="internal" type="xs:anyType"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>