1
0
mirror of synced 2025-03-05 04:13:20 +03:00

Merge pull request #70 from pkruithof/patch-1

Change attribute 'columns' of type 'index' to 'xs:string'
This commit is contained in:
Benjamin Eberlei 2011-06-14 06:27:07 -07:00
commit df500033bf

View File

@ -212,7 +212,7 @@
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NMTOKEN" use="optional"/>
<xs:attribute name="columns" type="xs:NMTOKENS" use="required"/>
<xs:attribute name="columns" type="xs:string" use="required"/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>