Definition Type: Element
Name: caption
Namespace: http://prismstandard.org/namespaces/pam/2.0
Containing Schema: pam.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into p in schema pam-xhtml_xsdXSD Diagram of caption in schema pam_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="caption">
    <xs:complexType mixed="true">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="xhtml:p" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
p xhtml:p (1) (1)