Glad to hear you are moving forward with support for the schema! Since
RelationshipToHeadOfHousehold is not required,
<xsd:element name="RelationshipToHeadOfHousehold" type="hmis:fourVal"
minOccurs="0">
, just omit this element if the person is the HeadOfHousehold. In fact,
as you mentioned, if they are the HeadOfHousehold, there is no need to
even include a Member element, since it adds nothing aside from the
RelationshipToHeadOfHousehold, at least in the current version. So your
second stated option of "... OR, A person who is identified as the head
of household should be listed as the “head of household ID”, but NOT
listed as a member (there is no additional information that would be
gained by doing so)..." is correct. This finer point should be added to
the docs, so I made a ticket for that at: http://is.gd/jAmJdQ , so it
gets taken into account when a future revision comes out. -Eric Jahn