<xs:element name="ByLineTitle">
<xs:annotation>
<xs:documentation>
==================================== ByLineTitle ====================================
A natural-language statement of the title of author/creator of the information. (version 1.1)
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Origin" />
</xs:choice>
<xs:attributeGroup ref="localid" />
<xs:attribute ref="xml:lang" use="optional" />
</xs:complexType>
</xs:element>
|