IDMW 2.0 XML-Schema Dokumentation
OPTION_GROUP Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > OPTION_GROUPS Element : OPTION_GROUP Element
Description

This element is used to specify a feature group.

It can be referenced in assessments belowOPTION_COMBINATION/FEATURE_REFin theDECISIONS. These options are to be considered an independent pool and have no connection to any feature.

Namespace (none)
Diagram
LANGUAGE Element Sequence OPTION_GROUP_TEXT Element OPTION Element Sequence OPTION_GROUP Element
Overview
OPTION_GROUP 1..∞

This element is used to specify a feature group.

It can be referenced in assessments belowOPTION_COMBINATION/FEATURE_REFin theDECISIONS. These options are to be considered an independent pool and have no connection to any feature.

OPTION_GROUP_KEY required Restriction of xs:string
This attribute is used to identify a feature group.    D   string
   P   
   M   [1:30]
Sequence
OPTION 1..∞
This element is used to reference an option.
OPTION_KEY required Restriction of xs:string
This attribute is used to reference an option.    D   string
   P   
   M   [1:30]
SEQUENCE_NO optional Restriction of xs:nonNegativeInteger
This attribute defines the order of the options in a feature group.    D   nonNegativeInteger
   P   
   M   
OPTION_GROUP_TEXT languagetext60 Complex Type
This element contains texts for feature groups.
Sequence
LANGUAGE 1..∞
ISO_LANGUAGE_ID required Restriction of xs:language
This attribute is used to specify the ISO code of the language in which the text is stored.    D   language
   P   [A-Z]{2}
   M   [2:2]
Sequence
TEXT Restriction of xs:string
This element is used to store the text in the language specified in the LANGUAGE element of the ISO_LANGUAGE_ID attribute.    D   string
   P   [\S ]{1,60}
   M   [1:60]
Attributes
NameTypeUseDefaultFixedDescription
OPTION_GROUP_KEYRestriction of xs:stringrequired  
This attribute is used to identify a feature group.    D   string
   P   
   M   [1:30]
Source
<xs:element name="OPTION_GROUP" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="OPTION" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>260--0--NEW</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="OPTION_KEY" use="required">
            <xs:annotation>
              <xs:documentation>260--0--NEW</xs:documentation>
              <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
              <xs:documentation>17.01.2013 - Version 2.2.5 Polsterbranche - von 5 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="SEQUENCE_NO">
            <xs:annotation>
              <xs:documentation>1000--0--NEW</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:nonNegativeInteger" />
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="OPTION_GROUP_TEXT" type="languagetext60">
        <xs:annotation>
          <xs:documentation>260--0--NEW</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="OPTION_GROUP_KEY" use="required">
      <xs:annotation>
        <xs:documentation>260--0--NEW</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        <xs:documentation>17.01.2013 - Version 2.2.5 Polsterbranche - von 5 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:complexType>
</xs:element>
See Also
OPTION_GROUPS ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation