cbrn:CharacteristicGroupType

complexType CharacteristicGroupType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for a named group of Characteristic.

Diagram

XML Schema

<xs:complexType name="CharacteristicGroupType">
<xs:annotation>
<xs:documentation>
A data type for a named group of Characteristic.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:CharacteristicGroupName" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:Characteristic" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="cbrn:CharacteristicGroupAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="cbrn:groupOutOfLimitsIndicator" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>