Definition Type: Element
Name: content
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into anyElement in schema atom_xsd Drilldown into atomInlineOtherConstruct in schema atom_xsd Drilldown into src 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_xsd Drilldown into type in schema atom_xsdXSD Diagram of content in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:element name="content">
    <xs:complexType mixed="true">
        <xs:group minOccurs="0" ref="atom:atomInlineOtherConstruct" />
        <xs:attribute name="type">
            <xs:simpleType>
                <xs:union memberTypes="atom:atomMediaType">
                    <xs:simpleType>
                        <xs:restriction base="xs:token">
                            <xs:enumeration value="text" />
                            <xs:enumeration value="html" />
                        </xs:restriction>
                    </xs:simpleType>
                    <xs:simpleType>
                        <xs:union memberTypes="atom:atomMediaType">
                            <xs:simpleType>
                                <xs:restriction base="xs:token">
                                    <xs:enumeration value="xhtml" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:union>
                    </xs:simpleType>
                </xs:union>
            </xs:simpleType>
        </xs:attribute>
        <xs:attributeGroup ref="atom:atomCommonAttributes" />
        <xs:attribute name="src" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
<xs:group> atom:anyElement 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type atom:type (Optional)
base xml:base (Optional)
lang xml:lang (Optional)
src atom:src (Optional)
<anyAttribute> Allowed namespace: '##other'