[Table of Contents] [docx version]

Shared MLs Reference Material - Math

Author (Author)

This element specifies the author of the source. [Example:

<b:Author>
<b:Author>
<b:NameList>
<b:Person>
<b:Last>Jones</b:Last>
<b:First>Brian</b:First>
</b:Person>
</b:NameList>
</b:Author>
</b:Author>

end example]

Parent Elements

Author7.6.2.5)

 

Child Elements

Subclause

Corporate (Corporate Author)

§7.6.2.18

NameList (Name List)

§7.6.2.44

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

<complexType name="CT_NameOrCorporateType">

   <sequence>

   <choice minOccurs="0" maxOccurs="1">

   <element name="NameList" type="CT_NameListType" minOccurs="1" maxOccurs="1"/>

   <element name="Corporate" minOccurs="1" maxOccurs="1" type="ST_String255"/>

   </choice>

   </sequence>

</complexType>