Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Allow string in classname attribute to use backslashes in namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 23, 2016
1 parent 0aa1b81 commit a546674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/core.ajaxplorer/ajxp_registry.xsd
Expand Up @@ -765,7 +765,7 @@
</xs:element>
<xs:element name="class_definition">
<xs:complexType>
<xs:attribute name="classname" use="required" type="xs:NCName"/>
<xs:attribute name="classname" use="required" type="xs:string"/>
<xs:attribute name="filename" use="required"/>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit a546674

Please sign in to comment.