We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306106a commit cb270e9Copy full SHA for cb270e9
Orm/Xtensive.Orm.xsd
@@ -163,13 +163,11 @@
163
<xs:sequence>
164
<xs:element name="rule" maxOccurs="unbounded">
165
<xs:complexType>
166
- <xs:choice minOccurs="0">
167
- <xs:element name="column" type="xs:string"/>
168
- <xs:element name="index" type="xs:string"/>
169
- </xs:choice>
170
<xs:attribute name="database" type="xs:string" use="optional"/>
171
<xs:attribute name="schema" type="xs:string" use="optional"/>
172
<xs:attribute name="table" type="xs:string" use="optional"/>
+ <xs:attribute name="column" type="xs:string" use="optional"/>
+ <xs:attribute name="index" type="xs:string" use="optional"/>
173
</xs:complexType>
174
</xs:element>
175
</xs:sequence>
0 commit comments