hs:AttorneyStatusCodeSimpleType
simpleType AttorneyStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for describing the role of an attorney as it relates to their client.
Diagram
Enumerations
Value | Definition |
AGENCY | Agency: Attorney that represents an agency either as an employee or a contract attorney. |
CIVIL | Court Appointed, Civil: Represents their client in a civil or family court case. |
DEFENSE | Court Appointed, Defense: Represents their client in a criminal case. |
GAL | Court Appointed, Guardian ad Litem: Represents the best interests of the child such as a GAL. |
PRIVATE | Private: An attorney hired directly by the client. |
XML Schema
<xs:simpleType name="AttorneyStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the role of an attorney as it relates to their client.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AGENCY">
<xs:annotation>
<xs:documentation>
Agency: Attorney that represents an agency either as an employee or a contract attorney.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CIVIL">
<xs:annotation>
<xs:documentation>
Court Appointed, Civil: Represents their client in a civil or family court case.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DEFENSE">
<xs:annotation>
<xs:documentation>
Court Appointed, Defense: Represents their client in a criminal case.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GAL">
<xs:annotation>
<xs:documentation>
Court Appointed, Guardian ad Litem: Represents the best interests of the child such as a GAL.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRIVATE">
<xs:annotation>
<xs:documentation>
Private: An attorney hired directly by the client.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>