The SmtpAddressType complex type specifies an SMTP
address. This type extends the NonEmptyStringType (section 2.2.5.20).<75>
-
<xs:complexType name="SmtpAddressType">
<xs:simpleContent>
<xs:extension base="t:NonEmptyStringType"/>
</xs:simpleContent>
</xs:complexType>