diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2021-07-07 16:22:11 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2021-07-07 16:22:11 +0200 |
commit | d00cdb7f19458be52620e2bf65711ccbf03337a1 (patch) | |
tree | 9313fdacc8b255a911338eea768000428863a42f /moaSig | |
parent | e106b43bcd3dd5a9ac04c389fe2cbbb814874b87 (diff) | |
download | moa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.tar.gz moa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.tar.bz2 moa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.zip |
Remove Default Values of Optional Attributes
Closes #3
Diffstat (limited to 'moaSig')
-rw-r--r-- | moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd b/moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd index f23ee96..7b0c32c 100644 --- a/moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd +++ b/moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd @@ -151,7 +151,7 @@ <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> - <xs:attribute name="primary" default="undefined"> + <xs:attribute name="primary"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="true"/> @@ -274,7 +274,7 @@ </xs:complexType> </xs:element> </xs:sequence> - <xs:attribute name="type" default="undefined"> + <xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="postOfficeBoxAddress"/> @@ -316,7 +316,7 @@ </xs:annotation> </xs:element> </xs:sequence> - <xs:attribute name="MessengerService" type="xs:token" use="optional" default="SMS"> + <xs:attribute name="MessengerService" type="xs:token"> <xs:annotation> <xs:documentation>SMS, WhatsApp, etc.</xs:documentation> </xs:annotation> |