onlineType

Complex Type Information

Model

Used By

Source

<xs:complexType name="onlineType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:sequence>
      <xs:element name="author" type="exch:authorType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="online-title" type="exch:online-titleType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="hosttitle" type="exch:hosttitleType" minOccurs="0"/>
      <xs:element name="subname" type="exch:subnameType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="edition" type="exch:editionType" minOccurs="0"/>
      <xs:choice minOccurs="0">
        <xs:element name="serial" type="exch:serialType"/>
        <xs:element name="book" type="exch:bookType"/>
      </xs:choice>
      <xs:element name="imprint" type="exch:imprintType" minOccurs="0"/>
      <xs:element name="pubdate" type="exch:pubdateType" minOccurs="0"/>
      <xs:element name="vid" type="exch:vidType" minOccurs="0"/>
      <xs:element name="ino" type="exch:inoType" minOccurs="0"/>
      <xs:element name="history" type="exch:historyType" minOccurs="0"/>
      <xs:element name="series" type="exch:seriesType" minOccurs="0"/>
      <xs:element name="hostno" type="exch:hostnoType" minOccurs="0"/>
      <xs:element name="absno" type="exch:absnoType" minOccurs="0"/>
      <xs:element name="location" type="exch:locationType" minOccurs="0"/>
      <xs:element name="notes" type="exch:notesType" minOccurs="0"/>
      <xs:element name="avail" type="exch:availType"/>
      <xs:element name="class" type="exch:classType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="keyword" type="exch:keywordType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="cpyrt" type="exch:cpyrtType" 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="datecit" type="exch:datecitType" minOccurs="0"/>
      <xs:element name="srchterm" type="exch:srchtermType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="srchdate" type="exch:srchdateType" minOccurs="0"/>
      <xs:element name="refno" type="exch:refnoType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:choice>
</xs:complexType>