atom:contentType

The Atom content construct is defined in section 4.1.3 of the format spec.

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/Atom'

Attributes

QName Type Fixed Default Use Inheritable Annotation
src xs:anyURI optional
type atom:ContentTypeType optional
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="contentType" mixed="true">
  <xs:annotation>
    <xs:documentation>The Atom content construct is defined in section 4.1.3 of the format spec.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="type" type="atom:ContentTypeType"/>
  <xs:attribute name="src" type=" xs:anyURI"/>
  <xs:attributeGroup ref="atom:commonAttributes"/>
</xs:complexType>