Skip to content

Commit

Permalink
Merge pull request #4627 from jtruesdal/stdname_xsd
Browse files Browse the repository at this point in the history
Remove the standard_name length restriction for CAM-SIMA
  • Loading branch information
jedwards4b authored May 15, 2024
2 parents 5129ad5 + 4877321 commit 735f5f3
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_]{0,63}"/>
<xs:pattern value="[A-Za-z][A-Za-z0-9_]*"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 735f5f3

Please sign in to comment.