Documentation for the HUD HMIS XML Schema v2.8

Complex Type: twoValHashingChoice

[Table of contents]

Super-types: None
Sub-types: None
Name twoValHashingChoice
Used by (from the same schema document) Complex Type person , Complex Type person
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<hmis:Unhashed> hmis:twoVal </hmis:Unhashed> [0..1]
<hmis:Hashed> hmis:string </hmis:Hashed> [0..1]
End Choice
</...>
Diagram
h910266842 h878975158
Schema Component Representation
<xsd:complexType name="twoValHashingChoice">
<xsd:choice>
<xsd:element name="Unhashed" type=" hmis:twoVal " minOccurs="0"/>
<xsd:element name="Hashed" type=" hmis:string " minOccurs="0"/>
</xsd:choice>
</xsd:complexType>