Definition Type: ComplexType
Name: RightsInfoType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Abstract
Documentation:
The type for a set of properties representing the rights associated with the Item (Type defined in this XML Schema only)
Collapse XSD Schema Diagram:
Drilldown into rightsInfoExtProperty in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into link in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into usageTerms in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into copyrightNotice in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into copyrightHolder in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into accountable in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into validto in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into validfrom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into timeValidityAttributes in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into dir in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into  in schema Drilldown into i18nAttributes in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into aspecturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into aspect in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into scopeuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into scope in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into idrefs in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of RightsInfoType in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="RightsInfoType">
    <xs:annotation>
        <xs:documentation>The type for a set of properties representing the rights associated with the Item (Type defined in this XML Schema only)</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="accountable" minOccurs="0" />
        <xs:element ref="copyrightHolder" minOccurs="0" />
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="copyrightNotice" />
            <xs:element ref="usageTerms" />
            <xs:element ref="link">
                <xs:annotation>
                    <xs:documentation>A link from the current Item to Web resource with rights related information</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element ref="rightsInfoExtProperty" />
        </xs:choice>
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
            </xs:annotation>
        </xs:any>
    </xs:sequence>
    <xs:attribute name="idrefs" type="xs:IDREFS" use="optional">
        <xs:annotation>
            <xs:documentation>Reference(s) to the part(s) of an Item to which the rightsInfo element applies. When referencing part(s) of the content of an Item, idrefs must include the partid value of a partMeta element which in turn references the part of the content.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scope" type="QCodeListType" use="optional">
        <xs:annotation>
            <xs:documentation> Indicates to which part(s) of an Item the rightsInfo element applies - expressed by a QCode. If the attribute does not exist then rightsInfo applies to all parts of the Item. Mandatory NewsCodes scheme for the values: http://cv.iptc.org/newscodes/riscope/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scopeuri" type="IRIListType" use="optional">
        <xs:annotation>
            <xs:documentation> Indicates to which part(s) of an Item the rightsInfo element applies - expressed by a URI. If the attribute does not exist then rightsInfo applies to all parts of the Item. Mandatory NewsCodes scheme for the values: http://cv.iptc.org/newscodes/riscope/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="aspect" type="QCodeListType" use="optional">
        <xs:annotation>
            <xs:documentation>Indicates to which rights-related aspect(s) of an Item or part(s) of an Item the rightsInfo element applies - expressed by a QCode. If the attribute does not exist then rightsInfo applies to all aspects. Mandatory NewsCodes scheme for the values: http://cv.iptc.org/newscodes/raspect</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="aspecturi" type="IRIListType" use="optional">
        <xs:annotation>
            <xs:documentation>Indicates to which rights-related aspect(s) of an Item or part(s) of an Item the rightsInfo element applies - expressed by a URI. If the attribute does not exist then rightsInfo applies to all aspects. Mandatory NewsCodes scheme for the values: http://cv.iptc.org/newscodes/raspect</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="commonPowerAttributes" />
    <xs:attributeGroup ref="i18nAttributes" />
    <xs:attributeGroup ref="timeValidityAttributes" />
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accountable nsA:accountable 0 (1)
copyrightHolder nsA:copyrightHolder 0 (1)
copyrightNotice nsA:copyrightNotice (1) (1)
usageTerms nsA:usageTerms (1) (1)
link nsA:link (1) (1)
rightsInfoExtProperty nsA:rightsInfoExtProperty (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
idrefs nsA:idrefs Optional
scope nsA:scope Optional
scopeuri nsA:scopeuri Optional
aspect nsA:aspect Optional
aspecturi nsA:aspecturi Optional
id nsA:id Optional
creator nsA:creator Optional
creatoruri nsA:creatoruri Optional
modified nsA:modified Optional
custom nsA:custom Optional
how nsA:how Optional
howuri nsA:howuri Optional
why nsA:why Optional
whyuri nsA:whyuri Optional
pubconstraint nsA:pubconstraint Optional
pubconstrainturi nsA:pubconstrainturi Optional
lang Unresolved link to lang Optional
dir nsA:dir Optional
validfrom nsA:validfrom Optional
validto nsA:validto Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsA:rightsInfo