<xs:complexType name="bookType">
<xs:choice>
<xs:element name="text" type="exch:textType"/>
<xs:sequence>
<xs:element name="author" type="exch:authorType" minOccurs="0" maxOccurs="unbounded"/>
<xs:choice>
<xs:element name="book-title" type="exch:book-titleType" maxOccurs="unbounded"/>
<xs:element name="conference" type="exch:conferenceType"/>
</xs:choice>
<xs:sequence>
<xs:element name="subtitle" type="exch:subtitleType" minOccurs="0"/>
<xs:element name="subname" type="exch:subnameType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="edition" type="exch:editionType" minOccurs="0"/>
<xs:element name="imprint" type="exch:imprintType" minOccurs="0"/>
<xs:element name="vid" type="exch:vidType" minOccurs="0"/>
<xs:element name="ino" type="exch:inoType" minOccurs="0"/>
<xs:element name="descrip" type="exch:descripType" minOccurs="0"/>
<xs:element name="series" type="exch:seriesType" minOccurs="0"/>
<xs:element name="notes" type="exch:notesType" minOccurs="0"/>
<xs:element name="absno" type="exch:absnoType" minOccurs="0"/>
<xs:element name="location" type="exch:locationType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="pubid" type="exch:pubidType" minOccurs="0"/>
<xs:element name="bookno" type="exch:booknoType" minOccurs="0"/>
<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" maxOccurs="unbounded"/>
<xs:element name="refno" type="exch:refnoType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:sequence>
</xs:choice>
</xs:complexType> |