Skip to content

Commit

Permalink
restrict standard name to have 1 [a-zA-Z] character followed by 0 or …
Browse files Browse the repository at this point in the history
…more [A-Za-z0-9_] characters
  • Loading branch information
jtruesdal committed May 7, 2024
1 parent 4e4e5cc commit 4877321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/ParamGen/xml_schema/entry_id_pg.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- simple types -->
<xs:simpleType name="identifier_type">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Za-z][A-Za-z0-9_]+"/>
<xs:pattern value="[A-Za-z][A-Za-z0-9_]*"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 4877321

Please sign in to comment.