Definition Type: Element
Name: category
Namespace: http://www.w3.org/2005/Atom
Type: atom:undefinedContent
Containing Schema: ATOM.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into undefinedContent in schema atom_xsd Drilldown into label in schema atom_xsd Drilldown into scheme in schema atom_xsd Drilldown into term in schema atom_xsd Drilldown into undefinedAttribute in schema atom_xsd Drilldown into lang in schema xml_xsd Drilldown into base in schema xml_xsd Drilldown into atomCommonAttributes in schema atom_xsdXSD Diagram of category in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:any> Allowed namespace: '##local' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
base xml:base (Optional)
lang xml:lang (Optional)
term atom:term Required
scheme atom:scheme (Optional)
label atom:label (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: