Skip to content

Commit

Permalink
Merge pull request #23 from blw-ofag-ufag/improvements/v1/consistency…
Browse files Browse the repository at this point in the history
…-with-spec

really fixing #11 by restricting the function code for persons to digits (not characters)
  • Loading branch information
lars-steffen authored Jan 26, 2024
2 parents 52cd838 + d3a877a commit 32467d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eCH-0261-1-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[0-9]{1,50}"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
Expand All @@ -329,6 +330,7 @@ Datum Version Autor
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="[0-9]{1,50}"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
Expand Down

0 comments on commit 32467d4

Please sign in to comment.