mdJson-schemas
mdJson-schemas copied to clipboard
New Class - Revision
Class Definition: revision "history of the revision of an event"
Rules:
- [ ] optional
Element Definitions:
- description: ( character ) "description of the revision"
- responsibleParty: [ responsibility ] "individual or organization responsible for the revision"
- dateInfo: [ date ] "information about dates related to the revision"
Rules:
- [ ] description: required
- [ ] responsibleParty: required
- [ ] dateInfo: required
mdJSON:
{
"acquisition": [
{
"instrumentationEventList": [
{
"instrumentationEvent": [
{
"revision":
{
"description": { },
"responsibleParty": [ ],
"dateInfo": [ ]
}
}
]
}
]
}
]
}
#254 #251