Extend XSD schema
Added some elements that is supported in GapiCodegen to reduce number of validation errors in build log.
This commit is contained in:
parent
7995f132e1
commit
43bcf0ace0
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
|||
<xs:attribute name="cname" type="xs:string"/>
|
||||
<xs:attribute name="hidden" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="parent" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="disable_void_ctor" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="structType">
|
||||
|
@ -188,6 +189,7 @@
|
|||
</xs:element>
|
||||
</xs:choice>
|
||||
<xs:attribute name="cname" type="xs:string"/>
|
||||
<xs:attribute name="private" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="constructorType">
|
||||
|
|
Loading…
Reference in a new issue