hs:ClientAttorneyAssociationType
complexType ClientAttorneyAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a client and an attorney.
Diagram
XML Schema
<xs:complexType name="ClientAttorneyAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a client and an attorney.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="hs:ClientEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:AttorneyStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:BasisOfAppointmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:RepresentationAppointmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ClientAttorneyAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>