added EDIT_GUI

This commit is contained in:
Guido Ranzuglia granzuglia 2010-12-31 11:19:37 +00:00
parent f31c22a685
commit eaf0dd2791

View File

@ -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'/>