tsd:text

Purpose This element specifies whether a text index should be generated for the current schema element or attribute, or for a non-XML doctype. See also tsd:index.
Parent element tsd:index
Child elements tsd:refers, tsd:multiPath
Attributes None
Type Empty

Example

This example illustrates the definition of a text index for a tsd:attributeInfo element in TSD:

<xs:attribute name="value">
  <xs:annotation>
    <xs:appinfo>
      <tsd:attributeInfo>
        <tsd:physical>
          <tsd:native>
            <tsd:index>
              <tsd:text/>
            </tsd:index>
          </tsd:native>
        </tsd:physical>
      </tsd:attributeInfo>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>