j:CaseLinkageType
complexType CaseLinkageType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for an identifying number for a case submitted by an agency which is known or believed to be related to the case of this activity.
Diagram
XML Schema
<xs:complexType name="CaseLinkageType">
<xs:annotation>
<xs:documentation>
A data type for an identifying number for a case submitted by an agency which is known or believed to be related to the case of this activity.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:CaseLinkageNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OrganizationORIIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CaseLinkageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>