nc:CaseType

complexType CaseType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an aggregation of information about a set of related activities and events.

Diagram

XML Schema

<xs:complexType name="CaseType">
<xs:annotation>
<xs:documentation>
A data type for an aggregation of information about a set of related activities and events.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:CaseTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseGeneralCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseYearDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseTrackingID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseSubCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseDocketID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseResolutionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseFiling" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>