ResourceMeta

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".

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
href URI optional
rel xs:QName required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace

Source

<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>