complexType "DimensionIntersectType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean : "true" |
|
= |
xs:string |
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Identifies the point at which the scales of a multidimensional scale intersect. May include all or a subset of dimensions intersecting at a given point. Repeat for multiple intersect points.
XML Source (w/o annotations (4); see within schema source)
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedDimension" type="xs:integer"/>
</xs:sequence>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
forAllDimensions
-
Type: |
xs:boolean, predefined |
Use: |
optional |
If different dimensions intersect at different values list each set in a separate DimensionIntersect and list each dimension included by an IncludeDimension.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
intersectValue
-
Type: |
xs:string, predefined |
Use: |
optional |
The value at which the dimensions intersect.
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 1/1)
-
Type: |
xs:integer, predefined, simple content |
List by repetition all dimensions intersecting at this value by Dimension Number.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedDimension" type="xs:integer"/>
|