Showing:

Attributes
Diagrams
Source
Complex Type ssnHashingOptionPlain
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
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="ssnHashingOptionPlain">
  <xs:simpleContent>
    <xs:restriction base="hmis:ssnHashingOption">
      <xs:pattern value="[0-9xX]{9}"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>