blockquoteType

Complex Type Information

Model

Children: address, chronlist, list, p, table

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN optional

Used By

Source

<xs:complexType name="blockquoteType">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="address" type="addressType"/>
      <xs:element name="chronlist" type="chronlistType"/>
      <xs:element name="list" type="listType"/>
      <xs:element name="table" type="tableType"/>
      <xs:element name="p" type="pType"/>
    </xs:choice>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
</xs:complexType>