<xs:complexType name="EmailType">
<xs:annotation>
<xs:documentation xml:lang="en">Electronic email addresses, in IETF specified format.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to128">
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of email information between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="DefaultIndGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies whether or not this is the default email address.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="EmailType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the purpose of the e-mail address (e.g. personal, business, listserve). Refer to OTA Code List Email Address Type (EAT).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used elsewhere in the message to reference this specific email address.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Remark" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A remark associated with the e-mail address.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|