nc:PersonPrimaryLanguage
A capacity of a person for a language with which that person has the strongest familiarity.
Element information
Namespace: http://release.niem.gov/niem/niem-core/3.0/
Schema document: niem-core/3.0/niem-core.xsd
Type: nc:PersonLanguageType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- Choice [0..*]
- nc:LanguageCodeA system of words or symbols used for communication.
- nc:LanguageNameA name of a system of words or symbols used for communication.
from subst. group nc:Language - nc:PersonComprehendsSpokenLanguageIndicator [0..*]True if a person is able to grasp and understand the meaning of a language being spoken; false otherwise.
- nc:PersonReadsLanguageIndicator [0..*]True if a person is able to read a language; false otherwise.
- nc:PersonSpeaksLanguageIndicator [0..*]True if a person is able to speak a language; false otherwise.
- nc:PersonWritesLanguageIndicator [0..*]True if a person is able to write a language; false otherwise.
- nc:PersonLanguageAugmentationPointAbstract [0..*]An augmentation point for PersonLanguageType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group nc:PersonLanguageAugmentationPoint
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 |
Used in
- Type biom:DNADonorType via extension of nc:PersonType (Element biom:DNADonor)
- Type it:RepresentativePersonType via extension of nc:PersonType (Element it:RepresentativePerson)
- Type j:MedicalPractitionerType via extension of nc:PersonType (Element j:MedicalPractitioner)
- Type nc:PersonType (Elements cyfs:Caregiver, cyfs:JuvenileGangMember, cyfs:JuvenilePlacementSupervisorPerson, cyfs:JuvenileStudent, cyfs:Parent, cyfs:PlacedJuvenile, cyfs:PlacementPerson ...more)
Sample instance
<nc:PersonPrimaryLanguage> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:LanguageCode>aaa</nc:LanguageCode> <nc:PersonComprehendsSpokenLanguageIndicator>true</nc:PersonComprehendsSpokenLanguageIndicator> <nc:PersonReadsLanguageIndicator>true</nc:PersonReadsLanguageIndicator> <nc:PersonSpeaksLanguageIndicator>true</nc:PersonSpeaksLanguageIndicator> <nc:PersonWritesLanguageIndicator>true</nc:PersonWritesLanguageIndicator> <nc:PersonLanguageAugmentationPoint>any content</nc:PersonLanguageAugmentationPoint> </nc:PersonPrimaryLanguage>