aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mzs
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-05 13:45:41 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-05 13:59:20 +0200
commit6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0 (patch)
treedb9010cf7f02f0f6c59d998aea2227d8728f88a2 /src/main/resources/mzs
parent9ff4c54da102202a2d4e04e4e2af5233dd82c738 (diff)
downloadmoa-zs-6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0.tar.gz
moa-zs-6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0.tar.bz2
moa-zs-6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0.zip
Schema changes
- Add MessegerService, make InternetAddressType url mandatory
Diffstat (limited to 'src/main/resources/mzs')
-rw-r--r--src/main/resources/mzs/mzs_mypersondata_en.xsd7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd
index 43e0457..43a3a88 100644
--- a/src/main/resources/mzs/mzs_mypersondata_en.xsd
+++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd
@@ -293,7 +293,7 @@
</xs:annotation>
<xs:complexContent>
<xs:extension base="AbstractAddressType">
- <xs:sequence minOccurs="0">
+ <xs:sequence>
<xs:element name="Address" type="xs:anyURI">
<xs:annotation>
<xs:documentation>URI: email-Address, Web, FTP, LDAP, ..., comapre Adress</xs:documentation>
@@ -316,6 +316,11 @@
</xs:annotation>
</xs:element>
</xs:sequence>
+ <xs:attribute name="MessengerService" type="xs:token" use="optional" default="SMS">
+ <xs:annotation>
+ <xs:documentation>SMS, WhatsApp, etc.</xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>