blockquote

Complex Type Information

Model

Children: chronlist, list, p, table

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="blockquote">
  <xs:choice maxOccurs="unbounded">
    <xs:group ref="m.inter.noquote"/>
    <xs:element name="p" type="p"/>
  </xs:choice>
  <xs:attributeGroup ref="am.common"/>
</xs:complexType>