[Table of Contents] [docx version]
Shared MLs Reference Material - Math
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  | 
| 
  
   NameList (§7.6.2.44)  | 
| 
  
   Child Elements  | 
  
   Subclause  | 
| 
  
   §7.6.2.29  | |
| 
  
   §7.6.2.38  | |
| 
  
   §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>