j:NetworkAddress
An Internet Protocol (IP) address or Uniform Resource Locator (URL) that uniquely identifies a specific site on the Internet or another network.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/6.0/
Schema document: domains/jxdm/6.0/jxdm.xsd
Type: nc:ElectronicAddressType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- nc:ElectronicAddressDescriptionText [0..*]A description of a network address, such as what the site is used for or a name of an online forum or group that is reached at the address.
- nc:MACAddressID [0..*]An identifier assigned to a hardware device that connects to the Internet; Media Access Control.
- nc:IPv4AddressID [0..*]An identifier assigned to a computer or other device connected to a TCP/IP network, based on version 4 of the Internet Protocol.
- nc:IPv6AddressID [0..*]An identifier assigned to a computer or other device connected to a TCP/IP network, based on version 6 of the Internet Protocol.
- nc:URLID [0..*]An identifier representing a universal resource locator (URL).
- nc:ElectronicAddressAugmentationPointAbstract [0..*]An augmentation point for ElectronicAddressType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:ElectronicAddressAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<j:NetworkAddress> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:ElectronicAddressDescriptionText>string</nc:ElectronicAddressDescriptionText> <nc:MACAddressID>string</nc:MACAddressID> <nc:IPv4AddressID>string</nc:IPv4AddressID> <nc:IPv6AddressID>string</nc:IPv6AddressID> <nc:URLID>http://www.example.com/</nc:URLID> <nc:ElectronicAddressAugmentationPoint>any content</nc:ElectronicAddressAugmentationPoint> </j:NetworkAddress>