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:
dmg 2021-04-03 19:02:50 +03:00 committed by Harry
parent 7995f132e1
commit 43bcf0ace0

View File

@ -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">