<xs:complexType name="Email">
<xs:sequence>
<xs:element name="preference-order" type="commons:preferenceOrderType">
<xs:annotation>
<xs:documentation>
Indicates the preference order within all the ContactMethods.
Highest preference is 0.
</xs:documentation>
<xs:appinfo>
<retsid>100061</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="email-preference-order" type="commons:preferenceOrderType">
<xs:annotation>
<xs:documentation>
Indicates the preference order within all the email addresses.
Highest preference is 0.
</xs:documentation>
<xs:appinfo>
<retsid>100062</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="EmailAddress" type="commons:EmailAddress" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The email address itself.
</xs:documentation>
<xs:appinfo>
<retsid>100063</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="commons:privacyType" use="optional">
<xs:annotation>
<xs:documentation>
Provide a level of privacy for this phone number.
</xs:documentation>
<xs:appinfo>
<retsid>100064</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|