Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:Metadata
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:Metadata

Metadata about an object.

Element information

Namespace: http://lexs.gov/digest/4.0

Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd

Type: lexsdigest:MetadataType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
      from type nc:MetadataType
    1. nc:CommentText [0..*]A remark, explanation, or observation.
    2. nc:DistributionText [0..*]Allowable recipients of information; dissemination statement or instructions.
    3. nc:EffectiveDate [0..1]A date that information take effect.
    4. nc:ExpirationDate [0..1]A date after which information is no longer valid.
    5. nc:LastUpdatedDate [0..1]A date information was last modified.
    6. nc:LastVerifiedDate [0..1]A date information was last checked for accuracy.
    7. nc:ProbabilityNumeric [0..1]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.
    8. nc:QualityCommentText [0..1]A remark, explanation, or observation regarding the accuracy or trustworthiness of the information.
    9. nc:QualityValidityCode [0..1]A likelihood that the information is accurate or trustworthy.
    10. nc:ReportedDate [0..1]A date information was observed, measured, identified, or became known.
    11. nc:ReportingOrganizationText [0..1]A name, identifier, or reference of an organization that provided the information.
    12. nc:SourceIDText [0..1]A number or string set by a data provider so that information that is sent can be retraced back to its source.
    13. lexsdigest:CapturingOrganizationText [0..1]A name, identifier, or reference of an organization that captured the information.
    14. lexsdigest:LogicalIDText [0..1]An identifier used to indicate that objects may be the same. For example, if information for two people is reported by a single data owner as having the same LogicalIDText, then consumers understand that those two people are believed to be the same.
    15. lexsdigest:NonCriminalIdentifierIndicator [0..1]True if an individual or organization is not reasonably suspected of involvement in criminal activity; false otherwise.
    16. lexsdigest:PrivacyInformationIndicator [0..1]True if a data owner considers this information subject to "DataOwner Privacy Policy" restrictions; false otherwise.
    17. lexsdigest:VerifyingOrganizationText [0..1]A name, identifier, or reference of an organization that verified the information.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:MetadataType

Used in

Sample instance

<lexsdigest:Metadata s:id="MPerson1">
   <nc:CommentText>Data entered by officer</nc:CommentText>
   <nc:DistributionText>This is the distribution of the information.</nc:DistributionText>
   <nc:EffectiveDate>
      <nc:Date>1967-08-13</nc:Date>
      <nc:DateAccuracyCode>Exact</nc:DateAccuracyCode>
   </nc:EffectiveDate>
   <nc:ExpirationDate>
      <nc:Date>1968-08-13</nc:Date>
      <nc:DateAccuracyCode>Circa</nc:DateAccuracyCode>
   </nc:ExpirationDate>
   <nc:LastUpdatedDate>
      <nc:Year>1967</nc:Year>
   </nc:LastUpdatedDate>
   <nc:LastVerifiedDate>
      <nc:YearMonth>1967-08</nc:YearMonth>
   </nc:LastVerifiedDate>
   <nc:ProbabilityNumeric>.5</nc:ProbabilityNumeric>
   <nc:QualityCommentText>Pretty good data</nc:QualityCommentText>
   <nc:QualityValidityCode>Medium</nc:QualityValidityCode>
   <nc:ReportedDate>
      <nc:Date>1967-08-13</nc:Date>
      <nc:DateAccuracyCode>Unknown</nc:DateAccuracyCode>
   </nc:ReportedDate>
   <nc:ReportingOrganizationText>Atlanta Office, GBI</nc:ReportingOrganizationText>
   <nc:SourceIDText>P123</nc:SourceIDText>
   <lexsdigest:LogicalIDText>L123</lexsdigest:LogicalIDText>
   <lexsdigest:PrivacyInformationIndicator>true</lexsdigest:PrivacyInformationIndicator>
   <lexsdigest:VerifyingOrganizationText>Atlanta Office, GBI</lexsdigest:VerifyingOrganizationText>
</lexsdigest:Metadata>