Skip to content

Commit

Permalink
update token maxLength in descriptorType
Browse files Browse the repository at this point in the history
update maxLength of all tokens in descriptorType from "50" to "256"
  • Loading branch information
lars-steffen committed Nov 25, 2023
1 parent 537d7b6 commit 3e551bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
*.txt text
*.xml text
*.xsd text
*.svrl text
*.sch text
*.kotlin text
*.ceylon text
*.scala text
Expand Down
14 changes: 7 additions & 7 deletions src/eCH-0261-1-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand All @@ -636,7 +636,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand All @@ -648,7 +648,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand All @@ -660,7 +660,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand All @@ -672,7 +672,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand All @@ -685,7 +685,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="50"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down Expand Up @@ -1173,4 +1173,4 @@ Datum Version Autor
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
</xs:schema>

0 comments on commit 3e551bc

Please sign in to comment.