Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:NetworkAddress
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest: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://lexs.gov/digest/4.0

Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd

Type: lexsdigest:ElectronicAddressType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<lexsdigest:NetworkAddress s:metadata="MNetworkAddress1"
                           s:id="NetworkAddress1">
   <scr:ElectronicAddressText>127.0.0.1</scr:ElectronicAddressText>
   <lexsdigest:ElectronicAddressAugmentation>
      <lexsdigest:ElectronicAddressCaptureDate>
         <nc:Date>1999-09-19</nc:Date>
      </lexsdigest:ElectronicAddressCaptureDate>
      <lexsdigest:ElectronicAddressDescriptionText>Address description</lexsdigest:ElectronicAddressDescriptionText>
      <lexsdigest:ElectronicAddressHardwareAddressIdentification>
         <nc:IdentificationID>00-0C-F1-56-98-AD</nc:IdentificationID>
         <nc:IdentificationCategoryText>MAC Address</nc:IdentificationCategoryText>
      </lexsdigest:ElectronicAddressHardwareAddressIdentification>
      <lexsdigest:ServiceProviderNameText>AT and T</lexsdigest:ServiceProviderNameText>
   </lexsdigest:ElectronicAddressAugmentation>
</lexsdigest:NetworkAddress>