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 (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of type in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:attribute name="type">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="text" />
            <xs:enumeration value="html" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration text
Enumeration html