cbrn:DataFileSetType

complexType DataFileSetType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/

Definition

A data type that defines a collection of data files that are part of a set

Diagram

XML Schema

<xs:complexType name="DataFileSetType">
<xs:annotation>
<xs:documentation>
A data type that defines a collection of data files that are part of a set
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:DataFile" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetMember" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:DataFileSetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>