customMetadataResponse element

Type: customMetadataResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Envelope for a custom metadata list response.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <customMetadataResponse> <data> <customMetadata> <namespace>...</namespace> <key>...</key> <value>...</value> <readOnly>...</readOnly> </customMetadata> <customMetadata> <!--...--> </customMetadata> <!--...more "customMetadata" elements...--> </data> </customMetadataResponse>