The Atom cagegory construct is defined in section 4.2.2 of the format spec. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
label | xs:string | optional | |||||
scheme | xs:anyURI | optional | |||||
term | xs:string | required | |||||
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="categoryType"> <xs:annotation> <xs:documentation>The Atom cagegory construct is defined in section 4.2.2 of the format spec.</xs:documentation> </xs:annotation> <xs:attribute name="term" type="xs:string" use="required"/> <xs:attribute name="scheme" type="xs:anyURI" use="optional"/> <xs:attribute name="label" type="xs:string" use="optional"/> <xs:attributeGroup ref="atom:commonAttributes"/> </xs:complexType> |