2.2.4.38 t:EntityType Complex Type
The EntityType complex type represents a single entity. Entities are text found in certain parts of a message, such as the subject or the body.<71>
<xs:complexType name="EntityType">
<xs:sequence>
<xs:element name="Position" type="t:EmailPositionType"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
Position: An element of type EmailPositionType, as defined in section 2.2.5.2, that specifies where the entity was found in the message.