FT_FACET

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of dtSTRING required

Used By

Element FT_FACETS

Source

<xsd:element name="FT_FACET">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="typeSTRING00020">
        <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>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample