Definition Type: ComplexType
Name: entryType
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extensionElement in schema atom_xsd Drilldown into updated in schema atom_xsd Drilldown into title in schema atom_xsd Drilldown into summary in schema atom_xsd Drilldown into source in schema atom_xsd Drilldown into rights in schema atom_xsd Drilldown into published in schema atom_xsd Drilldown into link in schema atom_xsd Drilldown into id in schema atom_xsd Drilldown into contributor in schema atom_xsd Drilldown into content 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 entryType in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:complexType name="entryType">
    <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:content" />
            <xs:element ref="atom:contributor" />
            <xs:element ref="atom:id" />
            <xs:element ref="atom:link" />
            <xs:element ref="atom:published" />
            <xs:element ref="atom:rights" />
            <xs:element ref="atom:source" />
            <xs:element ref="atom:summary" />
            <xs:element ref="atom:title" />
            <xs:element ref="atom:updated" />
        </xs:choice>
        <!-- Normal ATOM extension element -->
        <xs:group ref="atom:extensionElement" />
    </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)
content atom:content (1) (1)
contributor atom:contributor (1) (1)
id atom:id (1) (1)
link atom:link (1) (1)
published atom:published (1) (1)
rights atom:rights (1) (1)
source atom:source (1) (1)
summary atom:summary (1) (1)
title atom:title (1) (1)
updated atom:updated (1) (1)
<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:entry