cbrn:PersonName
Identifier for a person in the form of a person's actual name.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
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.
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 |
Used in
- Type cbrn:AcknowledgementDataType (Element cbrn:AcknowledgementData)
- Type cbrn:InspectionDataType (Element cbrn:InspectionData)
- Type cbrn:RequestDataType (Element cbrn:RequestData)
- Type cbrn:SystemEventType (Element cbrn:SystemEvent)
- Type cbrn:MessageStatusType via extension of cbrn:SystemEventType (Element cbrn:MessageStatus)
- Type cbrn:SecondaryInspectionReferralType via extension of cbrn:InspectionDataType (Element cbrn:SecondaryInspectionReferral)
- Type cbrn:SecondaryInspectionResolutionType via extension of cbrn:InspectionDataType (Element cbrn:SecondaryInspectionResolution)
Substitution hierarchy
- cbrn:UserName
- can be substituted with cbrn:PersonName
Sample instance
<cbrn: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> </cbrn:PersonName>