<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>
Parent Elements |
---|
|
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>