nc:Metadata
Information that further qualifies primary data; data about data.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:MetadataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AdministrativeID [0..*] An identifier generated locally within a processing system used to identify sub-records within an entity of interest record.
- nc:CommentText [0..*] A remark, explanation, or observation.
- nc:CommentTitleText [0..*] A name of a comment.
- nc:DistributionText [0..*] Allowable recipients of information; dissemination statement or instructions.
- nc:EffectiveDate [0..*] A date that information take effect.
- nc:ExpirationDate [0..*] A date after which information is no longer valid.
- nc:LanguageText [0..*] A language in which the data content is recorded.
- nc:LastUpdatedDate [0..*] A date information was last modified.
- nc:LastVerifiedDate [0..*] A date information was last checked for accuracy.
- nc:ProbabilityNumeric [0..*] A decimal value that indicates computed likelihood that what the content is true or accurate. This value is based on a calculation of probability of occurrence or truth.
- nc:QualityCommentText [0..*] A remark, explanation, or observation regarding the accuracy or trustworthiness of the information.
- nc:QualityCommentTitleText [0..*] The name or title of a remark, explanation, or observation regarding the accuracy or trustworthiness of the information.
- nc:QualityValidityCode [0..*] A likelihood that the information is accurate or trustworthy.
- nc:ReliabilityNumeric [0..*] A value that indicates belief that content is accurate or trustworthy.
- nc:ReportedDate [0..*] A date information was observed, measured, identified, or became known.
- nc:ReportingOrganizationText [0..*] A name, identifier, or reference of an organization that provided the information.
- nc:ReportingPersonRoleText [0..*] A type, responsibility, or role of a person who provided the information.
- nc:ReportingPersonText [0..*] A name, identifier, or reference of a person who provided the information.
- nc:SensitivityText [0..*] A sensitivity level of the information.
- nc:CreatorName [0..*] A name of an entity primarily responsible for generating or producing the information.
- nc:DescriptionText [0..*] A description of the information.
- nc:SourceIDText [0..*] A number or string set by a data provider so that information that is sent can be retraced back to its source.
- nc:SourceContactPersonText [0..*] A person who can answer questions about the information.
- nc:PublisherName [0..*] A name of an entity responsible for the publication of the information.
- nc:ReleaseDate [0..*] A date the information was first released for dissemination.
- nc:RepositoryID [0..*] An identifier assigned to the repository from which the information originated.
- nc:SourceText [0..*] A name, identifier, or reference of a resource from which the information was taken.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:MetadataType |
Sample instance
<nc:Metadata> <nc:AdministrativeID>string</nc:AdministrativeID> <nc:CommentText>string</nc:CommentText> <nc:CommentTitleText>string</nc:CommentTitleText> <nc:DistributionText>string</nc:DistributionText> <nc:EffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:EffectiveDate> <nc:ExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:ExpirationDate> <nc:LanguageText>string</nc:LanguageText> <nc:LastUpdatedDate> <nc:Date>2000-01-01</nc:Date> </nc:LastUpdatedDate> <nc:LastVerifiedDate> <nc:Date>2000-01-01</nc:Date> </nc:LastVerifiedDate> <nc:ProbabilityNumeric>1.0</nc:ProbabilityNumeric> <nc:QualityCommentText>string</nc:QualityCommentText> <nc:QualityCommentTitleText>string</nc:QualityCommentTitleText> <nc:QualityValidityCode>High</nc:QualityValidityCode> <nc:ReliabilityNumeric>1.0</nc:ReliabilityNumeric> <nc:ReportedDate> <nc:Date>2000-01-01</nc:Date> </nc:ReportedDate> <nc:ReportingOrganizationText>string</nc:ReportingOrganizationText> <nc:ReportingPersonRoleText>string</nc:ReportingPersonRoleText> <nc:ReportingPersonText>string</nc:ReportingPersonText> <nc:SensitivityText>string</nc:SensitivityText> <nc:CreatorName>string</nc:CreatorName> <nc:DescriptionText>string</nc:DescriptionText> <nc:SourceIDText>string</nc:SourceIDText> <nc:SourceContactPersonText>string</nc:SourceContactPersonText> <nc:PublisherName>string</nc:PublisherName> <nc:ReleaseDate> <nc:Date>2000-01-01</nc:Date> </nc:ReleaseDate> <nc:RepositoryID>string</nc:RepositoryID> <nc:SourceText>string</nc:SourceText> </nc:Metadata>