Skip to content

Commit 033c876

Browse files
committed
Add a comment about why input_pathname needs to allow colons
1 parent addf9e6 commit 033c876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CIME/data/config/xml_schemas/entry_id_namelist.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
<!-- simple elements -->
1111
<xs:element name="type" type="xs:string"/>
12-
<xs:element name="input_pathname" type="xs:NCName"/>
12+
<!-- NOTE: input_pathname needs to be a type that allows colons (NCName used elsewhere explicitly does NOT) -->
13+
<xs:element name="input_pathname" type="xs:Name"/>
1314
<xs:element name="group" type="xs:NCName"/>
1415
<xs:element name="file" type="xs:NCName"/>
1516

0 commit comments

Comments
 (0)