User Tools

Site Tools

Translations of this page:

en:lenscatalog:version070200:complextypes:b2bcataloginformation

B2BCatalogInformation

b2bOpticLensCataloginformations

B2BCatalogInformation

text
type xs:string
occurs 1
description additional explanation text, will be displayed but can be suppressed by the user unless it is marked with the attribute “important”
type (attribute of description)
type B2BCatalogInformationTypes
use required
description defines the type of text
important (attribute of description)
type xs:boolean
use optional
default false
description must be set if the text must be displayed to the user due to legal or regulatory or other mandatory specifications
file
type xs:string
occurs 1
description filename of the file that should be displayed to the user (e.g. image, PDF, …). The file must be included in the xml-zip file. This must not be used for B2BCatalogPrintPriceLists.
type (attribute of file)
type B2BCatalogInformationTypes
use required
description defines the type of file
website
type xs:string
occurs 1
description URL of a website that should be displayed
type (attribute of website)
type B2BCatalogInformationTypes
use required
description defines the type of website
internal
type xs:anySimpleType
occurs 1
description for internal use only, will not be displayed
type (attribute of internal)
type xs:anySimpleType
use required
description defines the type of internal information
<xs:complexType name="B2BCatalogInformation">
  <xs:sequence>
    <xs:choice>
      <xs:element name="description">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="type" type="B2BCatalogInformationTypes" use="required"/>
              <xs:attribute default="false" name="important" type="xs:boolean"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="file">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="type" type="B2BCatalogInformationTypes" use="required"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="website">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="type" type="B2BCatalogInformationTypes" use="required"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="internal">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:anySimpleType">
              <xs:attribute name="type" type="xs:anySimpleType" use="required"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
en/lenscatalog/version070200/complextypes/b2bcataloginformation.txt · Last modified: 2020/05/15 07:35 by 127.0.0.1