- text-only: Fulltext in text-only mode, i.e. without any images. - rich-xml: The rich XML syntaxes - original: The original fulltext, including the full markup and images. |
Complex Type | ops:fulltext-formatType |
Attribute | ops:fulltext-retrievalType/@format |
<xs:simpleType name="fulltext-formatValues"> <xs:annotation> <xs:documentation>- text-only: Fulltext in text-only mode, i.e. without any images. - rich-xml: The rich XML syntaxes - original: The original fulltext, including the full markup and images.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="text-only"/> <xs:enumeration value="rich-xml"/> <xs:enumeration value="original"/> </xs:restriction> </xs:simpleType> |