hs:RepresentationAppointmentCategoryCodeSimpleType

simpleType RepresentationAppointmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for the type of appointment that is made

Diagram

Enumerations

ValueDefinition
CoCounselCo-Counsel
InitialInitial
SubstitutionSubstitution

XML Schema

<xs:simpleType name="RepresentationAppointmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the type of appointment that is made
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CoCounsel">
<xs:annotation>
<xs:documentation>
Co-Counsel
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Initial">
<xs:annotation>
<xs:documentation>
Initial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Substitution">
<xs:annotation>
<xs:documentation>
Substitution
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>