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

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| type | atom:textTypeType | optional | |||||
| xml:base | xs:anyURI | optional |
|
||||
| xml:lang | xs:language | optional |
|
||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom' | |||||||
<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> |