XML Einrichten Version 1.2
Option Complex Type
XML Einrichten Version 1.2 : Option Complex Type
Description
Subsequent to a feature information
Namespace (none)
Diagram
NumericValue Element TextValue Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence OptionID Element Sequence Option Complex Type
Overview
Option
Subsequent to a feature information
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
Option Element
Source
<xs:complexType name="Option" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Antwort auf eine Featureangabe </xs:documentation>
    <xs:documentation xml:lang="en">Subsequent to a feature information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="OptionID" type="ProductIdentifier" minOccurs="0" />
    <xs:element name="TextValue" minOccurs="0" />
    <xs:element name="NumericValue" type="UnitValue" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2