1
0
mirror of synced 2024-12-04 18:56:06 +03:00

Adding use-column-prefix attribute as proposed (DDC-3293) #1239

This commit is contained in:
Andrey Knupp Vital 2015-01-08 00:09:30 -02:00
parent 8bbc492978
commit c964dd0cd2

View File

@ -304,6 +304,7 @@
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="class" type="xs:string" use="required" />
<xs:attribute name="column-prefix" type="xs:string" use="optional" />
<xs:attribute name="use-column-prefix" type="xs:boolean" default="true" use="optional" />
</xs:complexType>
<xs:complexType name="discriminator-column">