2.2.5.4 BREntityMemberType

The BREntityMemberType simple type specifies the type of entity member that is associated with a business rule.

The following is the XML schema definition of the BREntityMemberType simple type.

       <xs:simpleType name="BREntityMemberType">
         <xs:restriction base="xs:string">
           <xs:enumeration value="NotSpecified"/>
           <xs:enumeration value="Leaf"/>
           <xs:enumeration value="Consolidated"/>
         </xs:restriction>
       </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

NotSpecified

The member type is unspecified.

Leaf

The members are leaf members. These members do not have children in explicit hierarchies.

Consolidated

The members are consolidated members that participate in explicit hierarchies. These members can have children in explicit hierarchies.