scr:PersonNameTextAugmentationType
complexType PersonNameTextAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for additional information about a name of a person.
Diagram
XML Schema
<xs:complexType name="PersonNameTextAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a name of a person.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:attribute ref="scr:nameTranslationCategoryCode" use="optional"/>
<xs:attribute ref="scr:nameTranslationCategoryDescriptionText" use="optional"/>
<xs:attribute ref="scr:nameTranslationRepresentationID" use="optional"/>
<xs:attribute ref="scr:nameTranslationRepresentationText" use="optional"/>
<xs:attribute ref="scr:nameTranslationShortName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>