<xs:complexType name="analyticType" mixed="false">
<xs:annotation>
<xs:documentation xml:lang="en">Contains bibliographic elements describing an item (e.g. an article or poem) published within a monograph, journal, or periodical and not as an independent publication.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="xces:class.global">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="xces:author.group"/>
<!-- 0.4 Changed the type, but not the model, for respStmt elements
<xs:element ref="xces:respStmtAbstract"/>
-->
<xs:group ref="xces:m.respGroup"/>
<xs:group ref="xces:title.group"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType> |