changed coc to string type

This commit is contained in:
skyanth
2019-05-29 11:30:31 +02:00
parent aa5ae35e81
commit 572851361e
+1 -1
View File
@@ -83,7 +83,7 @@
<xs:element name="coc">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:extension base="xs:string">
<xs:attribute name="nationality" type="xs:string"/>
</xs:extension>
</xs:simpleContent>