2.2.4.74 BRAttributeArgument

The BRAttributeArgument complex type specifies the argument type for comparing attributes within a business rule. This is the values that are set for each member as opposed to a specific value against all members. BRAttributeArgument extends the BRAttributeArgumentBase complex type.

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

   <xs:complexType name="BRAttributeArgument">
     <xs:complexContent mixed="false">
       <xs:extension base="tns:BRAttributeArgumentBase">
         <xs:sequence>
           <xs:element minOccurs="0" name="ChildArguments" nillable="true" type="tns:ArrayOfBRFreeformArgument" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

ChildArguments: Specifies the ArrayOfBRFreeformArgument complex type.