Showing:

Attributes
Diagrams
Source
Used by
Complex Type ssnHashingOption
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_hashStatus.tmp#hashStatus
Type extension of xs:token
Used by
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="ssnHashingOption">
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute ref="hashStatus" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>