cbrn:SecondaryInspectionResolutionType
complexType SecondaryInspectionResolutionType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for information regarding the resolution of a secondary inspection of an item of interest.
Diagram
XML Schema
<xs:complexType name="SecondaryInspectionResolutionType">
<xs:annotation>
<xs:documentation>
A data type for information regarding the resolution of a secondary inspection of an item of interest.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="cbrn:SourceSystemFindingCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:InspectionThreatFindingAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SecondaryInspectionKindAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SecondaryInspectionReferralID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:RadionuclideCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SecondaryInspectionResolutionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>