<xs:element name="copyright">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="docbook:year" />
<xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:holder" />
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
</xs:complexType>
</xs:element>
|