j:ActivityCommunityServiceAssociationType

complexType ActivityCommunityServiceAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an association between an activity and an assignment of community service.

Diagram

XML Schema

<xs:complexType name="ActivityCommunityServiceAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an activity and an assignment of community service.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CommunityService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ActivityCommunityServiceAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>