j:ServiceCallLocationAssociationType
complexType ServiceCallLocationAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a relationship between a service call and a location it involves.
Diagram
XML Schema
<xs:complexType name="ServiceCallLocationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a service call and a location it involves.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:ServiceCall" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ServiceCallLocationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>