2.2.4.22 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.<50>

 <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.