nc:PersonAlternateName
An alternate name used by a person.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:PersonNameType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:PersonNamePrefixText [0..1]A title or honorific used by a person.
- nc:PersonGivenName [0..1]A first name of a person.
- nc:PersonMiddleName [0..*]A middle name of a person.
- nc:PersonSurName [0..1]A last name or family name of a person.
- nc:PersonNameSuffixText [0..1]A term appended after the family name that qualifies the name.
- nc:PersonFullName [0..1]A complete name of a person.
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 |
Used in
- Type nc:PersonType
- Type lexsdigest:PersonType via extension of nc:PersonType (Element lexsdigest:Person)
Sample instance
<nc:PersonAlternateName> <nc:PersonGivenName>Billy</nc:PersonGivenName> <nc:PersonMiddleName>Bob</nc:PersonMiddleName> <nc:PersonSurName>Smith</nc:PersonSurName> <nc:PersonFullName>Billy Bob Smith</nc:PersonFullName> </nc:PersonAlternateName>