The Atom id construct is defined in section 4.2.6 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="idType"> <xs:annotation> <xs:documentation>The Atom id construct is defined in section 4.2.6 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> |