<xs:element name="Contributor">
<xs:annotation>
<xs:documentation>
================================= Contributor ==================================
An individual and/or company or organisation that modified or enhanced a news
object after its creation.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="party" />
<xs:element ref="Contribution" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
</xs:complexType>
</xs:element>
|