scr:PersonDerogatoryInformationType

complexType PersonDerogatoryInformationType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for an electronic exchange containing derogatory information about a person from an organization.

Diagram

XML Schema

<xs:complexType name="PersonDerogatoryInformationType">
<xs:annotation>
<xs:documentation>
A data type for an electronic exchange containing derogatory information about a person from an organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DerogatoryInformationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DerogatoryCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DerogatoryInformationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DerogatoryStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EncounterStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonDerogatoryInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>