nc:ElectronicAddressType

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

Definition

A data type for an address, ID, or Uniform Resource Locator (URL) that uniquely identifies a specific site on the Internet or another network.

Diagram

XML Schema

<xs:complexType name="ElectronicAddressType">
<xs:annotation>
<xs:documentation>
A data type for an address, ID, or Uniform Resource Locator (URL) that uniquely identifies a specific site on the Internet or another network.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ElectronicAddressDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MACAddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IPv4AddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IPv6AddressID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:URLID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ElectronicAddressAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>