GOMCategory type
The "category" element conveys information about a category
associated with an entry or feed. This specification assigns no meaning to
the content (if any) of this element.
RelaxNG Schema:
atomCategory =
element atom:category {
atomCommonAttributes,
attribute term { text },
attribute scheme { atomUri }?,
attribute label { text }?,
undefinedContent
}
|