2.5.3.4 CT_People

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: people

The CT_People complex type<33> specifies contact information for each person who is the author of at least one comment or revision in the current document.

Child Elements:

person: A CT_Person (section 2.5.3.5) element that specifies contact information for an author of at least one comment or revision in the current document.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_People">
   <xsd:sequence>
     <xsd:element name="person" type="CT_Person" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).