Definition Type: ComplexType
Name: atomPersonConstruct
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 email in schema atom_xsd Drilldown into uri in schema atom_xsd Drilldown into name 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 atomPersonConstruct in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:complexType name="atomPersonConstruct">
    <xs:sequence>
        <xs:element ref="atom:name" minOccurs="0" maxOccurs="1" />
        <xs:element ref="atom:uri" minOccurs="0" maxOccurs="1" />
        <xs:element ref="atom:email" minOccurs="0" maxOccurs="1" />
        <xs:group ref="atom:extensionElement" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="atom:atomCommonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name atom:name 0 1
uri atom:uri 0 1
email atom:email 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:any> Allowed namespace: '##local' 0 unbounded
<xs:group> atom:extensionElement 0 unbounded
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:author, atom:contributor