hs:ContactActivityType

complexType ContactActivityType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for recording a contact with an individual.

Diagram

XML Schema

<xs:complexType name="ContactActivityType">
<xs:annotation>
<xs:documentation>
A data type for recording a contact with an individual.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:ContactActivityCaseReportNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ContactActivityCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ContactActivityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>