cyfs: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/cyfs/3.1/
Schema document: domains/cyfs/3.1/cyfs.xsd
Type: cyfs:MetadataType
Properties: Global, Qualified, Nillable
NIEM properties:
- Applies to: structures:ObjectType
- Applies to: structures:AssociationType
Content
- cyfs:CreationDate [0..*]A date a record was created.
- cyfs:LastUpdatedTrackingID [0..*]An identifier of the person or program which made the most recent update.
- cyfs: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 | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:MetadataType |
Sample instance
<cyfs:Metadata> <cyfs:CreationDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <intel:DayDate>---31</intel:DayDate> <nc:DateAccuracy>any content</nc:DateAccuracy> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </cyfs:CreationDate> <cyfs:LastUpdatedTrackingID>string</cyfs:LastUpdatedTrackingID> <cyfs:ProtectedHealthInformationIndicator>true</cyfs:ProtectedHealthInformationIndicator> </cyfs:Metadata>