Skip to content

Commit cb270e9

Browse files
committed
Wrong xsd declaration changed to proper
1 parent 306106a commit cb270e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Orm/Xtensive.Orm.xsd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,11 @@
163163
<xs:sequence>
164164
<xs:element name="rule" maxOccurs="unbounded">
165165
<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>
170166
<xs:attribute name="database" type="xs:string" use="optional"/>
171167
<xs:attribute name="schema" type="xs:string" use="optional"/>
172168
<xs:attribute name="table" type="xs:string" use="optional"/>
169+
<xs:attribute name="column" type="xs:string" use="optional"/>
170+
<xs:attribute name="index" type="xs:string" use="optional"/>
173171
</xs:complexType>
174172
</xs:element>
175173
</xs:sequence>

0 commit comments

Comments
 (0)