Definition Type: Element
Name: source
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Abstract
Documentation:
atom:source is used to preserve metadata of a feed when an entry is copied from a feed to another feed.
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 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 source in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:element name="source">
    <xs:annotation>
        <xs:documentation>
				atom:source is used to preserve metadata of a feed
				when
				an entry is copied from a feed to another feed.
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <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:group ref="atom:extensionElement" />
        </xs:choice>
        <xs:attributeGroup ref="atom:atomCommonAttributes" />
    </xs:complexType>
</xs:element>
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)
<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'