IMP Object Types
Below are the Flex object types that support IMP:
IMP Asset
The IMP asset type is treated as both a package and a group asset. This means that it can have group members, much in the same way as an ordinary group asset. The members of an IMP asset reference the package components, such as CPL, MXFs, images, OPL, and media assets. The IMP technical details reference the imported asset map and PKL metadata information, stored internally in ArangoDB. This metadata is saved using Flex metadata definitions taken from the asset map and PKL XML schemas.
You can create and manage composition asset tracks and asset tracks, using the REST API:
GET:/api/assets/{uuid1}/compositionAssetTracks/{uuid2}: Retrieves all composition asset track(s) for a CPL, along with the asset track data.
POST: /api/assets/{uuid1}/compositionAssetTracks: Creates a new composition asset track for a CPL asset and sets the properties.
Body:
{
uuid: <value>,
name: <value>
}
PUT: /api/assets/{uuid1}/compositionAssetTracks/{uuid2}</samp>: Updates a composition asset track for a CPL asset.
Body:
{
name:<value>
}
GET: /api/assets/{uuid1}/compositionAssetTracks/{uuid2}/assetTracks</samp>: Retrieves existing asset tracks along with the asset track data.
POST: /api/assets/{uuid1}/compositionAssetTracks/{uuid2}/assetTracks</samp>: Creates a new asset track for a CPL asset and sets the properties.
Body:
{
uuid:<value>,
name:<value>,
trackType:<value>,
sequenceUuid:<value>,
trackUuid:<value>
}
PUT:/api/assets/{uuid1}/compositionAssetTracks/{uuid2}/assetTracks/{uuid3}</samp>: Updates composition asset tracks for a CPL asset.
Body:
{
name:<value>,
trackType:<value>,
sequenceUuid:<value>,
trackUuid:<value>
}
CPL Asset
The CPL asset references a Composition Asset Track. This contains 0 or multiple asset tracks (these are Flex entities following IMP resource definitions). CPL assets are created using the same REST endpoint as for media assets.
Asset tracks reference Flex sequences for each track type, for example: images, audio tracks, and subtitles. A Flex sequence represents each of the MXF compositions per track type in the CPL.
The CPL technical details reference imported CPL metadata information, stored internally in ArangoDB. This metadata is saved using the Flex metadata definitions taken from CPL XML schemas.
IMP Media Assets
Media assets support EssenceDescriptors. An EssenceDescriptor relates to technical metadata for an asset, and provides additional technical metadata for an MXF. Media asset technical details reference imported EssenceDescriptors as raw JSON (stored internally in ArangoDB).
IMP also supports TextStreamContext in media assets. TextStreamContext is technical metadata for subtitle assets. MXF assets can have video and/or audio and/or subtitle (text) streams. /api/assets/{assetId} REST endpoint can be used to retrieve and update this information.
AssetMap, CPL And PKL Metadata Definitions (JSON)
Example Metadata for an Asset Map
{
"definitionId": 101836,
"name": "root",
"definition": [
{
"id": 101837,
"name": "id",
"displayName": "Id",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101838,
"name": "annotation-text",
"displayName": "Annotation Text",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101839,
"name": "annotation-text-value",
"displayName": "Annotation Text Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101840,
"name": "annotation-text-language",
"displayName": "Annotation Text Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101841,
"name": "creator",
"displayName": "Creator",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101842,
"name": "creator-value",
"displayName": "Creator Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101843,
"name": "creator-language",
"displayName": "Creator Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101844,
"name": "volume-count",
"displayName": "Volume Count",
"description": null,
"type": "integer",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": "#",
"formatDescription": "#",
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101845,
"name": "issue-date",
"displayName": "Issue Date",
"description": null,
"type": "time",
"searchable": false,
"editable": true,
"required": false,
"formType": "time",
"format": "yyyy-MM-dd HH:mm:ss",
"formatDescription": "yyyy-MM-dd HH:mm:ss",
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"timeZone": "UTC",
"locale": "en_GB"
},
{
"id": 101846,
"name": "issuer",
"displayName": "Issuer",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101847,
"name": "issuer-value",
"displayName": "Issuer Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101848,
"name": "issuer-language",
"displayName": "Issuer Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
}
],
"rules": [
{
"source": {
"id": 101837,
"name": "id",
"expression": "{true}",
"path": "root:id[0]"
},
"targets": [
{
"id": 101840,
"name": "annotation-text-language",
"path": "root:annotation-text[1]:annotation-text-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101843,
"name": "creator-language",
"path": "root:creator[2]:creator-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101848,
"name": "issuer-language",
"path": "root:issuer[5]:issuer-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
}
]
}
]
}
Example Metadata for a CPL
{
"definitionId": 101757,
"name": "root",
"definition": [
{
"id": 101758,
"name": "id",
"displayName": "Id",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101759,
"name": "issue-date",
"displayName": "Issue Date",
"description": null,
"type": "time",
"searchable": false,
"editable": true,
"required": false,
"formType": "time",
"format": "yyyy-MM-dd HH:mm:ss",
"formatDescription": "yyyy-MM-dd HH:mm:ss",
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"timeZone": "UTC",
"locale": "en_GB"
},
{
"id": 101760,
"name": "content-title",
"displayName": "Content Title",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101761,
"name": "content-title-value",
"displayName": "Content Title Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101762,
"name": "content-title-language",
"displayName": "Content Title Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101763,
"name": "content-kind",
"displayName": "Content Kind",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101764,
"name": "content-kind-value",
"displayName": "Content Kind Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101765,
"name": "content-kind-scope",
"displayName": "Content Kind Scope",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101766,
"name": "content-originator",
"displayName": "Content Originator",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101767,
"name": "content-originator-value",
"displayName": "Content Originator Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101768,
"name": "content-originator-language",
"displayName": "Content Originator Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101769,
"name": "annotation",
"displayName": "Annotation",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101770,
"name": "annotation-value",
"displayName": "Annotation Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101771,
"name": "annotation-language",
"displayName": "Annotation Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101772,
"name": "creator",
"displayName": "Creator",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101773,
"name": "creator-value",
"displayName": "Creator Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101774,
"name": "creator-language",
"displayName": "Creator Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101775,
"name": "issuer",
"displayName": "Issuer",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101776,
"name": "issuer-value",
"displayName": "Issuer Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101777,
"name": "issuer-language",
"displayName": "Issuer Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101778,
"name": "schema-version",
"displayName": "Schema Version",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101779,
"name": "edit-rate",
"displayName": "Edit Rate",
"description": null,
"type": "long",
"multiplicity": "1..*",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": "#,##0.###",
"formatDescription": "#,##0.###",
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101780,
"name": "content-version-list",
"displayName": "Content Version List",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101781,
"name": "content-version",
"displayName": "Content Version",
"description": null,
"type": "complex",
"multiplicity": "1..*",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101782,
"name": "content-version-id",
"displayName": "Content Version Id",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101783,
"name": "label-text",
"displayName": "Label Text",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101784,
"name": "label-text-value",
"displayName": "Label Text Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101785,
"name": "label-text-language",
"displayName": "Label Text Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
}
]
}
]
},
{
"id": 101786,
"name": "locale-list",
"displayName": "Locale List",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101787,
"name": "locale",
"displayName": "Locale",
"description": null,
"type": "complex",
"multiplicity": "1..*",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101788,
"name": "locale-annotation",
"displayName": "Locale Annotation",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101789,
"name": "locale-annotation-value",
"displayName": "Locale Annotation Value",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101790,
"name": "locale-annotation-language",
"displayName": "Locale Annotation Language",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
},
{
"id": 101791,
"name": "content-maturity-list",
"displayName": "Content Maturity List",
"description": null,
"type": "complex",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101792,
"name": "content-maturity",
"displayName": "Content Maturity",
"description": null,
"type": "complex",
"multiplicity": "1..*",
"searchable": false,
"editable": false,
"required": false,
"formType": null,
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": [],
"children": [
{
"id": 101793,
"name": "agency",
"displayName": "Agency",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101794,
"name": "rating",
"displayName": "Rating",
"description": null,
"type": "string",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
}
]
},
{
"id": 101795,
"name": "language-list",
"displayName": "Language List",
"description": null,
"type": "string",
"multiplicity": "1..*",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
},
{
"id": 101796,
"name": "region-list",
"displayName": "Region List",
"description": null,
"type": "string",
"multiplicity": "1..*",
"searchable": false,
"editable": true,
"required": false,
"formType": "text",
"format": null,
"formatDescription": null,
"validation": null,
"maxLength": -1,
"expressionEnabled": false,
"validationDescription": null,
"validationHandler": null,
"valueGeneratorType": null,
"unitString": null,
"commentable": false,
"isVisible": true,
"preProcessors": []
}
]
}
]
}
],
"rules": [
{
"source": {
"id": 101758,
"name": "id",
"expression": "{true}",
"path": "root:id[0]"
},
"targets": [
{
"id": 101762,
"name": "content-title-language",
"path": "root:content-title[2]:content-title-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101768,
"name": "content-originator-language",
"path": "root:content-originator[4]:content-originator-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101771,
"name": "annotation-language",
"path": "root:annotation[5]:annotation-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101774,
"name": "creator-language",
"path": "root:creator[6]:creator-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101777,
"name": "issuer-language",
"path": "root:issuer[7]:issuer-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101785,
"name": "label-text-language",
"path": "root:content-version-list[10]:content-version[0]:label-text[1]:label-text-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
},
{
"id": 101790,
"name": "locale-annotation-language",
"path": "root:locale-list[11]:locale[0]:locale-annotation[0]:locale-annotation-language[1]",
"options": [
{
"type": "setVisible",
"value": false
}
]
}
]
}
]
}
Example Metadata For A PKL
```json { "definitionId": 101862, "name": "root", "definition": [ { "id": 101863, "name": "id", "displayName": "Id", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] }, { "id": 101864, "name": "annotation-text", "displayName": "Annotation Text", "description": null, "type": "complex", "searchable": false, "editable": false, "required": false, "formType": null, "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [], "children": [ { "id": 101865, "name": "annotation-text-value", "displayName": "Annotation Text Value", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] }, { "id": 101866, "name": "annotation-text-language", "displayName": "Annotation Text Language", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] } ] }, { "id": 101867, "name": "icon-id", "displayName": "Icon Id", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] }, { "id": 101868, "name": "issue-date", "displayName": "Issue Date", "description": null, "type": "time", "searchable": false, "editable": true, "required": false, "formType": "time", "format": "yyyy-MM-dd HH:mm:ss", "formatDescription": "yyyy-MM-dd HH:mm:ss", "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [], "timeZone": "UTC", "locale": "en_GB" }, { "id": 101869, "name": "issuer", "displayName": "Issuer", "description": null, "type": "complex", "searchable": false, "editable": false, "required": false, "formType": null, "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [], "children": [ { "id": 101870, "name": "issuer-value", "displayName": "Issuer Value", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] }, { "id": 101871, "name": "issuer-language", "displayName": "Issuer Language", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] } ] }, { "id": 101872, "name": "creator", "displayName": "Creator", "description": null, "type": "complex", "searchable": false, "editable": false, "required": false, "formType": null, "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [], "children": [ { "id": 101873, "name": "creator-value", "displayName": "Creator Value", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] }, { "id": 101874, "name": "creator-language", "displayName": "Creator Language", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] } ] }, { "id": 101875, "name": "group-id", "displayName": "Group Id", "description": null, "type": "string", "searchable": false, "editable": true, "required": false, "formType": "text", "format": null, "formatDescription": null, "validation": null, "maxLength": -1, "expressionEnabled": false, "validationDescription": null, "validationHandler": null, "valueGeneratorType": null, "unitString": null, "commentable": false, "isVisible": true, "preProcessors": [] } ], "rules": [ { "source": { "id": 101863, "name": "id", "expression": "{true}", "path": "root:id[0]" }, "targets": [ { "id": 101866, "name": "annotation-text-language", "path": "root:annotation-text[1]:annotation-text-language[1]", "options": [ { "type": "setVisible", "value": false } ] }, { "id": 101871, "name": "issuer-language", "path": "root:issuer[4]:issuer-language[1]", "options": [ { "type": "setVisible", "value": false } ] }, { "id": 101874, "name": "creator-language", "path": "root:creator[5]:creator-language[1]", "options": [ { "type": "setVisible", "value": false } ] } ] } ] } ```
Asset Map, CPL And PKL Metadata Definitions (XML)
Example Metadata for an Asset Map
<?xml version="1.0" encoding="UTF-8"?>
<mio-objects>
<mio-object>
<id>12932</id>
<name>imf_am_st0429_9_2007</name>
<type>metadata-definition</type>
<description><![CDATA[]]></description>
<created>2018-07-03 19:10:21.0</created>
<enabled>true</enabled>
<approved>false</approved>
<deleted>false</deleted>
<owner>superuser</owner>
<account>Root Account</account>
<visibility>Root Account</visibility>
<metadata-definition>
<metadata id="103929" name="root" display_name="IMP" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<children>
<string id="103930" name="id" display_name="Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<complex id="103931" name="annotation-text" display_name="Annotation Text" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103932" name="annotation-text-value" display_name="Annotation Text Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103933" name="annotation-text-language" display_name="Annotation Text Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103934" name="creator" display_name="Creator" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103935" name="creator-value" display_name="Creator Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103936" name="creator-language" display_name="Creator Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<integer id="103937" name="volume-count" display_name="Volume Count" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
<format>#</format>
<format-description>#</format-description>
</integer>
<time id="103938" name="issue-date" display_name="Issue Date" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>time</form-type>
<format>yyyy-MM-dd HH:mm:ss</format>
<format-description>yyyy-MM-dd HH:mm:ss</format-description>
<user-locale>en_GB</user-locale>
<user-timezone>UTC</user-timezone>
</time>
<complex id="103939" name="issuer" display_name="Issuer" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103940" name="issuer-value" display_name="Issuer Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103941" name="issuer-language" display_name="Issuer Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
</children>
<metadatadefinitionversion>1</metadatadefinitionversion>
<rules>
<rule>
<source path="root:id[0]" expression="{true}"/>
<target path="root:annotation-text[1]:annotation-text-language[1]">
<set-visible value="false"/>
</target>
<target path="root:creator[2]:creator-language[1]">
<set-visible value="false"/>
</target>
<target path="root:issuer[5]:issuer-language[1]">
<set-visible value="false"/>
</target>
</rule>
</rules>
</metadata>
</metadata-definition>
<mio-entity classname="tv.nativ.mio.enterprise.object.metadata.MetadataDefinitionEntity">
<id>12932</id>
</mio-entity>
</mio-object>
</mio-objects>
Example Metadata for a CPL
<?xml version="1.0" encoding="UTF-8"?>
<mio-objects>
<mio-object>
<id>11716</id>
<name>imf_cpl_st2067_3_2016</name>
<type>metadata-definition</type>
<description><![CDATA[]]></description>
<created>2018-06-29 15:31:36.0</created>
<enabled>true</enabled>
<approved>false</approved>
<deleted>false</deleted>
<owner>superuser</owner>
<account>Root Account</account>
<visibility>Root Account</visibility>
<metadata-definition>
<metadata id="103325" name="root" display_name="CPL" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<children>
<string id="103326" name="id" display_name="Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<time id="103327" name="issue-date" display_name="Issue Date" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>time</form-type>
<format>yyyy-MM-dd HH:mm:ss</format>
<format-description>yyyy-MM-dd HH:mm:ss</format-description>
<user-locale>en_GB</user-locale>
<user-timezone>UTC</user-timezone>
</time>
<complex id="103328" name="content-title" display_name="Content Title" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103329" name="content-title-value" display_name="Content Title Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103330" name="content-title-language" display_name="Content Title Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103331" name="content-kind" display_name="Content Kind" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103332" name="content-kind-value" display_name="Content Kind Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103333" name="content-kind-scope" display_name="Content Kind Scope" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103334" name="content-originator" display_name="Content Originator" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103335" name="content-originator-value" display_name="Content Originator Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103336" name="content-originator-language" display_name="Content Originator Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103337" name="annotation" display_name="Annotation" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103338" name="annotation-value" display_name="Annotation Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103339" name="annotation-language" display_name="Annotation Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103340" name="creator" display_name="Creator" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103341" name="creator-value" display_name="Creator Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103342" name="creator-language" display_name="Creator Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103343" name="issuer" display_name="Issuer" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103344" name="issuer-value" display_name="Issuer Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103345" name="issuer-language" display_name="Issuer Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<string id="103346" name="schema-version" display_name="Schema Version" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<long id="103347" name="edit-rate" display_name="Edit Rate" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
<format>#,##0.###</format>
<format-description>#,##0.###</format-description>
</long>
<complex id="103348" name="content-version-list" display_name="Content Version List" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<complex id="103349" name="content-version" display_name="Content Version" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103350" name="content-version-id" display_name="Content Version Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<complex id="103351" name="label-text" display_name="Label Text" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103352" name="label-text-value" display_name="Label Text Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103353" name="label-text-language" display_name="Label Text Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
</children>
</complex>
</children>
</complex>
<complex id="103354" name="locale-list" display_name="Locale List" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<complex id="103355" name="locale" display_name="Locale" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<complex id="103356" name="locale-annotation" display_name="Locale Annotation" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103357" name="locale-annotation-value" display_name="Locale Annotation Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103358" name="locale-annotation-language" display_name="Locale Annotation Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103359" name="content-maturity-list" display_name="Content Maturity List" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<complex id="103360" name="content-maturity" display_name="Content Maturity" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103361" name="agency" display_name="Agency" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103362" name="rating" display_name="Rating" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
</children>
</complex>
<string id="103363" name="language-list" display_name="Language List" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103364" name="region-list" display_name="Region List" commentable="false" multiplicity="1..*">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
</children>
</complex>
</children>
<metadatadefinitionversion>1</metadatadefinitionversion>
<rules>
<rule>
<source path="root:id[0]" expression="{true}"/>
<target path="root:content-title[2]:content-title-language[1]">
<set-visible value="false"/>
</target>
<target path="root:content-originator[4]:content-originator-language[1]">
<set-visible value="false"/>
</target>
<target path="root:annotation[5]:annotation-language[1]">
<set-visible value="false"/>
</target>
<target path="root:creator[6]:creator-language[1]">
<set-visible value="false"/>
</target>
<target path="root:issuer[7]:issuer-language[1]">
<set-visible value="false"/>
</target>
<target path="root:content-version-list[10]:content-version[0]:label-text[1]:label-text-language[1]">
<set-visible value="false"/>
</target>
<target path="root:locale-list[11]:locale[0]:locale-annotation[0]:locale-annotation-language[1]">
<set-visible value="false"/>
</target>
</rule>
</rules>
</metadata>
</metadata-definition>
<mio-entity classname="tv.nativ.mio.enterprise.object.metadata.MetadataDefinitionEntity">
<id>11716</id>
</mio-entity>
</mio-object>
</mio-objects>
Example Metadata For A PKL
<?xml version="1.0" encoding="UTF-8"?>
<mio-objects>
<mio-object>
<id>12728</id>
<name>imf_pkl_st2067_2_2016</name>
<type>metadata-definition</type>
<description><![CDATA[]]></description>
<created>2018-07-03 14:47:55.0</created>
<enabled>true</enabled>
<approved>false</approved>
<deleted>false</deleted>
<owner>superuser</owner>
<account>Root Account</account>
<visibility>Root Account</visibility>
<metadata-definition>
<metadata id="103828" name="root" display_name="PKL" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<children>
<string id="103829" name="id" display_name="Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<complex id="103830" name="annotation-text" display_name="Annotation Text" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103831" name="annotation-text-value" display_name="Annotation Text Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103832" name="annotation-text-language" display_name="Annotation Text Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<string id="103833" name="icon-id" display_name="Icon Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<time id="103834" name="issue-date" display_name="Issue Date" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>time</form-type>
<format>yyyy-MM-dd HH:mm:ss</format>
<format-description>yyyy-MM-dd HH:mm:ss</format-description>
<user-locale>en_GB</user-locale>
<user-timezone>UTC</user-timezone>
</time>
<complex id="103835" name="issuer" display_name="Issuer" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103836" name="issuer-value" display_name="Issuer Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103837" name="issuer-language" display_name="Issuer Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<complex id="103838" name="creator" display_name="Creator" commentable="false">
<searchable>false</searchable>
<editable>false</editable>
<required>false</required>
<form-type></form-type>
<children>
<string id="103839" name="creator-value" display_name="Creator Value" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
<string id="103840" name="creator-language" display_name="Creator Language" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
</complex>
<string id="103841" name="group-id" display_name="Group Id" commentable="false">
<searchable>false</searchable>
<editable>true</editable>
<required>false</required>
<form-type>text</form-type>
</string>
</children>
<metadatadefinitionversion>1</metadatadefinitionversion>
<rules>
<rule>
<source path="root:id[0]" expression="{true}"/>
<target path="root:annotation-text[1]:annotation-text-language[1]">
<set-visible value="false"/>
</target>
<target path="root:issuer[4]:issuer-language[1]">
<set-visible value="false"/>
</target>
<target path="root:creator[5]:creator-language[1]">
<set-visible value="false"/>
</target>
</rule>
</rules>
</metadata>
</metadata-definition>
<mio-entity classname="tv.nativ.mio.enterprise.object.metadata.MetadataDefinitionEntity">
<id>12728</id>
</mio-entity>
</mio-object>
</mio-objects>
Comments
0 comments
Please sign in to leave a comment.