User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogcombinationtreeids

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:b2bcatalogcombinationtreeids [2017/03/17 08:36] sebastianraringen:lenscatalog:version070000:complextypes:b2bcatalogcombinationtreeids [2017/05/31 07:31] (current) hansobermayer
Line 1: Line 1:
 +======B2BCatalogCombinationTreeIds======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenses|lenses]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglens|lens]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogranges|ranges]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogrange|range]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogcombinationtreeids.png?nolink|B2BCatalogCombinationTreeIds}}
 +
 +^combinationTreeId^^
 +^type |xs:unsignedInt ^
 +^occurs |1..∞ ^
 +^description | reference to a combinationtree via id ^
 +
 +^prio (attribute of combinationTreeId)^^
 +^type |xs:unsignedInt ^
 +^use | optional ^
 +^default |1 ^
 +^description | If several combinationTreeId are present, prio controls the sorting and thus the display order.\\sind mehrere combinationTreeId vorhanden, so regelt prio die Sortierung und damit die Anzeige Reihenfolge. NEEDREVIEW^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogCombinationTreeIds">
 +  <xs:sequence>
 +    <xs:element maxOccurs="unbounded" name="combinationTreeId">
 +      <xs:complexType>
 +        <xs:simpleContent>
 +          <xs:extension base="xs:unsignedInt">
 +            <xs:attribute default="1" name="prio" type="xs:unsignedInt"/>
 +          </xs:extension>
 +        </xs:simpleContent>
 +      </xs:complexType>
 +    </xs:element>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>