cbrn:CaseSetType

complexType CaseSetType in namespace http://release.niem.gov/niem/domains/cbrn/4.1/

Definition

A data type for a set of cases that are related in some manner.

Diagram

XML Schema

<xs:complexType name="CaseSetType">
<xs:annotation>
<xs:documentation>
A data type for a set of cases that are related in some manner.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:CaseOfInterestUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RelatedCase" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseSetQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CaseSetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>