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

ValueDefinition
AGENCYAgency: Attorney that represents an agency either as an employee or a contract attorney.
CIVILCourt Appointed, Civil: Represents their client in a civil or family court case.
DEFENSECourt Appointed, Defense: Represents their client in a criminal case.
GALCourt Appointed, Guardian ad Litem: Represents the best interests of the child such as a GAL.
PRIVATEPrivate: 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: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>