mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
added EDIT_GUI
This commit is contained in:
parent
f31c22a685
commit
eaf0dd2791
@ -46,6 +46,7 @@
|
||||
<xs:choice>
|
||||
<xs:element ref='CHECKBOX_GUI'/>
|
||||
<xs:element ref='ABSPERC_GUI'/>
|
||||
<xs:element ref='EDIT_GUI'/>
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='parType' use='required'>
|
||||
@ -73,6 +74,12 @@
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name='EDIT_GUI'>
|
||||
<xs:complexType>
|
||||
<xs:attribute name='guiLabel' type='xs:string' use='required'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
<xs:element name='ABSPERC_GUI'>
|
||||
<xs:complexType>
|
||||
<xs:attribute name='guiLabel' type='xs:string' use='required'/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user