Ergänzung technische Parameter möglich machen

This commit is contained in:
Rene Gritsch
2018-02-02 20:27:33 +01:00
parent aba578cb28
commit fa74891079

View File

@@ -587,6 +587,11 @@
<xsd:documentation>Liste aller benötigten Personen, welche dann über ihre Rolle direkt referenziert werden</xsd:documentation> <xsd:documentation>Liste aller benötigten Personen, welche dann über ihre Rolle direkt referenziert werden</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </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:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="CommonResponse_Type" abstract="true"> <xsd:complexType name="CommonResponse_Type" abstract="true">
@@ -1094,6 +1099,23 @@
</xsd:simpleType> </xsd:simpleType>
</xsd:attribute> </xsd:attribute>
</xsd:complexType> </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:complexType name="ZusaetzlicheVerkaufproduktdaten_Type" abstract="true">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit auf Ebene Verkaufsprodukt</xsd:documentation> <xsd:documentation>VU-spezifische Erweiterungsmöglichkeit auf Ebene Verkaufsprodukt</xsd:documentation>