complexType "SelectDimensionType"
Namespace:
Content:
empty, 5 attributes
Defined:
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
 = 
xs:boolean
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
For each dimension in the grid define the applicable values as "all values", a "specific value" or a range. If a rangeMinimum or rangeMaximum is provided without the other, the assumption is unbounded for the object not included.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="SelectDimensionType">
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
<xs:attribute name="allValues" type="xs:boolean"/>
<xs:attribute name="specificValue" type="xs:string"/>
<xs:attribute name="rangeMinimum" type="xs:string"/>
<xs:attribute name="rangeMaximum" type="xs:string"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 5/5)
allValues
Type:
xs:boolean, predefined
Use:
optional
If set to "true" applies to the full set of dimension values. If set to "false" use specificValue, rangeMinimum and rangeMaximum as appropriate to define the subset of values needed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="allValues" type="xs:boolean"/>

rangeMaximum
Type:
xs:string, predefined
Use:
optional
The inclusive maximum value of the range. Use when the values or subset of values are ordered and contiguous and may be expressed as a range.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rangeMaximum" type="xs:string"/>

rangeMinimum
Type:
xs:string, predefined
Use:
optional
The inclusive minimum value of the range. Use when the values or subset of values are ordered and contiguous and may be expressed as a range.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rangeMinimum" type="xs:string"/>

rank
Type:
xs:nonNegativeInteger, predefined
Use:
required
The rank value of the dimension for which the selection criteria apply.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>

specificValue
Type:
xs:string, predefined
Use:
optional
May contain a single value or a delimited array of values.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="specificValue" type="xs:string"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set