http://www.FatTail.com/api
MatchTypes Simple Type
http://www.FatTail.com/api : MatchTypes Simple Type
Description
Indicates how key/value targeting should be matched.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
MatchTypes Restriction of xs:string
Indicates how key/value targeting should be matched.
Facets
EnumerationNA
EnumerationEXACT
EnumerationBROAD
EnumerationPREFIX
EnumerationBROAD_PREFIX
Source
<xs:simpleType name="MatchTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NA" />
    <xs:enumeration value="EXACT" />
    <xs:enumeration value="BROAD">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PREFIX">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="BROAD_PREFIX">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api