j:CourtOrderServiceAgencyAssociationType
complexType CourtOrderServiceAgencyAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for an association between a court order and the agency that serves it.
Diagram
XML Schema
<xs:complexType name="CourtOrderServiceAgencyAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a court order and the agency that serves it.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:CourtOrder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CourtOrderServiceAgencyAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>