Definition Type: AttributeGroup
Name: blockPresentationAtts
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: pam-xhtml.xsd
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsd Drilldown into dir in schema pam-xhtml_xsd Drilldown into title in schema pam-xhtml_xsd Drilldown into id in schema pam-xhtml_xsdXSD Diagram of blockPresentationAtts in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:attributeGroup name="blockPresentationAtts">
    <xs:attribute name="id" type="xs:ID" />
    <xs:attribute name="title" type="xs:string" />
    <xs:attribute name="dir">
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="ltr" />
                <xs:enumeration value="rtl" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute ref="xml:lang" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id xhtml:id (Optional)
title xhtml:title (Optional)
dir xhtml:dir (Optional)
lang nsA:lang (Optional)