Showing:

Annotations
Attributes
Diagrams
Source
Complex Type ssnHashingOptionSHA1RHY
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.
Diagram
Diagram HUD_HMIS_xsd_Attribute_hashStatus.tmp#hashStatus HUD_HMIS_xsd_Complex_Type_ssnHashingOption.tmp#ssnHashingOption
Type restriction of ssnHashingOption
Type hierarchy
Attributes
QName Type Use Annotation
hashStatus restriction of xs:unsignedInt required
Hash Status 
1 = Unhashed 
2 = SHA-1 RHY
3 = Hashed - other
Source
<xs:complexType name="ssnHashingOptionSHA1RHY">
  <xs:annotation>
    <xs:documentation xml:lang="en">Concatenation of the unhashed last 4 digits of the SSN followed by SHA-1 hash of the full SSN.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:length value="44"/>
      <xs:pattern value="([a-zA-Z0-9])*"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>