nc:CaseType
complexType CaseType in namespace http://release.niem.gov/niem/niem-core/5.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:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="nc:CaseTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CaseGeneralCategoryAbstract" 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:CaseSubCategoryAbstract" 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>