User Tools

Site Tools

Translations of this page:

en:lenscatalog:version070200:complextypes:b2bcatalogorderoptionrange

B2BCatalogOrderOptionRange

B2BCatalogOrderOptionRange

from
type xs:decimal
unit like defined for the orderoption
occurs 1
description Defines the smallest value that can be entered for the element of the orderOption
to
type xs:decimal
unity like defined for the orderoption
occurs 1
description Defines the largest value that can be entered for the element of the orderOption
step
type xs:decimal
unity like defined for the orderoption
occurs 1
description Defines the step value that can be entered for the element of the orderOption
recommended
type xs:decimal
unity like defined for the orderoption
occurs 0..1
description Defines the recommended value that can be entered for the element of the orderOption
numValues
type B2BCatalogOrderOptionRangeNumValue
occurs 1
description Defines the one ore more numeric values that can be entered for the element of the orderOption
recommendedNumValue
type xs:decimal
unity like defined for the orderoption
occurs 0..1
description Defines the recommended numeric value that can be entered for the element of the orderOption
textValues
type B2BCatalogOrderOptionRangeTextValues
occurs 1
description Defines the one ore more text values that can be entered for the element of the orderOption
recommendedTextValue
type xs:string
occurs 0..1
description Defines the recommended text values that can be entered for the element of the orderOption
<xs:complexType name="B2BCatalogOrderOptionRange">
  <xs:choice>
    <xs:sequence>
      <xs:element name="from" type="xs:decimal"/>
      <xs:element name="to" type="xs:decimal"/>
      <xs:element name="step" type="xs:decimal"/>
      <xs:element name="recommended" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="numValues" type="B2BCatalogOrderOptionRangeNumValue"/>
      <xs:element name="recommendedNumValue" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="textValues" type="B2BCatalogOrderOptionRangeTextValues"/>
      <xs:element name="recommendedTextValue" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>
en/lenscatalog/version070200/complextypes/b2bcatalogorderoptionrange.txt · Last modified: 2020/05/15 07:35 by 127.0.0.1