Definition Type: Element
Name: RightsLine
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================== RightsLine ================================== A displayable version of rights information. Note that this is distinct from copyright information. Copyright information is about who owns a news object; rights information is about who is allowed to use it, in what way and under what circumstances. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Origin in schema newsml_1_2_xsd Drilldown into lang in schema xml_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 RightsLine in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="RightsLine">
    <xs:annotation>
        <xs:documentation> 
================================== RightsLine ==================================
A displayable version of rights information. Note that this is distinct from
copyright information. Copyright information is about who owns a news object;
rights information is about who is allowed to use it, in what way and under
what circumstances.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="Origin" />
        </xs:choice>
        <xs:attributeGroup ref="localid" />
        <xs:attribute ref="xml:lang" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Origin Origin (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
lang nsA:lang Optional