j:ActivityServiceCallAssociationType
complexType ActivityServiceCallAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for an association between an activity and a service call.
Diagram
XML Schema
<xs:complexType name="ActivityServiceCallAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an activity and a service call.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ServiceCall" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ActivityServiceCallAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>