<xs:element name="UsageRights">
<xs:annotation>
<xs:documentation>
================================= UsageRights ==================================
Information about the usage rights pertaining to a NewsComponent.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="UsageType" minOccurs="0" />
<xs:element ref="Geography" minOccurs="0" />
<xs:element ref="RightsHolder" minOccurs="0" />
<xs:element ref="Limitations" minOccurs="0" />
<xs:element ref="StartDate" minOccurs="0" />
<xs:element ref="EndDate" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
</xs:complexType>
</xs:element>
|