Definition Type: ComplexType
Name: RightsInfoType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.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 link in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into usageTerms in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into copyrightNotice in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into copyrightHolder in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into accountable in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of RightsInfoType in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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: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:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accountable nsB:accountable 0 (1)
copyrightHolder nsB:copyrightHolder 0 (1)
copyrightNotice nsB:copyrightNotice (1) (1)
usageTerms nsB:usageTerms (1) (1)
link nsB:link (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:rightsInfo