en:lenscatalog:version070000:complextypes:b2bcatalogpricefields
B2BCatalogPriceFields
b2bOpticLensCatalog→header→pricefields
| pricefield | |
|---|---|
| type | B2BCatalogPriceField |
| occurs | 1..∞ |
| description | set of pricefields that are available in the catalog |
| id (attribute of pricefield) | |
|---|---|
| type | xs:unsignedInt |
| use | required |
| description | id to identify the priecefield |
| typeOf (attribute of pricefield) | |
|---|---|
| type | B2BCatalogPriceTypes |
| use | required |
| description | which type of pricefield is it |
| internalDescription (attribute of pricefield) | |
|---|---|
| type | xs:string |
| use | optional |
| description | for internal use only, will not be displayed |
<xs:complexType name="B2BCatalogPriceFields"> <xs:sequence> <xs:element maxOccurs="unbounded" name="pricefield"> <xs:complexType> <xs:complexContent> <xs:extension base="B2BCatalogPriceField"> <xs:attribute name="id" type="xs:unsignedInt" use="required"/> <xs:attribute name="typeOf" type="B2BCatalogPriceTypes" use="required"/> <xs:attribute name="internalDescription" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
en/lenscatalog/version070000/complextypes/b2bcatalogpricefields.txt · Last modified: 2017/07/11 14:32 by nicole.backmann
