forked from difi/begrep-SikkerDigitalPost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdp-melding.xsd
357 lines (326 loc) · 13 KB
/
sdp-melding.xsd
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns="http://begrep.difi.no/sdp/schema_v10"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:sdp="http://begrep.difi.no/sdp/schema_v10"
targetNamespace="http://begrep.difi.no/sdp/schema_v10" elementFormDefault="qualified" version="1.0">
<xsd:include schemaLocation="sdp-felles.xsd"/>
<xsd:import namespace="http://www.w3.org/2001/04/xmlenc#" schemaLocation="w3/xenc-schema.xsd"/>
<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="w3/xmldsig-core-schema.xsd"/>
<xsd:element name="digitalPost" type="DigitalPost" />
<xsd:complexType name="DigitalPost" >
<xsd:annotation>
<xsd:documentation>
Sikker digital postmelding fra avsender til mottaker, samt
informasjon relatert til presentasjon og behandling av denne.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Melding">
<xsd:sequence>
<xsd:element name="avsender" type="Avsender" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Den reelle avsenderen av dokument(ene)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="fysiskPostInfo" type="FysiskPostInfo" minOccurs="1" maxOccurs="1"/>
<xsd:sequence>
<xsd:element name="mottaker" type="Mottaker" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Mottakeren av meldingen.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="digitalPostInfo" type="DigitalPostInfo" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:choice>
<xsd:element name="dokumentpakkefingeravtrykk" type="ds:ReferenceType" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="flyttetDigitalPost" type="FlyttetDigitalPost" />
<xsd:complexType name="FlyttetDigitalPost">
<xsd:complexContent>
<xsd:extension base="Melding">
<xsd:sequence>
<xsd:element name="avsender" type="Avsender" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Den reelle avsenderen av dokument(ene)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mottaker" type="Mottaker" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Mottakeren av meldingen.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="digitalPostInfo" type="DigitalPostInfo" minOccurs="1" maxOccurs="1"/>
<xsd:element name="dokumentpakkefingeravtrykk" type="ds:ReferenceType" minOccurs="1" maxOccurs="1" />
<xsd:element name="mottaksdato" type="xsd:date" minOccurs="1" maxOccurs="1" >
<xsd:annotation>
<xsd:documentation>Dato brevet ble mottatt i opprinnelig postkasse.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="aapnet" type="xsd:boolean" minOccurs="1" maxOccurs="1" >
<xsd:annotation>
<xsd:documentation>Indikerer om mottakeren har aapnet brevet eller ikke.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="DigitalPostInfo">
<xsd:sequence>
<xsd:choice>
<xsd:element name="virkningsdato" type="xsd:date" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Dag når en melding tidligst kan gjøres tilgjengelig i innbygger sin postkasse. Posten tilgjengeliggjøres da ved midnatt. Krav til når meldingen er tilgjengeliggjort er beskrevet i kontraktene med Leverandørene.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="virkningstidspunkt" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Dag og Tidspunkt for når en melding tidligst kan gjøres tilgjengelig i innbygger sin postkasse. Krav til når meldingen er tilgjengeliggjort er beskrevet i kontraktene med Leverandørene.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="aapningskvittering" type="xsd:boolean" default="false" minOccurs="0" maxOccurs="1"/>
<xsd:element name="sikkerhetsnivaa" type="Sikkerhetsnivaa" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ikkeSensitivTittel" minOccurs="1" maxOccurs="1" type="Tittel">
<xsd:annotation>
<xsd:documentation>
Ikke-sensitiv tittel på dokumentpakken
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="varsler" type="Varsler" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="Sikkerhetsnivaa">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="3"/>
<xsd:enumeration value="4"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="Varsler">
<xsd:sequence>
<xsd:element name="epostVarsel" type="EpostVarsel" minOccurs="0" maxOccurs="1"/>
<xsd:element name="smsVarsel" type="SmsVarsel" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Repetisjoner">
<xsd:sequence>
<xsd:element name="dagerEtter" minOccurs="1" maxOccurs="10">
<xsd:annotation>
<xsd:documentation>
Når varselet skal sendes, relativ til virkningsdato.
Verdien 0 betyr at varsel skal sendes samme dag som brevet
tilgjengeliggjøres i mottakers digitale postkasse.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxInclusive value="25"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EpostVarsel">
<xsd:sequence>
<xsd:element name="epostadresse" minOccurs="1" maxOccurs="1" type="xsd:string"/>
<xsd:element name="varslingsTekst" minOccurs="1" maxOccurs="1" type="EpostVarselTekst"/>
<xsd:element name="repetisjoner" type="Repetisjoner" minOccurs="1" maxOccurs="1">
<xsd:unique name="UnikeEpostVarselRepetisjoner">
<xsd:selector xpath="sdp:dagerEtter"/>
<xsd:field xpath="."/>
</xsd:unique>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SmsVarsel">
<xsd:sequence>
<xsd:element name="mobiltelefonnummer" minOccurs="1" maxOccurs="1" type="xsd:string"/>
<xsd:element name="varslingsTekst" minOccurs="1" maxOccurs="1" type="SmsVarselTekst"/>
<xsd:element name="repetisjoner" type="Repetisjoner" minOccurs="1" maxOccurs="1">
<xsd:unique name="UnikeSmsVarselRepetisjoner">
<xsd:selector xpath="sdp:dagerEtter"/>
<xsd:field xpath="."/>
</xsd:unique>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EpostVarselTekst">
<xsd:simpleContent>
<xsd:extension base="EpostVarselTekstString">
<xsd:attribute name="lang" type="Spraakkode" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="EpostVarselTekstString">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SmsVarselTekst">
<xsd:simpleContent>
<xsd:extension base="SmsVarselTekstString">
<xsd:attribute name="lang" type="Spraakkode" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="SmsVarselTekstString">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="160"/>
</xsd:restriction>
</xsd:simpleType>
<!-- typer nedenfor er for fysisk post -->
<xsd:complexType name="FysiskPostInfo">
<xsd:sequence>
<xsd:element name="mottaker" type="FysiskPostadresse" minOccurs="1" maxOccurs="1" >
<xsd:annotation>
<xsd:documentation>
Informasjon for å adressere fysisk post til mottakeren.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="posttype" type="FysiskPostType" minOccurs="0" maxOccurs="1" />
<xsd:element name="utskriftsfarge" type="Utskriftsfarge" minOccurs="1" maxOccurs="1" />
<xsd:element name="retur" type="FysiskPostRetur" minOccurs="1" maxOccurs="1" >
<xsd:annotation>
<xsd:documentation>
Informasjon som brukes ved retur av post som av en eller annen grunn ikke kan levers til mottaker.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="printinstruksjoner" type="Printinstruksjoner" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Liste av instruksjoner knyttet til print. Gyldige verdier avtales mellom avsender og printleverandør.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FysiskPostadresse">
<xsd:annotation>
<xsd:documentation>
En fysisk postadresse består av navnet på adressaten og enten en norsk eller utenlandsk postadresse.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="navn" type="Navn" minOccurs="1" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="norskAdresse" type="NorskPostadresse" minOccurs="1" maxOccurs="1"/>
<xsd:element name="utenlandskAdresse" type="UtenlandskPostadresse" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FysiskPostRetur">
<xsd:sequence>
<xsd:element name="postHaandtering" type="FysiskPostReturhaandtering" minOccurs="1" maxOccurs="1" />
<xsd:element name="mottaker" type="FysiskPostadresse" minOccurs="1" maxOccurs="1" >
<xsd:annotation>
<xsd:documentation>Returpost blir adressert hit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="Utskriftsfarge">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="SORT_HVIT" />
<xsd:enumeration value="FARGE" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FysiskPostType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="A"/>
<xsd:enumeration value="B"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FysiskPostReturhaandtering">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="DIREKTE_RETUR"/>
<xsd:enumeration value="MAKULERING_MED_MELDING"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="NorskPostadresse">
<xsd:sequence>
<xsd:element name="adresselinje1" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:element name="adresselinje2" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:element name="adresselinje3" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:element name="postnummer" type="NorskPostnummer" minOccurs="1" maxOccurs="1"/>
<xsd:element name="poststed" type="Poststed" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="UtenlandskPostadresse">
<xsd:sequence>
<xsd:element name="adresselinje1" type="Adresselinje" minOccurs="1" maxOccurs="1"/>
<xsd:element name="adresselinje2" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:element name="adresselinje3" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:element name="adresselinje4" type="Adresselinje" minOccurs="0" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="land" type="Land" minOccurs="1" maxOccurs="1"/>
<xsd:element name="landkode" type="Landkode" minOccurs="1" maxOccurs="1"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="Navn">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="130"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NorskPostnummer">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{4}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Adresselinje">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Poststed">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Land">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Landkode">
<xsd:annotation>
<xsd:documentation>
To-bokstavs landkode ihht ISO 3166-1 alpha-2 standarden.
(http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z]{2}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="Printinstruksjoner">
<xsd:sequence>
<xsd:element name="printinstruksjon" type="Printinstruksjon" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Printinstruksjon">
<xsd:sequence>
<xsd:element name="navn" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="verdi" type="xsd:string" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>