{
"version": 1,
"lastModificationDate": "2019-03-25T10:25:46.212Z",
"propertyDefinition": [
{
"id": "system:objectId",
"description": "Id of the object",
"propertyType": "id",
"cardinality": "single",
"required": false
},
{
"id": "system:baseTypeId",
"description": "Id of the base object-type for the object",
"propertyType": "id",
"cardinality": "single",
"required": false
},
...
{
"id": "appEmail:from",
"description": "field for the e-mail sender",
"propertyType": "string",
"cardinality": "single",
"required": false
},
...
{
"id": "tenNyc999:myname",
"propertyType": "string",
"cardinality": "single",
"required": false
},
{
"id": "tenNyc999:mydate",
"propertyType": "datetime",
"cardinality": "single",
"required": false
}
],
"typeDocumentDefinition": [
{
"id": "system:document",
"localNamespace": "urn:optimal-systems.de:dmscloud:system",
"description": "decribes the base document type",
"baseId": "system:document",
"propertyReference": [
{
"value": "system:objectId"
},
{
"value": "system:baseTypeId"
},
...
],
"contentStreamAllowed": "allowed"
},
{
"id": "appEmail:email",
"baseId": "system:document",
"propertyReference": [
{
"value": "appEmail:from"
},
...
],
"contentStreamAllowed": "required",
"secondaryObjectTypeId": [
"system:rmDestructionRetention"
]
},
...
{
"id": "tenNyc999:mydocument",
"baseId": "system:document",
"propertyReference": [
{
"value": "tenNyc999:myname"
},
{
"value": "tenNyc999:mydate"
}
],
"contentStreamAllowed": "required"
}
],
"typeSecondaryDefinition": [
{
"id": "system:secondary",
"localNamespace": "urn:optimal-systems.de:dmscloud:system",
"description": "decribes the base secondary type",
"baseId": "system:secondary",
"propertyReference": []
},
{
"id": "system:rmDestructionRetention",
"localNamespace": "urn:optimal-systems.de:dmscloud:system",
"baseId": "system:secondary",
"propertyReference": [
{
"value": "system:rmExpirationDate"
},
{
"value": "system:rmStartOfRetention"
},
{
"value": "system:rmDestructionDate"
}
]
}
]
} |