DDC-1208 - Allow namespace separator in <discriminator-mapping />
This commit is contained in:
parent
71082bdba8
commit
3be6218341
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
||||||
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
<xs:attribute name="value" type="xs:NMTOKEN" use="required"/>
|
<xs:attribute name="value" type="xs:NMTOKEN" use="required"/>
|
||||||
<xs:attribute name="class" type="xs:NMTOKEN" use="required"/>
|
<xs:attribute name="class" type="xs:string" use="required"/>
|
||||||
<xs:anyAttribute namespace="##other"/>
|
<xs:anyAttribute namespace="##other"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue