2.2.4.2.2.14.3 PerspectiveCalculation
This complex type represents a calculation in a Perspective.
-
<xsd:complexType name="PerspectiveCalculation"> <xsd:all> <xsd:element name="Name" type="xsd:string"/> <xsd:element name="Type" > <xsd:simpleType> <xsd:restriction base="xsd:string" > <xsd:enumeration value="Member" /> <xsd:enumeration value="Set" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <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 |
---|---|---|---|
Name |
|
[Required] |
Indicates the name of the calculation. This is the UniqueName of the calculated member or set. |
Type |
|
[Required] |
Indicates the type of the calculation. The enumeration values are the following: Member: Calculated member Set: Named set |
Annotations |
|
Empty |
A collection of Annotation objects. |