2.2.4.81 BRConditionGroup

The BRConditionGroup complex type specifies a group of conditions that have a similar type of logical evaluator.

The following is the XML schema definition of the BRConditionGroup complex type.

   <xs:complexType name="BRConditionGroup">
     <xs:sequence>
       <xs:element minOccurs="0" name="BRConditionComponents" nillable="true" type="tns:ArrayOfBRConditionComponent" />
       <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>

BRConditionComponents: Specifies the collection.

Name: Specifies the name of a grouping of condition components.