simpleType WorkGroupType
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration CHAINING
enumeration SEPARATION_OF_CONCERNS
enumeration RETAIN_MOST_FAMILIAR
enumeration RETAIN_FAMILIAR
enumeration CASE_HANDLING
enumeration NO_GROUP
annotation
documentation
Enumerated value defining the the types of work group supported by BRM for implementing group patterns (e.g. CHAINING, SEPARATION_OF_CONCERNS).
source <xsd:simpleType name="WorkGroupType">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining the the types of work group supported by BRM for implementing group patterns (e.g. CHAINING, SEPARATION_OF_CONCERNS).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="CHAINING"/>
   
<xsd:enumeration value="SEPARATION_OF_CONCERNS"/>
   
<xsd:enumeration value="RETAIN_MOST_FAMILIAR"/>
   
<xsd:enumeration value="RETAIN_FAMILIAR"/>
   
<xsd:enumeration value="CASE_HANDLING"/>
   
<xsd:enumeration value="NO_GROUP"/>
 
</xsd:restriction>
</xsd:simpleType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy