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