Erweiterungsmöglichkeit "Technische Objekte"

This commit is contained in:
2020-10-20 11:34:33 +02:00
parent 5ed2bce07d
commit b573e908ac

View File

@@ -305,6 +305,11 @@
<xsd:documentation>beliebige Anzahl an technischen Parametern als Key-Value Paare</xsd:documentation> <xsd:documentation>beliebige Anzahl an technischen Parametern als Key-Value Paare</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:element name="TechnischeObjekte" type="TechnischesObjekt_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>beliebige Anzahl an technischen Objekten</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="KorrelationsId" type="xsd:string"> <xsd:element name="KorrelationsId" type="xsd:string">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Eine rein technische Id des Requests für Zwecke des Debuggings, die Id darf nicht mit fachlichen Informationen verknüpft werden.</xsd:documentation> <xsd:documentation>Eine rein technische Id des Requests für Zwecke des Debuggings, die Id darf nicht mit fachlichen Informationen verknüpft werden.</xsd:documentation>
@@ -318,8 +323,17 @@
</xsd:annotation> </xsd:annotation>
<xsd:sequence> <xsd:sequence>
<xsd:element name="Status" type="ResponseStatus_Type"/> <xsd:element name="Status" type="ResponseStatus_Type"/>
<xsd:element name="TechnischeObjekte" type="TechnischesObjekt_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>beliebige Anzahl an technischen Objekten</xsd:documentation>
</xsd:annotation>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="TechnischesObjekt_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit für technische Daten</xsd:documentation>
</xsd:annotation>
</xsd:complexType>
<xsd:complexType name="ResponseStatus_Type"> <xsd:complexType name="ResponseStatus_Type">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Statusinformationen im Response eines Serviceaufrufs</xsd:documentation> <xsd:documentation>Statusinformationen im Response eines Serviceaufrufs</xsd:documentation>