Definition Type: Element
Name: article
Namespace: http://prismstandard.org/namespaces/pam/2.0
Containing Schema: pam.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into body in schema pam-xhtml_xsd Drilldown into head in schema pam-xhtml_xsd Drilldown into dir in schema pam_xsd Drilldown into lang in schema xml_xsdXSD Diagram of article in schema pam_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="article">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="xhtml:head" />
            <xs:element ref="xhtml:body" minOccurs="0" />
        </xs:sequence>
        <xs:attribute ref="xml:lang" />
        <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:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
head xhtml:head (1) (1)
body xhtml:body 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
dir pam:dir (Optional)