gapi.xsd: Fix type of array_len attribute in fieldType
This commit is contained in:
parent
1da92bdd62
commit
87275786b7
1 changed files with 1 additions and 1 deletions
2
gapi.xsd
2
gapi.xsd
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue