complexType "DimensionIntersectType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (1):
IncludedDimension
All Direct / Indirect Based Elements (1):
DimensionIntersect
Known Usage Locations
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:complexType name="DimensionIntersectType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedDimension" type="xs:integer"/>
</xs:sequence>
<xs:attribute default="true" name="forAllDimensions" type="xs:boolean"/>
<xs:attribute name="intersectValue" type="xs:string"/>
</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
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="forAllDimensions" type="xs:boolean"/>

intersectValue
Type:
xs:string, predefined
Use:
optional
The value at which the dimensions intersect.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="intersectValue" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
IncludedDimension
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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set