Definition Type: ComplexType
Name: atomTextConstruct
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into atomXHTMLTextConstruct 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 atomTextConstruct in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:complexType name="atomTextConstruct" mixed="true">
    <xs:group minOccurs="0" ref="atom:atomXHTMLTextConstruct" />
    <xs:attribute name="type">
        <xs:simpleType>
            <xs:restriction base="xs:token">
                <xs:enumeration value="text" />
                <xs:enumeration value="html" />
                <xs:enumeration value="xhtml" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attributeGroup ref="atom:atomCommonAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: 'http://www.w3.org/1999/xhtml' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type atom:type (Optional)
base xml:base (Optional)
lang xml:lang (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
atom:rights, atom:subtitle, atom:summary, atom:title