<xs:element name="Copyright">
<xs:annotation>
<xs:documentation>
================================== Copyright ===================================
The copyright that pertains to a news object.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="CopyrightHolder" />
<xs:element ref="CopyrightDate" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
</xs:complexType>
</xs:element>
|