User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtrees

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:b2bcatalogcombinationtrees [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtrees [2017/07/11 13:54] (current) dkroll
Line 1: Line 1:
 +======B2BCatalogCombinationTrees======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogcombinationtrees.png?nolink|B2BCatalogCombinationTrees}}
 +
 +^combinationTree^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtree|B2BCatalogCombinationTree]] ^
 +^occurs |1..∞ ^
 +^description |first step after combinationTreeId of the lens range; here the valid start and end date for the combinationTree can be defined^
 +
 +^id (attribute of combinationTree)^^
 +^type |xs:unsignedInt ^
 +^use |required ^
 +^description |id of the combinationTree comes from combinationTreeId in the lens range^
 +
 +^internalDescription (attribute of combinationTree)^^
 +^type |xs:string ^
 +^use | optional ^
 +^description |for internal use only, will not be displayed^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogCombinationTrees">
 +  <xs:sequence>
 +    <xs:element maxOccurs="unbounded" name="combinationTree">
 +      <xs:complexType>
 +        <xs:complexContent>
 +          <xs:extension base="B2BCatalogCombinationTree">
 +            <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>