aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-09 08:09:09 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-09 08:09:09 +0200
commitb3b843ee77dea45c13440e0de834d813fbf77053 (patch)
tree9f09766d40bd52a5e4038a866b3a35fa1039cd77 /src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd
parentabbc1e1576b9ac43f71aff6e4ca7697dcb12154a (diff)
downloadmoa-zs-b3b843ee77dea45c13440e0de834d813fbf77053.tar.gz
moa-zs-b3b843ee77dea45c13440e0de834d813fbf77053.tar.bz2
moa-zs-b3b843ee77dea45c13440e0de834d813fbf77053.zip
Update zusemsg Spec to 2.0.c
Diffstat (limited to 'src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd')
-rw-r--r--src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd b/src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd
index 271e56e..a20e3f5 100644
--- a/src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd
+++ b/src/main/resources/zusemsg/zuse_mypersondata_en_p2.xsd
@@ -24,16 +24,6 @@ PersonData Blueprint solution for use with ZUSE Spezifikation, containes slimmed
</xs:annotation>
</xs:element>
<!-- ### physical person, corporate body and authority ### -->
- <xs:element name="Authority" type="p:AuthorityType" substitutionGroup="p:Person">
- <xs:annotation>
- <xs:documentation>Behörde, nur diese darf in RSa-Qualität versenden</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="Target" type="xs:anyURI">
- <xs:annotation>
- <xs:documentation>Beinhaltet die Bereichskennung und das VKZ der Zielorganisation für die das vbPK-ZU umzuschlüsseln ist. Das Target ist in der Form "urn:publicid:gv.at:ecdid+«VKZ»+«Bereich»" zu liefern. (vgl. SZR 3.0 Anwendungsdokumentation)</xs:documentation>
- </xs:annotation>
- </xs:element>
<xs:element name="PhysicalPerson" type="p:PhysicalPersonType" substitutionGroup="p:Person">
<xs:annotation>
<xs:documentation>element of physical person type, dreived from Person </xs:documentation>
@@ -59,6 +49,11 @@ PersonData Blueprint solution for use with ZUSE Spezifikation, containes slimmed
<xs:documentation>part of an organisation, see also X.500 ou (eg departement, section, branch, ...) , compare Organisation</xs:documentation>
</xs:annotation>
</xs:element>
+ <xs:element name="Target" type="xs:anyURI">
+ <xs:annotation>
+ <xs:documentation>Beinhaltet die Bereichskennung und entweder das VKZ oder den Service-Identifier der Zielorganisation für die das vbPK-ZU umzuschlüsseln ist. Das Target ist in der Form "urn:publicid:gv.at:ecdid+«VKZ od. Service-ID»+«Bereich»" zu liefern. (vgl. SZR 3.0 Anwendungsdokumentation)</xs:documentation>
+ </xs:annotation>
+ </xs:element>
<xs:element name="DateOfBirth" type="xs:date">
<xs:annotation>
<xs:documentation>date of birth, compare Geburtsdatum</xs:documentation>
@@ -148,7 +143,7 @@ PersonData Blueprint solution for use with ZUSE Spezifikation, containes slimmed
<xs:extension base="p:AbstractPersonType">
<xs:sequence>
<xs:element ref="p:Name"/>
- <xs:element ref="p:DateOfBirth"/>
+ <xs:element ref="p:DateOfBirth" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
@@ -232,6 +227,7 @@ PersonData Blueprint solution for use with ZUSE Spezifikation, containes slimmed
<xs:sequence>
<xs:element ref="p:FullName"/>
<xs:element ref="p:Organization" minOccurs="0"/>
+ <xs:element ref="p:Target" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>