j:ActivityEmailAddressAssociationType

complexType ActivityEmailAddressAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a relationship between an activity and an email address (e.g. harassing or threatening email).

Diagram

XML Schema

<xs:complexType name="ActivityEmailAddressAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an activity and an email address (e.g. harassing or threatening email).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactEmailID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ActivityEmailAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>