Documentation for gpx1.1

Complex Type: emailType

[Table of contents]

Super-types: None
Sub-types: None
Name emailType
Used by (from the same schema document) Complex Type personType
Abstract no
Documentation An email address. Broken into two parts (id and domain) to help prevent email harvesting.
XML Instance Representation
<...
id=" xsd:string [1]

'id half of email address (billgates2004)'

"

domain=" xsd:string [1]

'domain half of email address (hotmail.com)'

"
/>
Diagram
Schema Component Representation
<xsd:complexType name="emailType">
<xsd:attribute name="id" type=" xsd:string " use="required"/>
<xsd:attribute name="domain" type=" xsd:string " use="required"/>
</xsd:complexType>