2.2.5.35 MappedColumnTypes
Namespace: http://www.microsoft.com/performancepoint/scorecards
This simple type specifies the classification of a mapped column in DataColumnMapping (see section 2.2.4.84).
-
<xs:simpleType name="MappedColumnTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Ignore"/> <xs:enumeration value="Fact"/> <xs:enumeration value="Dimension"/> <xs:enumeration value="TimeDimension"/> <xs:enumeration value="Key"/> </xs:restriction> </xs:simpleType>
The following table specifies the allowable values for the MappedColumnTypes simple type.
Value |
Meaning |
---|---|
Ignore |
The ignore type indicates that the mapped column in DataColumnMapping MUST be ignored. |
Fact |
The mapped column contains fact data. A fact column type MUST have an associated FactAggregations (see section 2.2.5.18). |
Dimension |
The mapped column contains dimension (see section 2.2.4.90) members. |
TimeDimension |
|
Key |
The mapped column is the key column for columns mapped as Dimension (see section 2.2.4.90). |