im:PersonName
Applied augmentation for type nc:PersonNameType
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:PersonNameType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: nc:PersonName
- Augmented Element
Content
- Sequence [1..1]
- nc:PersonNamePrefixText [0..*] A title or honorific used by a person.
- nc:PersonGivenName [0..*] A first name of a person.
- nc:PersonMiddleName [0..*] A middle name of a person.
- nc:PersonSurName [0..*] A last name or family name of a person.
- nc:PersonNameSuffixText [0..*] A term appended after the family name that qualifies the name.
- nc:PersonMaidenName [0..*] An original surname of a person before changed by marriage.
- nc:PersonFullName [0..*] A complete name of a person.
- im:PersonNameAugmentation [0..*] Additional information about a person name.
from type nc:PersonNameType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
nc:personNameCommentText | [0..1] | xsd:string | from type nc:PersonNameType |
Used in
- Type intel:PersonInIDType
- Type m:MerchantMarinerDocumentType (Element m:MerchantMarinerDocument)
- Type m:SeamanLicenseType (Element m:SeamanLicense)
- Type nc:PassportType (Element nc:Passport)
- Type scr:PersonStatusSummaryType (Element scr:PersonStatusSummary)
- Type fs:CaregiverType via extension of nc:PersonType (Element fs:Caregiver)
- Type fs:PersonType via extension of nc:PersonType (Element fs:Person)
- Type im:PersonType via extension of nc:PersonType (Element im:Person)
- Type intel:PersonType via extension of nc:PersonType (Element intel:Person)
- Type it:PersonType via extension of nc:PersonType (Element it:Person)
- Type it:RepresentativePersonType via extension of nc:PersonType (Element it:RepresentativePerson)
- Type j:PersonType via extension of nc:PersonType (Element j:Person)
- Type m:PersonType via extension of nc:PersonType (Element m:Person)
- Type scr:PassportType via extension of nc:PassportType (Element scr:Passport)
- Type nc:PersonType (Elements nc:AssessmentPerson, nc:ContactResponder, nc:DisciplinaryActionPerson, nc:DocumentEntrySubmitter, nc:DriverLicenseIssuedPerson, nc:DriverLicensePerson, nc:Employee, nc:EmployeeSupervisor, nc:EntityPerson, nc:IdentityPersonRepresentation, nc:ImageOperator, nc:InjuryCauserPerson, nc:InjurySustainer, nc:OrganizationPrincipalOfficial, nc:Person, nc:ProgramPerson, nc:ReferralPerson, nc:ReleasePerson, nc:SchedulePerson, nc:SupervisionPerson, im:SchoolOwner, im:SubmittingPerson, it:CrewMember, j:ActivityOfficial, j:DrivingIncidentPassenger, j:EvidenceCollector, j:MissingPersonDeclarationPerson, j:PersonPrimaryWorker, j:PersonReferralWorker, j:PropertySeizureOwningPerson, j:PropertySeizurePossessingPerson, j:ProtectionOrderRestrictedPerson, j:ServiceCallDispatcher, j:ServiceCallOperator, j:ServiceCallOriginator, j:ServiceCallResponsePerson, j:SubjectInvolvementPerson, j:SupervisionRestrictionPerson, j:TargetPerson, j:VictimPerson, j:VisitationRestrictedAccessPerson, j:VisitationVisitor, scr:AgentPerson)
Substitution hierarchy
- nc:PersonName
- can be substituted with im:PersonName
Sample instance
<im:PersonName> <nc:PersonNamePrefixText>string</nc:PersonNamePrefixText> <nc:PersonGivenName>string</nc:PersonGivenName> <nc:PersonMiddleName>string</nc:PersonMiddleName> <nc:PersonSurName>string</nc:PersonSurName> <nc:PersonNameSuffixText>string</nc:PersonNameSuffixText> <nc:PersonMaidenName>string</nc:PersonMaidenName> <nc:PersonFullName>string</nc:PersonFullName> <im:PersonNameAugmentation> <im:PersonNickName>string</im:PersonNickName> <im:PersonNameDateRange> <nc:StartDate>... </nc:StartDate> <nc:EndDate>... </nc:EndDate> </im:PersonNameDateRange> </im:PersonNameAugmentation> </im:PersonName>