User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogprintpricelist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:lenscatalog:version070000:complextypes:b2bcatalogprintpricelist [2016/10/21 13:47] – external edit 127.0.0.1en:lenscatalog:version070000:complextypes:b2bcatalogprintpricelist [2017/06/16 16:13] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogPrintPricelist======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogheader|header]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogprintpricelists|printpricelists]]->printpricelist
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogprintpricelist.png?nolink|B2BCatalogPrintPricelist}}
 +
 +^format (attribute of B2BCatalogPrintPricelist)^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogprintpricelistformats|B2BCatalogPrintPriceListFormats]] ^
 +^use |required ^
 +^description |format of the printpricelist file ^
 +
 +^filename^^
 +^type |xs:string ^
 +^occurs |1 ^
 +^description |filename of the file that is part of the ZIP. No subfolder are allowed. e.g. "pricelist.pdf" ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogPrintPricelist">
 +  <xs:sequence>
 +    <xs:element name="filename" type="xs:string"/>
 +  </xs:sequence>
 +  <xs:attribute name="format" type="B2BCatalogPrintPriceListFormats" use="required"/>
 +</xs:complexType>
 +</code>