2.2.4.84 BRDomainBasedAttributeArgument

The BRDomainBasedAttributeArgument complex type specifies the container for defining arguments based on values in related entity attributes. BRDomainBasedAttributeArgument extends the BRAttributeArgumentBase complex type and is used where the BRArgument complex type is used.

The following is the WSDL definition of the BRDomainBasedAttributeArgument complex type.

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

ChildArgument: The BRAttributeArgument complex type.