<xs:element name="rightsExpressionXML">
<xs:annotation>
<xs:documentation> Contains a rights expression as defined by a Rights Expression Language and seralized using XML encoding.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:any namespace="##other">
<xs:annotation>
<xs:documentation>The root element of a rights expression in any other namespace</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<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:complexType>
</xs:element>
|