diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:45:41 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:59:20 +0200 |
commit | 6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0 (patch) | |
tree | db9010cf7f02f0f6c59d998aea2227d8728f88a2 /src | |
parent | 9ff4c54da102202a2d4e04e4e2af5233dd82c738 (diff) | |
download | moa-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')
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 7 |
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> |