<xs:complexType name="bylineType" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Contains the primary statement of responsibility given for a work on its title page or at the head or ending of the work, most often applicable to newspapers. Can contain any phrase-level element plus the tag <docAuthor> for the author's name.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="xces:class.text">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="xces:m.phrase.seq"/>
<xs:element name="docAuthor" type="xces:base.seq"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType> |