<xs:element name="fulltext-document">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="bibliographic-data" type="ftxt:bibliographic-dataType"/>
<xs:element name="description" type="ftxt:descriptionType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="claims" type="ftxt:claimsType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="system" type="xs:string"/>
<xs:attribute name="fulltext-format" type="xs:string"/>
</xs:complexType>
</xs:element> |