2.1.13 TMemberRefs

The TMemberRefs complex type defines a collection of members in which each member is contained in a MemberRef element.

The TMemberRefs complex type is defined in the schema as follows.

 <xs:complexType name="TMemberRefs">
   <xs:sequence>
     <xs:element name="MemberRef" type="bi:TMemberRef" minOccurs="1"
       maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

The element that is defined by the TMemberRefs complex type is specified in the following table.

Element

Description

MemberRef

A collection of members.