<members>
(Members)
Represents the collection of items that may be included or excluded.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies the number of items in the collection. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the hierarchy level with which these items are associated. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Members">
<sequence>
<element name="member" maxOccurs="unbounded" type="CT_Member"/>
</sequence>
<attribute name="count" type="xsd:unsignedInt"/>
<attribute name="level" use="optional" type="xsd:unsignedInt"/>
</complexType>