<xs:complexType name="abstractType">
<xs:choice>
<xs:element name="doc-page" type="exch:doc-pageType" maxOccurs="unbounded"/>
<xs:sequence>
<xs:element name="abst-problem" type="exch:abst-problemType"/>
<xs:element name="abst-solution" type="exch:abst-solutionType"/>
</xs:sequence>
<xs:element ref="exch:p" maxOccurs="unbounded"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="lang" type="xs:language"/>
<xs:attribute name="status" type="xs:string"/>
<xs:attribute name="country" type="exch:countryType"/>
<xs:attribute name="doc-number" type="xs:string"/>
<xs:attribute name="kind" type="xs:string"/>
<xs:attribute name="date" type="exch:ICE-date-type"/>
<xs:attribute name="data-format" type="xs:string"/>
<xs:attribute name="abstract-source" type="xs:string"/>
</xs:complexType> |