The Atom icon construct is defined in section 4.2.5 of the format spec. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| 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="iconType"> <xs:annotation> <xs:documentation>The Atom icon construct is defined in section 4.2.5 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> |