Dokumententyp der DokumentenReferenz_Type abgeleitet ist, aber auch das Binary enthalten kann. Dokumente Postservice hinzugefügt.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -488,11 +488,11 @@
|
|||||||
<xsd:documentation>Optional die Nummer eines Geschäftsfalls dem der Response zugeordnet ist. </xsd:documentation>
|
<xsd:documentation>Optional die Nummer eines Geschäftsfalls dem der Response zugeordnet ist. </xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="CommonSearchRequest_Type" abstract="true"><!-- wird für GetStateChanges verwendet -->
|
<xsd:complexType name="CommonSearchRequest_Type" abstract="true">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Abstakter Typ fuer Suchanfragen</xsd:documentation>
|
<xsd:documentation>Abstakter Typ fuer Suchanfragen</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -526,6 +526,7 @@
|
|||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
|
<!-- wird für GetStateChanges verwendet -->
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="CommonSearchResponse_Type" abstract="true">
|
<xsd:complexType name="CommonSearchResponse_Type" abstract="true">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
@@ -2735,7 +2736,6 @@
|
|||||||
WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:documentation>
|
WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="Fahrgestnr" use="optional">
|
<xsd:attribute name="Fahrgestnr" use="optional">
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -3308,6 +3308,22 @@
|
|||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="DokumentenDaten_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Information und Binary zu einem einzelnen Dokument</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="DokumentenReferenz_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="DateiData" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Beinhaltet die Daten der Datei als Base64Binary oder Verweis auf MTOM-Binary</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
<xsd:complexType name="Zeitraum_Type">
|
<xsd:complexType name="Zeitraum_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Ein Zeitraum mit Beginn und Ende Datum</xsd:documentation>
|
<xsd:documentation>Ein Zeitraum mit Beginn und Ende Datum</xsd:documentation>
|
||||||
|
|||||||
Reference in New Issue
Block a user