atom:textType

The Atom text construct is defined in section 3.1 of the format spec.

Complex Type Information

Model

ANY element from namespace(s) 'http://www.w3.org/1999/xhtml'

Attributes

QName Type Fixed Default Use Inheritable Annotation
type atom:textTypeType 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="textType" mixed="true">
  <xs:annotation>
    <xs:documentation>The Atom text construct is defined in section 3.1 of the format spec.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="http://www.w3.org/1999/xhtml" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="type" type="atom:textTypeType"/>
  <xs:attributeGroup ref="atom:commonAttributes"/>
</xs:complexType>