<xs:element name="Creator">
<xs:annotation>
<xs:documentation>
=================================== Creator ====================================
An individual and/or company or organisation that created a news object.
================================================================================
</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>
|