complexType "SelectDimensionType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:nonNegativeInteger |
|
= |
xs:boolean |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
/> |
All Direct / Indirect Based Elements (1):
-
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:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
<xs:attribute name="allValues" type="xs:boolean"/>
</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)
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)
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)