nc:DeviceInformationAssociationType

complexType DeviceInformationAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an association between a device and a message, website, binary, or other kind of information.

Diagram

XML Schema

<xs:complexType name="DeviceInformationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a device and a message, website, binary, or other kind of information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:TelecommunicationDevice" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceUser" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceReceivedInformationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceSentInformationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceStoredInformationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceVisitedInformationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceInformationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>