2.2.3.2.1 Address Complex Type

The Address type contains information that describes a known entity that represents a postal or street address.

 <xs:complexType name="Address">
     <xs:simpleContent>
         <xs:extension base="xs:string">
             <xs:attribute default="-1" name="StartIndex" type="xs:int" />
             <xs:attribute default="LatestReply" name="Position"
                 type="EmailPosition" />
         </xs:extension>
     </xs:simpleContent>
 </xs:complexType>

The value of elements of this type is the string representation of a postal or street address.

StartIndex: An attribute of type xs:int, as defined in [XMLSCHEMA2/2] section 3.3.17, that indicates the location of the entity, relative to the value of the Position attribute. For more details, see section 2.2.3.4.4.

Position: An attribute of the EmailPosition simple type, as defined in section 2.2.3.3.1, that indicates the location of the entity within the Message object. For more details, see section 2.2.3.4.3.