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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:EntityNetworkAddressAssociation

A relationship between a person/organization/other object and a network address, for example to indicate that a person has or uses a particular network address.

Element information

Namespace: http://lexs.gov/digest/4.0

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

Type: lexsdigest:EntityNetworkAddressAssociationType

Properties: Global, Qualified

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:EntityNetworkAddressAssociation>
   <nc:AssociationBeginDate>
      <nc:Date>1967-08-13</nc:Date>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1968-08-13</nc:Date>
   </nc:AssociationEndDate>
   <nc:Entity>
      <nc:EntityOrganizationReference s:ref="Org1"/>
   </nc:Entity>
   <lexsdigest:NetworkAddressReference s:ref="NetworkAddress1"/>
   <lexsdigest:SubscriberIndicator>true</lexsdigest:SubscriberIndicator>
   <lexsdigest:UserIndicator>true</lexsdigest:UserIndicator>
</lexsdigest:EntityNetworkAddressAssociation>