vCloud API - Metadata
MetadataType
- Element:
- Metadata
- Type:
- MetadataType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- User-defined metadata associated with with an object.
- Since:
- 1.5
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- ResourceType
- XML Representation:
- <Metadata xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<MetadataEntry href="xs:anyURI" type="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
<Domain visibility="xs:string"/>
<Key> xs:string </Key>
<TypedValue/>
</MetadataEntry>
</Metadata>
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 1.5 The URI of the entity. type string No always 1.5 The MIME type of the entity. Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 1.5 A reference to an entity or operation associated with this object. MetadataEntry MetadataEntryType No always 1.5 A single metadata entry, including access domain and visibility controls. VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.