-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshowcaseplacement-1.0.xsd
More file actions
95 lines (90 loc) · 4.88 KB
/
showcaseplacement-1.0.xsd
File metadata and controls
95 lines (90 loc) · 4.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns="http://rest.immobilienscout24.de/schema/offer/showcaseplacement/1.0"
targetNamespace="http://rest.immobilienscout24.de/schema/offer/showcaseplacement/1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:common="http://rest.immobilienscout24.de/schema/common/1.0"
elementFormDefault="unqualified"
attributeFormDefault="unqualified"
version="1.0">
<!--xmlns:messages="http://rest.immobilienscout24.de/schema/messages/1.0" -->
<xs:import namespace="http://www.w3.org/1999/xlink"/>
<xs:import namespace="http://rest.immobilienscout24.de/schema/common/1.0"/>
<xs:element name="showcaseplacements" type="Showcaseplacements">
<xs:annotation>
<xs:documentation xml:lang="en">Liste of showcase placements</xs:documentation>
<xs:documentation xml:lang="de-DE">Liste von Showcaseplacements</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="showcaseplacement" type="Showcaseplacement">
<xs:annotation>
<xs:documentation xml:lang="en">showcase placement</xs:documentation>
<xs:documentation xml:lang="de-DE">Showcaseplacement</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="Showcaseplacement">
<xs:annotation>
<xs:documentation xml:lang="en">showcase placement.</xs:documentation>
<xs:documentation xml:lang="de-DE">Schaufensterplatzierung</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="messageCode" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">result code of the operation</xs:documentation>
<xs:documentation xml:lang="de-DE">Schaufensterplatzierung-Ergebnis</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="message" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">message result of the operation</xs:documentation>
<xs:documentation xml:lang="de-DE">Schaufensterplatzierung-Ergebnis Nachricht</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="servicePeriod" type="common:DateRange" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">the period in which a service is active/available</xs:documentation>
<xs:documentation xml:lang="de-DE">Leistung gebucht von/bis</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="externalId" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">external id of real estate OUTPUT ONLY</xs:documentation>
<xs:documentation xml:lang="de-DE">kunden referenznummer der immobilie (nur Ausgabe)
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="realestateid" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Id of realestate.</xs:documentation>
<xs:documentation xml:lang="de-DE">Id des Immobilienobjektes.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="voucher" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">voucher number.</xs:documentation>
<xs:documentation xml:lang="de-DE">Rabattkode</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="Showcaseplacements">
<xs:annotation>
<xs:documentation xml:lang="en">List of Showcaseplacements</xs:documentation>
<xs:documentation xml:lang="de-DE">Liste von Schaufensterplatzierungen</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="showcaseplacement" type="Showcaseplacement" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">an attachment</xs:documentation>
<xs:documentation xml:lang="de-DE">ein Anhang</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xlink:href">
<xs:annotation>
<xs:documentation xml:lang="en">Link to the entity entry.</xs:documentation>
<xs:documentation xml:lang="de-DE">Link zum Element.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>