[Table of Contents] [docx version]

Shared MLs Reference Material - Math

Person (Person)

This element specifies a person who contributed to a source. [Example:

<b:Author>
<b:NameList>
<b:Person>
<b:Last>Villaron</b:Last>
<b:First>Shawn</b:First>
<b:Middle>Alan</b:Middle>
</b:Person>
</b:NameList>
</b:Author>

end example]

Parent Elements

NameList7.6.2.44)

 

Child Elements

Subclause

First (Person's First, or Given, Name)

§7.6.2.29

Last (Person's Last, or Family, Name)

§7.6.2.38

Middle (Person's Middle, or Other, Name)

§7.6.2.41

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_PersonType">

   <sequence>

   <element name="Last" type="ST_String255" minOccurs="0" maxOccurs="unbounded"/>

   <element name="First" type="ST_String255" minOccurs="0" maxOccurs="unbounded"/>

   <element name="Middle" type="ST_String255" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

</complexType>