Erweiterungsmöglichkeit "Technische Objekte"
This commit is contained in:
@@ -305,6 +305,11 @@
|
||||
<xsd:documentation>beliebige Anzahl an technischen Parametern als Key-Value Paare</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</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: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>
|
||||
@@ -318,8 +323,17 @@
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<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: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:annotation>
|
||||
<xsd:documentation>Statusinformationen im Response eines Serviceaufrufs</xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user