<xs:complexType name="RightsBlockType" mixed="true">
<xs:annotation>
<xs:documentation>An expression of rights in natural language or as a reference to remote information</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="BlockType">
<xs:attribute name="href" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The locator of a remote expression of rights</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
<!-- NAR 1.2 erratum 2 correction: specify mixed content-->
</xs:complexType>
|