scr:PersonNameAugmentationType

complexType PersonNameAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type that supplements PersonName and specifies the additional name information used for Screening.

Diagram

XML Schema

<xs:complexType name="PersonNameAugmentationType">
<xs:annotation>
<xs:documentation>
A data type that supplements PersonName and specifies the additional name information used for Screening.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:SoundexIndexValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonNameOriginText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DesignationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>