gapi.xsd: Fix type of array_len attribute in fieldType

This commit is contained in:
Bertrand Lorentz 2014-04-21 17:20:57 +02:00
parent 1da92bdd62
commit 87275786b7

View file

@ -214,7 +214,7 @@
<xs:attribute name="cname" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="array" type="xs:boolean" use="optional"/>
<xs:attribute name="array_len" type="xs:string" use="optional"/>
<xs:attribute name="array_len" type="xs:positiveInteger" use="optional"/>
<xs:attribute name="hidden" type="xs:boolean" use="optional"/>
<xs:attribute name="access" type="xs:string" use="optional"/>
<xs:attribute name="writeable" type="xs:boolean" use="optional"/>