complexType "RankingRepresentationBaseType"
Namespace:
Content:
complex, 3 attributes, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
Content Model Elements (3):
GenericOutputFormat, RankingRange, RecommendedDataType
Known Direct Subtypes (1):
RankingDomainType
All Direct / Indirect Based Elements (1):
RankingDomain
Known Usage Locations
Annotation
A means of capturing the representation of Ranking to be used as a response domain used by a question. In addition to the basic objects of the representation, the structure defines the range used for ranking including the number of times an individual value may be repeated.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  RankingRepresentationBaseType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="RankingRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element ref="RankingRange"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
RankingRange
Type:
RankingRangeType, complex content
The allowed values expressed using Range (allows for non-numeric values). In addition, defines the number of times a value may be used in expressing a ranking.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="RankingRange"/>

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