scr:ConfidenceLevelType

complexType ConfidenceLevelType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for detailing the reliability of the associated information.

Diagram

XML Schema

<xs:complexType name="ConfidenceLevelType">
<xs:annotation>
<xs:documentation>
A data type for detailing the reliability of the associated information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:ConfidenceLevelCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ConfidenceLevelCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ConfidenceLevelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>