imprintType

Complex Type Information

Model

Children: address, name, pubdate, text

Used By

Source

<xs:complexType name="imprintType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:sequence>
      <xs:element name="address" type="exch:addressType" minOccurs="0"/>
      <xs:element name="name" type="exch:nameType"/>
      <xs:element name="pubdate" type="exch:pubdateType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>