diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:40:23 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:40:23 +0200 |
commit | 9ff4c54da102202a2d4e04e4e2af5233dd82c738 (patch) | |
tree | c77905f18cbfebd2442a2d13864f6cc99ab6ccc3 /src | |
parent | 08b533d170cd5cb7e108699f815b3061d516a77e (diff) | |
download | moa-zs-9ff4c54da102202a2d4e04e4e2af5233dd82c738.tar.gz moa-zs-9ff4c54da102202a2d4e04e4e2af5233dd82c738.tar.bz2 moa-zs-9ff4c54da102202a2d4e04e4e2af5233dd82c738.zip |
Add PostalAddress Type
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index 3abfb8e..43e0457 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -269,6 +269,16 @@ </xs:complexType> </xs:element> </xs:sequence> + <xs:attribute name="type" default="undefined"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="postOfficeBoxAddress"/> + <xs:enumeration value="streetAddress"/> + <xs:enumeration value="militaryAddress"/> + <xs:enumeration value="undefined"/> + </xs:restriction> + </xs:simpleType> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |