Definition Type: Element
Name: rightsExpressionData
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML-G2_2.26-spec-All-Power.xsd
Abstract
Documentation:
Contains a rights expression as defined by a Rights Expression Language and seralized using any specific encoding except XML.
Collapse XSD Schema Diagram:
Drilldown into enctype in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into langid in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_26-spec-all-power_xsdXSD Diagram of rightsExpressionData in schema newsml-g2_2_26-spec-all-power_xsd (News Markup Language (NewsML) - Power)
Collapse XSD Schema Code:
<xs:element name="rightsExpressionData">
    <xs:annotation>
        <xs:documentation> Contains a rights expression as defined by a Rights Expression Language and seralized using any specific encoding except XML.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attributeGroup ref="commonPowerAttributes" />
                <xs:attribute name="langid" type="xs:anyURI" use="required">
                    <xs:annotation>
                        <xs:documentation>Identifier for the used Rights Expression Language</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="enctype" type="xs:string" use="required">
                    <xs:annotation>
                        <xs:documentation>Identifier of the used type of encoding, prefered are IANA Media Type identifiers.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id Optional
creator nsB:creator Optional
creatoruri nsB:creatoruri Optional
modified nsB:modified Optional
custom nsB:custom Optional
how nsB:how Optional
howuri nsB:howuri Optional
why nsB:why Optional
whyuri nsB:whyuri Optional
pubconstraint nsB:pubconstraint Optional
pubconstrainturi nsB:pubconstrainturi Optional
langid nsB:langid Required
enctype nsB:enctype Required