Definition Type: ComplexType
Name: feedType
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into entry in schema atom_xsd Drilldown into extensionElement in schema atom_xsd Drilldown into updated in schema atom_xsd Drilldown into title in schema atom_xsd Drilldown into subtitle in schema atom_xsd Drilldown into rights in schema atom_xsd Drilldown into logo in schema atom_xsd Drilldown into link in schema atom_xsd Drilldown into id in schema atom_xsd Drilldown into icon in schema atom_xsd Drilldown into generator in schema atom_xsd Drilldown into contributor in schema atom_xsd Drilldown into category in schema atom_xsd Drilldown into author 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 feedType in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:complexType name="feedType">
    <xs:sequence>
        <xs:choice maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <jaxb:property name="items" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" />
                </xs:appinfo>
            </xs:annotation>
            <xs:element ref="atom:author" />
            <xs:element ref="atom:category" />
            <xs:element ref="atom:contributor" />
            <xs:element ref="atom:generator" />
            <xs:element ref="atom:icon" />
            <xs:element ref="atom:id" />
            <xs:element ref="atom:link" />
            <xs:element ref="atom:logo" />
            <xs:element ref="atom:rights" />
            <xs:element ref="atom:subtitle" />
            <xs:element ref="atom:title" />
            <xs:element ref="atom:updated" />
        </xs:choice>
        <!--  original atom extension element -->
        <xs:group ref="atom:extensionElement" />
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="atom:entry" />
    </xs:sequence>
    <xs:attributeGroup ref="atom:atomCommonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
author atom:author (1) (1)
category atom:category (1) (1)
contributor atom:contributor (1) (1)
generator atom:generator (1) (1)
icon atom:icon (1) (1)
id atom:id (1) (1)
link atom:link (1) (1)
logo atom:logo (1) (1)
rights atom:rights (1) (1)
subtitle atom:subtitle (1) (1)
title atom:title (1) (1)
updated atom:updated (1) (1)
entry atom:entry 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:any> Allowed namespace: '##local' 0 unbounded
<xs:group> atom:extensionElement (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
base xml:base (Optional)
lang xml:lang (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
atom:feed