Definition Type: Attribute
Name: type
Namespace: http://www.w3.org/2005/Atom
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: ATOM.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of type in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:attribute name="type" use="required">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="xhtml" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration xhtml