hs:PersonRoleCodeSimpleType

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

Definition

A data type for a person role.

Diagram

Enumerations

ValueDefinition
ClientClient
ContactContact

XML Schema

<xs:simpleType name="PersonRoleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a person role.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Client">
<xs:annotation>
<xs:documentation>
Client
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Contact">
<xs:annotation>
<xs:documentation>
Contact
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>