MetaData details (interface v1.0.0)
Description
The MetaData element is optional and depending on the context, it can have properties specific to an asset (e.g. AssetId, AssetName etc.) or any other information. The value of the property corresponds to the element body.
MetadataType Xsd
Parameters
<Property>Attributes details | ||
---|---|---|
Name | Type | Description and typical value |
Name | xs:string | Name specifies the data field whose value is carried in the payload of this element. |
Sample
<ns:MetaData>
<ns:Property name=”AssetId” >LYS00001234</ns:Property >
<ns:Property name=”AssetName”> CMS4X001_SD.ts</ns:Property >
</ns:MetaData>