1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fix custom-id-generator class attribute type

custom-id-generator tag's attribute type must be FQCN. But NMTOKEN type doesn't support backslash character.
This commit is contained in:
ismail BASKIN 2016-05-22 19:36:15 +03:00
parent b3aa8254e4
commit fafb8166f4

View File

@ -412,7 +412,7 @@
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
<xs:attribute name="class" type="xs:NMTOKEN" use="required" />
<xs:attribute name="class" type="xs:string" use="required" />
</xs:complexType>
<xs:complexType name="inverse-join-columns">