hs:SSNCategoryCodeListCodeSimpleType

simpleType SSNCategoryCodeListCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a kind of SSN.

Diagram

Enumerations

ValueDefinition
PrimaryPrimary
SecondarySecondary

XML Schema

<xs:simpleType name="SSNCategoryCodeListCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of SSN.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Primary">
<xs:annotation>
<xs:documentation>
Primary
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Secondary">
<xs:annotation>
<xs:documentation>
Secondary
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>