mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 14:18:37 +02:00
schema: Set default attribute values
Set the default values for the attributes combine-adjacent, no-sequence-number and xge to false. Signed-off-by: Daniel Martin <consume.noise@gmail.com>
This commit is contained in:
parent
ee68a1c771
commit
e28896530d
1 changed files with 4 additions and 3 deletions
|
|
@ -317,7 +317,7 @@ authorization from the authors.
|
|||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
<xsd:attribute name="opcode" type="xsd:integer" use="required" />
|
||||
<xsd:attribute name="combine-adjacent" type="xsd:boolean"
|
||||
use="optional"/>
|
||||
use="optional" default="false" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="event">
|
||||
|
|
@ -328,8 +328,9 @@ authorization from the authors.
|
|||
<xsd:element ref="doc" minOccurs="0" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="no-sequence-number" type="xsd:boolean"
|
||||
use="optional" />
|
||||
<xsd:attribute name="xge" type="xsd:boolean" use="optional" />
|
||||
use="optional" default="false" />
|
||||
<xsd:attribute name="xge" type="xsd:boolean"
|
||||
use="optional" default="false" />
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue