complexType "RankingRangeType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:integer : "1"
   
>
   
Content: 
</...>
Content Model Elements (3):
MaximumValue, MinimumValue, RangeUnit
All Direct / Indirect Based Elements (1):
RankingRange
Known Usage Locations
Annotation
Describes the range of values used in the ranking system using Range and sets the number of times a single value can be repeated.
Type Definition Detail
Type Derivation Tree
RangeType (extension)
  RankingRangeType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="RankingRangeType">
<xs:complexContent>
<xs:extension base="RangeType">
<xs:attribute default="1" name="maximumRepetitionOfSingleValue" type="xs:integer"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
maximumRepetitionOfSingleValue
Type:
xs:integer, predefined
Use:
optional
Allows values to be expressed more than once, for example if respondent can specify a "tie" by repeating a single value.
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="maximumRepetitionOfSingleValue" type="xs:integer"/>

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