Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This complex type represents an Action in a Perspective.
-
<xsd:complexType name="PerspectiveAction"> <xsd:all> <xsd:element name="ActionID" type="xsd:string"/> <xsd:element name="Annotations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Annotation" type="Annotation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> </xsd:complexType>
|
Element |
Read-Only |
Default value |
Description |
|---|---|---|---|
|
ActionID |
|
[Required] |
The ID of the Action. |
|
Annotations |
|
Empty |
A collection of Annotation objects. |