ops:fulltext-formatValues

- 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.

Simple Type Information

Used By

Source

<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>