<xsd:complexType name="EmailType">
<xsd:annotation>
<xsd:documentation>A data type for an electronic form of communication that can be exchanged asynchronously.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:EmailID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailRecipient" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailRecipientAddressID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailReceivedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailSender" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailSenderAddressID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailSentDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailSubjectText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailMessageText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmailAttachment" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|