<xs:complexType name="ResourceMeta" abstract="false" mixed="true">
<xs:annotation>
<xs:documentation>Metadata annotations in which the object is a resource. If this element contains meta elements as children, then the object of this annotation is a "blank node".</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Meta">
<xs:sequence>
<xs:element name="meta" type="Meta" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="href" type="xhtml:URI" use="optional"/>
<xs:attribute name="rel" type="xs:QName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |