<xs:element name="authorgroup">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="docbook:author" />
<xs:element ref="docbook:editor" />
<xs:element ref="docbook:othercredit" />
</xs:choice>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
</xs:complexType>
</xs:element>
|