2.2.4.89 BRItemTypeComponent

The BRItemTypeComponent complex type specifies the base-level components type of business rules.

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

   <xs:complexType name="BRItemTypeComponent">
     <xs:sequence>
       <xs:element minOccurs="0" name="CompatibleAttributeTypes" nillable="true" type="tns:ArrayOfBRAttributeTypeInfo" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="ItemType" type="tns:BRItemType" />
     </xs:sequence>
   </xs:complexType>

CompatibleAttributeTypes: Specifies the ArrayOfBRAttributeTypeInfo complex type.

Description: Specifies a description of the component.

ItemType: Specifies the BRItemType simple type.