We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addf9e6 commit 033c876Copy full SHA for 033c876
CIME/data/config/xml_schemas/entry_id_namelist.xsd
@@ -9,7 +9,8 @@
9
10
<!-- simple elements -->
11
<xs:element name="type" type="xs:string"/>
12
- <xs:element name="input_pathname" type="xs:NCName"/>
+ <!-- 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"/>
14
<xs:element name="group" type="xs:NCName"/>
15
<xs:element name="file" type="xs:NCName"/>
16
0 commit comments