PhasesType

Type:
PhasesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
An extensibility phase represents a point in a workflow where control can be passed to an extension. Each phase may define its own message format for communicating with the extension.
Since:
16.0
Schema:
selectorExtensibility.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<PhasesType xmlns="http://www.vmware.com/vcloud/v1.5">
    <Phase name="PhasesType/Phase/name" type="PhasesType/Phase/type" optional="PhasesType/Phase/optional"/>
</PhasesType>

Elements

Element Type Required Modifiable Since Deprecated Description
Phase PhasesType/Phase Yes always 16.0 A point in a workflow where object extensibility is supported. A phase is identified by a URN of the form urn:extensionPoint:{entity}:{entity_operation...}. A Phase can have a cardinality of 1-n selector extensions. This cardinality is a property of the individual phase.