[Table of Contents] [docx version]

Shared MLs Reference Material - Math

Translator (Translator)

This element specifies the translator of a source. [Example:

<b:Author>
<b:Translator>
<b:NameList>
<b:Person>
<b:Last>Davis</b:Last>
<b:First>Tristan</b:First>
</b:Person>
</b:NameList>
</b:Translator>
</b:Author>

end example]

Parent Elements

Author7.6.2.5)

 

Child Elements

Subclause

NameList (Name List)

§7.6.2.44

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

<complexType name="CT_NameType">

   <sequence>

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

   </sequence>

</complexType>