You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Definition: ComponentIdentifier
"Identifier for mdJSON components to support within metadata record referencing, provide uniqueness assurance, referential integrity enforcement and labeling for user identification"
Rules:
optional
Element Definitions:
identifier: (identifier) "System identifier for an mdJSON component"
componentDate: [ dateTime ] "System date and time when the component was last updated"
componentName: ( character ) "User defined name of a component"
Rules:
identifier: required, maximum one
componentDate: required, maximum one
mdJson:
{
"componentIdentifier":
{
"identifier": { } "System generated id",
"componentDate": { } "2019-06-11T09:00:00",
"componentName": { } "User defined name of a component"
}
}
The text was updated successfully, but these errors were encountered:
dwalt
changed the title
New Class - Component Identifier
New Class - ComponentIdentifier
Oct 21, 2022
Class Definition: ComponentIdentifier
"Identifier for mdJSON components to support within metadata record referencing, provide uniqueness assurance, referential integrity enforcement and labeling for user identification"
Rules:
Element Definitions:
Rules:
mdJson:
The text was updated successfully, but these errors were encountered: