User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtree

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:b2bcatalogcombinationtree [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtree [2017/07/11 10:42] (current) voskamp
Line 1: Line 1:
 +======B2BCatalogCombinationTree======
 +
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogcombinationtree.png?nolink|B2BCatalogCombinationTree}}
 +
 +^valid^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogdateperiod|B2BCatalogDatePeriod]] ^
 +^occurs |0..1 ^
 +^description |linked to B2BCatalogDatePeriod (with start- and end-date) ^
 +
 +^combinationNodeIds^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcombinationnodeids|B2BCatalogCombinationNodeIds]] ^
 +^occurs |1 ^
 +^description |linked lenscatalogs ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogCombinationTree">
 +  <xs:sequence>
 +    <xs:element minOccurs="0" name="valid" type="B2BCatalogDatePeriod"/>
 +    <xs:element name="combinationNodeIds" type="B2BCatalogCombinationNodeIds"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>