hs:EntityFindingAssociationType
complexType EntityFindingAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for an association between a finding and a person or organization.
Diagram
XML Schema
<xs:complexType name="EntityFindingAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a finding and a person or organization.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Entity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Finding" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:EntityFindingAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>