serialType

Complex Type Information

Model

Used By

Source

<xs:complexType name="serialType">
  <xs:sequence>
    <xs:element name="sertitle" type="exch:sertitleType"/>
    <xs:element name="alttitle" type="exch:alttitleType" minOccurs="0"/>
    <xs:element name="subname" type="exch:subnameType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="issue" type="exch:issueType" minOccurs="0"/>
    <xs:element name="imprint" type="exch:imprintType" minOccurs="0"/>
    <xs:element name="pubdate" type="exch:pubdateType" minOccurs="0"/>
    <xs:element name="descrip" type="exch:descripType" minOccurs="0"/>
    <xs:element name="notes" type="exch:notesType" minOccurs="0"/>
    <xs:element name="pubid" type="exch:pubidType" minOccurs="0"/>
    <xs:element name="vid" type="exch:vidType" minOccurs="0"/>
    <xs:element name="ino" type="exch:inoType" minOccurs="0"/>
    <xs:element name="doi" type="xs:string" minOccurs="0"/>
    <xs:element name="issn" type="exch:issnType" minOccurs="0"/>
    <xs:element name="isbn" type="exch:isbnType" minOccurs="0"/>
    <xs:element name="cpyrt" type="exch:cpyrtType" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>