<Person>
(Person)
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>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
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>