You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is an inconsistency between the and attributes.
The first is defined as type idType (<xsd:pattern value="[A-Za-z][A-Za-z0-9.
-_]*"/>) while the second is defined as type atomIDType (<xsd:patterI think there is an inconsistency between the and attributes.
The first is defined as type idType (<xsd:pattern value="[A-Za-z][A-Za-z0-9.
-]*"/>) while the second is defined as type atomIDType (<xsd:pattern
value="[A-Za-z][A-Za-z0-9_-]*(:[A-Za-z0-9_-]+)?"/>).
While the first allows me to use the '.', the second does not, and visa versa,
the second allows me to use the ':', which is not allowed by the first type.
The ':' might be for namespacing, but the '.' is a problem in either case.
This applies to the beta1 of CML Schema 2.5 in SVN.n
value="[A-Za-z_][A-Za-z0-9_-]*(:[A-Za-z0-9_-]+)?"/>).
While the first allows me to use the '.', the second does not, and visa versa,
the second allows me to use the ':', which is not allowed by the first type.
The ':' might be for namespacing, but the '.' is a problem in either case.
This applies to the beta1 of CML Schema 2.5 in SVN.
I think there is an inconsistency between the and attributes.
The first is defined as type idType (<xsd:pattern value="[A-Za-z][A-Za-z0-9.
-_]*"/>) while the second is defined as type atomIDType (<xsd:patterI think there is an inconsistency between the and attributes.
The first is defined as type idType (<xsd:pattern value="[A-Za-z][A-Za-z0-9.
-]*"/>) while the second is defined as type atomIDType (<xsd:pattern
value="[A-Za-z][A-Za-z0-9_-]*(:[A-Za-z0-9_-]+)?"/>).
While the first allows me to use the '.', the second does not, and visa versa,
the second allows me to use the ':', which is not allowed by the first type.
The ':' might be for namespacing, but the '.' is a problem in either case.
This applies to the beta1 of CML Schema 2.5 in SVN.n
value="[A-Za-z_][A-Za-z0-9_-]*(:[A-Za-z0-9_-]+)?"/>).
While the first allows me to use the '.', the second does not, and visa versa,
the second allows me to use the ':', which is not allowed by the first type.
The ':' might be for namespacing, but the '.' is a problem in either case.
This applies to the beta1 of CML Schema 2.5 in SVN.
From: https://sourceforge.net/p/cml/bugs/6/
The text was updated successfully, but these errors were encountered: