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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:PhysicalMailAssociation

A relationship between a sender and recipient of one or more pieces of physical mail (not email).

Element information

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

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

Type: lexsdigest:PhysicalMailAssociationType

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:PhysicalMailAssociation>
   <nc:AssociationBeginDate>
      <nc:YearMonth>1962-06</nc:YearMonth>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1973-11-01</nc:Date>
   </nc:AssociationEndDate>
   <lexsdigest:RecipientEntity>
      <nc:EntityPersonReference s:ref="Person3"/>
   </lexsdigest:RecipientEntity>
   <lexsdigest:RecipientLocationReference s:ref="Location1"/>
   <lexsdigest:SenderEntity>
      <nc:EntityPersonReference s:ref="Person1"/>
   </lexsdigest:SenderEntity>
   <lexsdigest:SenderEntity>
      <nc:EntityOrganizationReference s:ref="Org2"/>
   </lexsdigest:SenderEntity>
   <lexsdigest:SenderLocationReference s:ref="Location2"/>
</lexsdigest:PhysicalMailAssociation>