Documentation for the HUD HMIS XML Schema v2.8

Complex Type: person

[Table of contents]

Super-types: None
Sub-types: None
Name person
Used by (from the same schema document) Complex Type sourceDatabase
Abstract no
Documentation See Data Integration Package Cumulative Overview, Section 3: III.5.
XML Instance Representation
<...>
<hmis:PersonID> hmis:hashingChoice </hmis:PersonID> [1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.12'

<hmis:DateOfBirth> hmis:dOBHashingChoice </hmis:DateOfBirth> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.3'

<hmis:Ethnicity> hmis:twoValHashingChoice </hmis:Ethnicity> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.4.1'

<hmis:Gender> hmis:twoValHashingChoice </hmis:Gender> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.5'

<hmis:LegalFirstName> hmis:hashingChoice </hmis:LegalFirstName> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.1'

<hmis:LegalLastName> hmis:hashingChoice </hmis:LegalLastName> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.1'

<hmis:LegalMiddleName> hmis:hashingChoice </hmis:LegalMiddleName> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.1'

<hmis:LegalSuffix> hmis:hashingChoice </hmis:LegalSuffix> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.1'

<hmis:OtherNames> hmis:otherNames </hmis:OtherNames> [0..*]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.1'

<hmis:Race> hmis:fiveValHashingChoice </hmis:Race> [0..*]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.4.2'

<hmis:SocialSecurityNumber> hmis:sSNHashingChoice </hmis:SocialSecurityNumber> [0..1]

'HMIS Data and Technical Standards, July 30, 2004, Universal Data Element 2.2'

<hmis:PersonHistorical> hmis:personHistorical </hmis:PersonHistorical> [0..*]

'See Data Integration Package Cumulative Overview, Section 3: V.7.'

<hmis:SiteServiceParticipation> hmis:siteServiceParticipation </hmis:SiteServiceParticipation> [0..*]

'See Data Integration Package Cumulative Overview, Section 3: IV.6.'

<hmis:ReleaseOfInformation> hmis:releaseOfInformation </hmis:ReleaseOfInformation> [0..*]

'See Data Integration Package Cumulative Overview, Section 3: VII.12.'

</...>
Diagram
h1256698512 h239144259 h81948443 h81948443 h1256698512 h1256698512 h1256698512 h1256698512 h280178749 h-1147138069 h1134569932 h-1068360604 h853649368 h-1191210509
Schema Component Representation
<xsd:complexType name="person">
<xsd:sequence>
<xsd:element name="PersonID" type=" hmis:hashingChoice "/>
<xsd:element name="DateOfBirth" type=" hmis:dOBHashingChoice " minOccurs="0"/>
<xsd:element name="Ethnicity" type=" hmis:twoValHashingChoice " minOccurs="0"/>
<xsd:element name="Gender" type=" hmis:twoValHashingChoice " minOccurs="0"/>
<xsd:element name="LegalFirstName" type=" hmis:hashingChoice " minOccurs="0"/>
<xsd:element name="LegalLastName" type=" hmis:hashingChoice " minOccurs="0"/>
<xsd:element name="LegalMiddleName" type=" hmis:hashingChoice " minOccurs="0"/>
<xsd:element name="LegalSuffix" type=" hmis:hashingChoice " minOccurs="0"/>
<xsd:element name="OtherNames" type=" hmis:otherNames " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Race" type=" hmis:fiveValHashingChoice " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="SocialSecurityNumber" type=" hmis:sSNHashingChoice " minOccurs="0"/>
<xsd:element name="PersonHistorical" type=" hmis:personHistorical " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="SiteServiceParticipation" type=" hmis:siteServiceParticipation " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ReleaseOfInformation" type=" hmis:releaseOfInformation " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>