It seems that the schema for "assignment" should be ...
| <xs:element name="assignment"> | <xs:annotation> | <xs:documentation>Controls the behavior of assigning a task to an identity.</xs:documentation> | </xs:annotation> | <xs:complexType> | <xs:sequence> | <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"> | <xs:annotation> | <xs:documentation>The content of the assignment element can be used as configuration information for your custom assignment handler implementations. This allows the creation of reusable delegation classes.</xs:documentation> | </xs:annotation> | </xs:any> | </xs:sequence> | <xs:attribute name="class" type="xs:string" use="required"> | <xs:annotation> | <xs:documentation>The fully qualified class name of an implementation of org.jbpm.taskmgmt.def.AssignmentHandler.</xs:documentation> | </xs:annotation> | </xs:attribute> | <xs:attribute name="config-type" type="configType" use="optional"> | <xs:annotation> | <xs:documentation>Specifies how the assignment handler object should be constructed and how the content of this element should be used as configuration information for that object.</xs:documentation> | </xs:annotation> | </xs:attribute> | <xs:attribute name="expression" type="xs:string" use="optional"/> | </xs:complexType> | </xs:element> | Would it be possible for this change to be made in the offical schema file at jbpm.org? Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912906#3912906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912906 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
