Changeset 618


Ignore:
Timestamp:
08/27/12 11:43:46 (12 years ago)
Author:
pharms
Message:
  • added event parameters to correctly generate MFC Events for scrolls and list box selections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/data/ruleSchema.xsd

    r581 r618  
    2222        <xs:element name="genMsgSeq" type="genMsgSeqType"/> 
    2323      </xs:choice> 
    24       <xs:element name="idinfo" type="varType" minOccurs="0" maxOccurs="1"/> 
     24      <xs:element name="idinfo" type="idInfoType" minOccurs="0" maxOccurs="1"/> 
    2525    </xs:sequence> 
    2626    <xs:attribute name="name" type="xs:string" use="optional"/> 
     
    167167  <xs:complexType name="seqType"> 
    168168    <xs:group ref="seqValueGroup"/> 
     169  </xs:complexType> 
     170   
     171  <xs:complexType name="idInfoType"> 
     172    <xs:group ref="valueGroup"/> 
     173    <xs:group ref="seqValueGroup"></xs:group> 
    169174  </xs:complexType> 
    170175   
Note: See TracChangeset for help on using the changeset viewer.