j:NetworkAddressAssociationType

complexType NetworkAddressAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a relationship between originator, receiver, and a network address. Originator and receiver can be a person or an organization.

Diagram

XML Schema

<xs:complexType name="NetworkAddressAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between originator, receiver, and a network address. Originator and receiver can be a person or an organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:OriginatorNetworkAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OriginatorOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OriginatorPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverNetworkAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:NetworkAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>