hs:ParticipantRoleCodeListCodeSimpleType

simpleType ParticipantRoleCodeListCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a participant role.

Diagram

Enumerations

ValueDefinition
ChildChild
CPCP
NCPNCP

XML Schema

<xs:simpleType name="ParticipantRoleCodeListCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a participant role.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Child">
<xs:annotation>
<xs:documentation>
Child
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CP">
<xs:annotation>
<xs:documentation>
CP
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NCP">
<xs:annotation>
<xs:documentation>
NCP
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>