2.2.4.73 BRArgument

The BRArgument complex type specifies the base type for all business rule arguments.

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

   <xs:complexType name="BRArgument">
     <xs:sequence>
       <xs:element minOccurs="0" name="Identifier" nillable="true" type="tns:Identifier" />
       <xs:element minOccurs="0" name="PropertyName" type="tns:BRPropertyName" />
     </xs:sequence>
   </xs:complexType>

Identifier: Specifies the Identifier complex type.

PropertyName: Specifies the BRPropertyName simple type.