marks

(quotation marks) indicates whether or not quotation marks have been
retained as content within the text.

Attribute Information

Used By

Source

<xs:attribute name="marks">
  <xs:annotation>
    <xs:documentation>(quotation marks) indicates whether or not quotation marks have been retained as content within the text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="none">
        <xs:annotation>
          <xs:documentation>no quotation marks have been retained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="some">
        <xs:annotation>
          <xs:documentation>some quotation marks have been retained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="all">
        <xs:annotation>
          <xs:documentation>all quotation marks have been retained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample