hs:Metadata
Information that further qualifies primary juvenile data; data about data. A typical use is internal tracking IDs.
Element information
Namespace: http://release.niem.gov/niem/domains/humanServices/4.0/
Schema document: domains/humanServices/4.0/hs.xsd
Type: hs:MetadataType
Properties: Global, Qualified, Nillable
NIEM properties:
- Applies to: structures:ObjectType
- Applies to: structures:AssociationType
Content
- hs:CreationDate [0..*]A date a record was created.
- hs:LastUpdatedTrackingID [0..*]An identifier of the person or program which made the most recent update.
- hs:ProtectedHealthInformationIndicator [0..*]True if a piece of information is Protected Health Information (PHI); false otherwise.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:MetadataType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:MetadataType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:MetadataType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:MetadataType |
Sample instance
<hs:Metadata> <hs:CreationDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </hs:CreationDate> <hs:LastUpdatedTrackingID>string</hs:LastUpdatedTrackingID> <hs:ProtectedHealthInformationIndicator>true</hs:ProtectedHealthInformationIndicator> </hs:Metadata>