K 10
svn:author
V 9
dbosschae
K 8
svn:date
V 27
2007-12-10T11:58:24.958080Z
K 7
svn:log
V 395
Initial work for bug 212197
Changed the way <xefgui:widget> is interpreted. Now multiple values can be specified which all represent widget style attributes, e.g. :
<xs:attribute name="myattr" type="xs:boolean" >
  <xs:annotation>
    <xs:appinfo>    
      <xefgui:widget>check</xefgui:widget>
      <xefgui:widget>read_only</xefgui:widget>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>

END
