Schema Central  >  LEXS 4.0  >  familyServices.xsd  >  fs:PersonCaseAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

fs:PersonCaseAssociation

Describes the relationship between a person and a given case.

Element information

Namespace: http://niem.gov/niem/domains/familyServices/2.1

Schema document: lexs.gov/niem/domains/familyServices/2.1/familyServices.xsd

Type: fs:PersonCaseAssociationType

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

<fs:PersonCaseAssociation>
   <nc:AssociationBeginDate>
      <nc:Date>1967-08-13</nc:Date>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1968-08-13</nc:Date>
   </nc:AssociationEndDate>
   <nc:PersonReference s:ref="Person1"/>
   <nc:CaseReference s:ref="Case1"/>
</fs:PersonCaseAssociation>