User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogoptiongroups

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:b2bcatalogoptiongroups [2017/07/10 16:02] hansobermayeren:lenscatalog:version070000:complextypes:b2bcatalogoptiongroups [2017/08/14 11:29] (current) dkroll
Line 1: Line 1:
 +======B2BCatalogOptionGroups======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogoptiongroups.png?nolink|B2BCatalogOptionGroups}}
 +
 +^optionGroupName^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogoptiongroup|B2BCatalogOptionGroup]] ^
 +^occurs |1..∞ ^
 +^description |individual names can be given to different groups of options just to sort them and make it easier to find them in the long list of all options (no use for pricing or combination)^
 +
 +^id (attribute of optionGroupName)^^
 +^type |xs:unsignedInt ^
 +^use |required ^
 +^description |the id to optionGroupName ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogOptionGroups">
 +  <xs:sequence>
 +    <xs:element maxOccurs="unbounded" name="optionGroupName">
 +      <xs:complexType>
 +        <xs:complexContent>
 +          <xs:extension base="B2BCatalogOptionGroup">
 +            <xs:attribute name="id" type="xs:unsignedInt" use="required"/>
 +          </xs:extension>
 +        </xs:complexContent>
 +      </xs:complexType>
 +    </xs:element>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>