XML Einrichten Version 1.3
Option Complex Type
XML Einrichten Version 1.3 : Option Complex Type
Beschreibung
Antwort auf eine Featureangabe
Namensraum (none)
Diagramm
NumericValue Element TextValue Element CustomerName Element CustomerNumber Element Name Element Number Element GTIN Element Sequence OptionID Element Sequence Option Complex Type
Overview
Option
Antwort auf eine Featureangabe
Sequence
Sequence
GTIN optional Restriction of xs:decimal
= EAN Code
Number optional Restriction of xs:string
Hersteller Nummer
Name optional Restriction of xs:string
Name
CustomerNumber optional Restriction of xs:string
Nummer beim Kunden
CustomerName optional Restriction of xs:string
Name beim Kunden
TextValue optional
Unit optional Unit Simple Type
Verwendet von
Option Element
Quelle
<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>
Siehe auch
XML Einrichten Version 1.3