Adding use-column-prefix
attribute as proposed (DDC-3293) #1239
This commit is contained in:
parent
8bbc492978
commit
c964dd0cd2
@ -304,6 +304,7 @@
|
|||||||
<xs:attribute name="name" type="xs:string" use="required" />
|
<xs:attribute name="name" type="xs:string" use="required" />
|
||||||
<xs:attribute name="class" 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="column-prefix" type="xs:string" use="optional" />
|
||||||
|
<xs:attribute name="use-column-prefix" type="xs:boolean" default="true" use="optional" />
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
||||||
<xs:complexType name="discriminator-column">
|
<xs:complexType name="discriminator-column">
|
||||||
|
Loading…
Reference in New Issue
Block a user