Definition Type: Element
Name: RightsMetadata
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================ RightsMetadata ================================ Information about the rights pertaining to a NewsComponent. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into UsageRights in schema newsml_1_2_xsd Drilldown into Copyright in schema newsml_1_2_xsd Drilldown into Catalog in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into HowPresent in schema newsml_1_2_xsd Drilldown into Confidence in schema newsml_1_2_xsd Drilldown into Importance in schema newsml_1_2_xsd Drilldown into AssignedBy in schema newsml_1_2_xsd Drilldown into assignment in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of RightsMetadata in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Catalog Catalog 0 (1)
Copyright Copyright 0 unbounded
UsageRights UsageRights 0 unbounded
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
AssignedBy AssignedBy (Optional)
Importance Importance (Optional)
Confidence Confidence (Optional)
HowPresent HowPresent (Optional)
DateAndTime DateAndTime (Optional)