<xs:element name="category">
<xs:complexType>
<xs:complexContent>
<xs:extension base="atom:undefinedContent">
<xs:attributeGroup ref="atom:atomCommonAttributes" />
<xs:attribute name="term" use="required" />
<xs:attribute name="scheme" />
<xs:attribute name="label" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|