This element is used to form a group of optional items.
SET_NO requiredRestriction of xs:positiveInteger
A quantity of optional additional items can be defined for each item. Multiple additional items may be selected from the available optional additional items if MULTIPLE_CHOICE = true. If only one item is defined within a quantity of optional additional items, the item will be selected automatically.
1-9= status for defining the quantities of optional additional items.
D positiveInteger P M [1:9]
MULTIPLE_CHOICE requiredxs:boolean
This attribute specifies whether multiple selections within the group are permitted.
This element is used to reference an optional additional item.
SERIE_NO requiredRestriction of xs:nonNegativeInteger
This attribute is used to specify the serial number of the referenced series.
D nonNegativeInteger P M [0:999999]
TYPE_NO requiredRestriction of xs:string
This element is used to enter the item code. (e.g. U60).
D string P M [1:30]
OPTIONAL_QUANTITY optionalRestriction of xs:nonNegativeInteger
Quantity of additional items. Suggested value for planning systems. The quantity is a non-binding suggestion for optional additional items; for mandatory items, the quantity is binding during planning.
D nonNegativeInteger P M [1:999]
Attributes
Name
Type
Use
Default
Fixed
Description
SET_NO
Restriction of xs:positiveInteger
required
A quantity of optional additional items can be defined for each item. Multiple additional items may be selected from the available optional additional items if MULTIPLE_CHOICE = true. If only one item is defined within a quantity of optional additional items, the item will be selected automatically.
1-9= status for defining the quantities of optional additional items.
D positiveInteger P M [1:9]
MULTIPLE_CHOICE
xs:boolean
required
This attribute specifies whether multiple selections within the group are permitted.
true = multiple selection permitted
D boolean P M
Source
<xs:element name="OPTIONAL_ITEM_GROUP" maxOccurs="9" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>1000--0--NEW</xs:documentation><xs:documentation>maxOcc von 1 auf 9 geändert 2011-12-14</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element name="GROUP_TITLE" type="languagetext60" minOccurs="0"><xs:annotation><xs:documentation>1000--0--NEW
30.05.2012/Bur</xs:documentation><xs:documentation>Version Beta 2.0 Build 0</xs:documentation></xs:annotation></xs:element><xs:element name="ITEM_REF" maxOccurs="unbounded"><xs:annotation><xs:documentation>406--0--NEW</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="SERIE_NO" use="required"><xs:annotation><xs:documentation>406--0--NEW</xs:documentation><xs:documentation xml:lang="de">Version 2.1 Build 7 für Polster erweitert auf 6 Stellen /28.11.2011 /ba</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:nonNegativeInteger"><xs:minInclusive value="0"/><xs:maxInclusive value="999999"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="TYPE_NO" use="required"><xs:annotation><xs:documentation>406--0--NEW</xs:documentation><xs:documentation>23.01.2013 - Version 2.2.5 Polsterbranche - von 18 auf 30stellig geändert</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:string"><xs:minLength value="1"/><xs:maxLength value="30"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="OPTIONAL_QUANTITY" use="optional"><xs:annotation><xs:documentation>406--7--Anzahl</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:nonNegativeInteger"><xs:minInclusive value="1"/><xs:maxInclusive value="999"/></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element></xs:sequence><xs:attribute name="SET_NO" use="required"><xs:annotation><xs:documentation>1000--0--NEW</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:positiveInteger"><xs:minInclusive value="1"/><xs:maxInclusive value="9"/></xs:restriction></xs:simpleType></xs:attribute><xs:attribute name="MULTIPLE_CHOICE" type="xs:boolean" use="required"/></xs:complexType></xs:element>