Share via


2.3.27 KnownEntityType

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: ItemHasKnownEntity

Specifies the type of a known entity that can be recognized and extracted from the item's subject and body, or that can be used in rules specified by ItemHasKnownEntity elements (section 2.2.44).

Value

Meaning

MeetingSuggestion

Text that is identified by pattern recognition to reference an event or a meeting.

TaskSuggestion

Text that is identified by pattern recognition to contain an actionable phrase.

Address

Text that is identified by pattern recognition to reference a postal address in the United States.

Url

Text that is identified by pattern recognition to contain a file name or web address URL.

PhoneNumber

A series of digits that is identified by pattern recognition as a telephone number in North America.

EmailAddress

Text that is identified by pattern recognition to contain an SMTP format email address.

Contact

Text that is identified by pattern recognition to contain contact information.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="KnownEntityType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="MeetingSuggestion"/>
     <xs:enumeration value="TaskSuggestion"/>
     <xs:enumeration value="Address"/>
     <xs:enumeration value="Url"/>
     <xs:enumeration value="PhoneNumber"/>
     <xs:enumeration value="EmailAddress"/>
     <xs:enumeration value="Contact"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).