diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-05-08 15:02:17 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-05-08 15:10:57 +0200 |
commit | 1c4112e016dbd0a0378c947d556f880c447ffa90 (patch) | |
tree | bc444bf72c724a57f70928f2ce781bc30d0982b5 /src/main/resources | |
parent | abb3eb3a21cace569620e11d06273409aca9a747 (diff) | |
download | moa-zs-1c4112e016dbd0a0378c947d556f880c447ffa90.tar.gz moa-zs-1c4112e016dbd0a0378c947d556f880c447ffa90.tar.bz2 moa-zs-1c4112e016dbd0a0378c947d556f880c447ffa90.zip |
WIP delivery request validation
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index f8021db..dc829fe 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -75,7 +75,6 @@ </xs:element> </xs:sequence> <xs:attribute name="Id" type="xs:ID" use="optional"/> - <xs:anyAttribute namespace="##other"/> </xs:complexType> <xs:complexType name="AbstractPersonType" abstract="true"> <xs:annotation> |