imprint

Complex Type Information

Model

Children: address, name, pubdate, text

Used By

Element imprint

Source

<xs:complexType name="imprint">
  <xs:choice>
    <xs:sequence>
      <xs:element ref="address" minOccurs="0"/>
      <xs:element ref="name"/>
      <xs:element ref="pubdate" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:element ref="text"/>
  </xs:choice>
</xs:complexType>