Definition Type: AttributeGroup
Name: atomXHTMLTextConstruct
Namespace: http://www.w3.org/2005/Atom
Containing Schema: ATOM.xsd
Collapse XSD Schema Diagram:
Drilldown into type 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 atomXHTMLTextConstruct in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:attributeGroup name="atomXHTMLTextConstruct">
    <xs:attributeGroup ref="atom:atomCommonAttributes" />
    <xs:attribute name="type" use="required">
        <xs:simpleType>
            <xs:restriction base="xs:token">
                <xs:enumeration value="xhtml" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
base xml:base (Optional)
lang xml:lang (Optional)
type atom:type Required
<anyAttribute> Allowed namespace: '##other'