<Compiler> (Compiler)
This element specifies the person who compiled the information in a source.
example: :
<b:Author>
<b:Compiler>
<b:NameList>
<b:Person>
<b:Last>Jones</b:Last>
<b:First>Brian</b:First>
</b:Person>
</b:NameList>
</b:Compiler>
</b:Author>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
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>