[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies the inventor of a source. Typically, this field is used in the Patent source type. [Example:
<b:Author>
<b:Inventor>
<b:NameList>
<b:Person>
<b:Last>Jones</b:Last>
<b:First>Brian</b:First>
</b:Person>
</b:NameList>
</b:Inventor>
</b:Author>
end example]
Parent Elements |
Author (§7.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>