j:EntityEmailAssociationType

complexType EntityEmailAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a relationship between an entity (person or organization) and an E-mail address.

Diagram

XML Schema

<xs:complexType name="EntityEmailAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an entity (person or organization) and an E-mail address.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ContactEmailID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EntityEmailAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>