<xs:element name="RightsMetadata">
<xs:annotation>
<xs:documentation>
================================ RightsMetadata ================================
Information about the rights pertaining to a NewsComponent.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Catalog" minOccurs="0" />
<xs:element ref="Copyright" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UsageRights" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
</xs:complexType>
</xs:element>
|