scr:PersonAlertStatusType
complexType PersonAlertStatusType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for the information on a PERSON ALERT STATUS
Diagram
XML Schema
<xs:complexType name="PersonAlertStatusType">
<xs:annotation>
<xs:documentation>
A data type for the information on a PERSON ALERT STATUS</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:StatusType">
<xs:sequence>
<xs:element ref="scr:PersonAlertStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonAlertStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>