Skip to content

Commit

Permalink
Update eCH-0261-1-0.xsd
Browse files Browse the repository at this point in the history
Restrict functions codes (for a person) to 50 digits 0-9 (not characters)
  • Loading branch information
lars-steffen committed Jan 26, 2024
1 parent b6cf472 commit d3a877a
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 d3a877a

Please sign in to comment.