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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:Metadata

Provides additional information about an object.

Element information

Namespace: http://usdoj.gov/leisp/lexs/digest/3.1

Schema document: digest/3.1/digest.xsd

Type: lexsdigest:MetadataType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
      from type nc:MetadataType
    1. nc:CommentText [0..1]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:ReportedDate [0..1]A date information was observed, measured, identified, or became known.
    8. 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.
    9. lexsdigest:LogicalIDText [0..1]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.

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDThe id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes.from type s:MetadataType

Used in

Sample instance

<lexsdigest:Metadata s:id="MPer1">
   <nc:SourceIDText>Per12346</nc:SourceIDText>
</lexsdigest:Metadata>