Ergänzung technische Parameter möglich machen
This commit is contained in:
@@ -587,6 +587,11 @@
|
||||
<xsd:documentation>Liste aller benötigten Personen, welche dann über ihre Rolle direkt referenziert werden</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="TechnicalParameters" type="TechnicalKeyValue_Type" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>beliebiger Anzahl an technischen Parametern</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CommonResponse_Type" abstract="true">
|
||||
@@ -1094,6 +1099,23 @@
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="TechnicalKeyValue_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für nicht weiter spezifizierte technische Parameter</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="key" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>beliebiger Schlüssel</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="value" type="xsd:string">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>beliebiger Wert</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ZusaetzlicheVerkaufproduktdaten_Type" abstract="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit auf Ebene Verkaufsprodukt</xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user