Definition Type: AttributeGroup
Name: atomInlineOtherConstruct
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 atomInlineOtherConstruct in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:attributeGroup name="atomInlineOtherConstruct">
    <xs:attributeGroup ref="atom:atomCommonAttributes" />
    <xs:attribute name="type">
        <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:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
base xml:base (Optional)
lang xml:lang (Optional)
type atom:type (Optional)
<anyAttribute> Allowed namespace: '##other'