atom:logoType

The Atom logo construct is defined in section 4.2.8 of the format spec.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom'

Used By

Source

<xs:complexType name="logoType">
  <xs:annotation>
    <xs:documentation>The Atom logo construct is defined in section 4.2.8 of the format spec.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:anyURI">
      <xs:attributeGroup ref="atom:commonAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>