hs:PersonRoleCodeSimpleType
simpleType PersonRoleCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for a person role.
Diagram
Enumerations
Value | Definition |
Client | Client |
Contact | Contact |
XML Schema
<xs:simpleType name="PersonRoleCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a person role.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>