type

Attribute Information

Used By

Element FT_FACET

Source

<xsd:attribute name="type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="minLength"/>
      <xsd:enumeration value="maxLength"/>
      <xsd:enumeration value="minInclusive"/>
      <xsd:enumeration value="maxInclusive"/>
      <xsd:enumeration value="minExclusive"/>
      <xsd:enumeration value="maxExclusive"/>
      <xsd:enumeration value="totalDigits"/>
      <xsd:enumeration value="fractionDigits"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample