nc:UserPersonName
A person's actual name, used as an identifier for a system user.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:PersonNameType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- 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 last name or surname of a person before changed by marriage.
- nc:PersonFullName [0..*]A complete name of a person.
- Choice [0..*]
- j:PersonNameCategoryCodeA kind of name for a person.
- nc:PersonNameCategoryCodeA kind of person name.
- nc:PersonNameCategoryTextA kind of person name.
from subst. group nc:PersonNameCategory - nc:PersonNameSalutationText [0..*]A formal sign or expression of greeting that is appropriate for this person.
- nc:PersonOfficialGivenName [0..*]A name, out of possibly multiple given names, that a person selects to use as his or her official given name.
- nc:PersonPreferredName [0..*]A name by which this person prefers to be known.
- nc:PersonSurNamePrefixText [0..*]A prefix that precedes this person's family name such as Van, Von.
- Choice [0..*]
- im:PersonNameAugmentationAdditional information about a person name.
- j:PersonNameAugmentationAdditional information about a name of a person.
- scr:PersonNameAugmentationAdditional information about a person name.
- scr:PersonNameTextAugmentationAdditional information about a name of a person.
from subst. group nc:PersonNameAugmentationPoint
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType | |
nc:personNameCommentText | [0..1] | xsd:string | A comment about a kind of name for a person. |
Used in
- Type cbrn:AcknowledgementDataType (Element cbrn:AcknowledgementData)
- Type cbrn:DetectionEventUserEntryDataType (Element cbrn:DetectionEventUserEntryData)
- Type cbrn:InspectionDataType (Element cbrn:InspectionData)
- Type cbrn:MessageStatusType via extension of cbrn:SystemEventType (Element cbrn:MessageStatus)
- Type cbrn:RequestDataType (Element cbrn:RequestData)
- Type cbrn:SystemEventType (Element cbrn:SystemEvent)
- Type nc:SystemAuditEventType (Element nc:SystemAuditEvent)
Substitution hierarchy
- nc:SystemUserName
- can be substituted with nc:UserPersonName
Sample instance
<nc:UserPersonName> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <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> <j:PersonNameCategoryCode>aka</j:PersonNameCategoryCode> <nc:PersonNameSalutationText>string</nc:PersonNameSalutationText> <nc:PersonOfficialGivenName>string</nc:PersonOfficialGivenName> <nc:PersonPreferredName>string</nc:PersonPreferredName> <nc:PersonSurNamePrefixText>string</nc:PersonSurNamePrefixText> <im:PersonNameAugmentation> <im:PersonNickName>string</im:PersonNickName> <im:PersonNameDateRange> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:StartDate>... </nc:StartDate> <nc:EndDate>... </nc:EndDate> <nc:DateRangeAugmentationPoint>any content</nc:DateRangeAugmentationPoint> </im:PersonNameDateRange> </im:PersonNameAugmentation> </nc:UserPersonName>