hs:RepresentationAppointmentCategoryCodeSimpleType
simpleType RepresentationAppointmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for the type of appointment that is made
Diagram
Enumerations
Value | Definition |
CoCounsel | Co-Counsel |
Initial | Initial |
Substitution | Substitution |
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:restriction base="xs:token">
<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>