aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2021-07-07 16:22:11 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2021-07-07 16:22:11 +0200
commitd00cdb7f19458be52620e2bf65711ccbf03337a1 (patch)
tree9313fdacc8b255a911338eea768000428863a42f
parente106b43bcd3dd5a9ac04c389fe2cbbb814874b87 (diff)
downloadmoa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.tar.gz
moa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.tar.bz2
moa-sig-d00cdb7f19458be52620e2bf65711ccbf03337a1.zip
Remove Default Values of Optional Attributes
Closes #3
-rw-r--r--moaSig/common/src/main/resources/resources/schemas/zuse_mypersondata_en_p2.xsd6
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>