nc:DeviceType

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

Definition

A data type for a device.

Diagram

XML Schema

<xs:complexType name="DeviceType">
<xs:annotation>
<xs:documentation>
A data type for a device.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:DeviceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceESNIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceIMEIIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceElectronicAddress" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceStoredContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DeviceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>