<reviewedList> (Reviewed List)

This element maintains a list of reviewed revisions.

Parent Elements

<header>3.11.1.1)

Child Elements

Subclause

<reviewed> (Reviewed)

§3.11.1.14

Attributes

Description

<count> (Reviewed Revisions Count)

Number of reviewed revisions.

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_ReviewedRevisions">
	<sequence>
	<element name="reviewed" type="CT_Reviewed" minOccurs="1" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" use="optional"/>
</complexType>