The Atom generator element is defined in section 4.2.4 of the format spec. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
uri | xs:anyURI | optional | |||||
version | xs:string | 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="generatorType"> <xs:annotation> <xs:documentation>The Atom generator element is defined in section 4.2.4 of the format spec.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="uri" type="xs:anyURI" use="optional"/> <xs:attribute name="version" type="xs:string" use="optional"/> <xs:attributeGroup ref="atom:commonAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> |