XML Einrichten Version 1.2
OPT Complex Type
XML Einrichten Version 1.2 : OPT Complex Type
Description
Segment for information about features and options for a single position
Namespace (none)
Diagram
NumericValue Element TextValue Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence OptionID Element Sequence Option Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence FeatureID Element ParentFeatureLineNumber Element FeatureLineNumber Element Sequence OPT Complex Type
Overview
OPT
Segment for information about features and options for a single position
Sequence
FeatureLineNumber Restriction of xs:int
Sequential number of the feature within a line
ParentFeatureLineNumber optional Restriction of xs:decimal
reference to a superior feature
FeatureID ProductIdentifier Complex Type
identification elements for a feature
Sequence
GTIN optional Restriction of xs:decimal
= EAN Code
Number optional Restriction of xs:string
Internal number defined by the manufacturer
Name optional Restriction of xs:string
Name
CustomerNumber optional Restriction of xs:string
Number at customers site
CustomerName optional Restriction of xs:string
Name at customers site
Option Option Complex Type
Description of the option according to the feature
Sequence
Sequence
GTIN optional Restriction of xs:decimal
= EAN Code
Number optional Restriction of xs:string
Internal number defined by the manufacturer
Name optional Restriction of xs:string
Name
CustomerNumber optional Restriction of xs:string
Number at customers site
CustomerName optional Restriction of xs:string
Name at customers site
TextValue optional
Unit optional Unit Simple Type
Used By
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
OPT Element
Source
<xs:complexType name="OPT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Varianteninformationen zu einer Position </xs:documentation>
    <xs:documentation xml:lang="en">Segment for information about features and options for a single position </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FeatureLineNumber" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Fortlaufende nummereriung der Feature innerhalb einer Position </xs:documentation>
        <xs:documentation xml:lang="en">Sequential number of the feature within a line  </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:totalDigits value="6" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ParentFeatureLineNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Referenz auf ein übergeordnetes Feature </xs:documentation>
        <xs:documentation xml:lang="en">reference to a superior feature </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:totalDigits value="6" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="FeatureID" type="ProductIdentifier" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Identifktaionen zu einem Feature </xs:documentation>
        <xs:documentation xml:lang="en">identification elements for a feature </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Option" type="Option" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Beschreibung der Option zu einem Feature </xs:documentation>
        <xs:documentation xml:lang="en">Description of the option according to the feature </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2