complexType "DistributionRepresentationBaseType"
Namespace:
Content:
complex, 4 attributes, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (3):
DistributionValue, GenericOutputFormat, RecommendedDataType
Known Direct Subtypes (1):
DistributionDomainType
All Direct / Indirect Based Elements (1):
DistributionDomain
Known Usage Locations
Annotation
Means of describing Distributions as a representation so that they can be used as a response domain questions. Primarily used as a response domain in a QuestionGrid. In addition to the base of objects of a representation the structure provides the total value to be distributed between the objects and the number of decimal positions allowed within a response.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  DistributionRepresentationBaseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DistributionRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element name="DistributionValue" type="xs:decimal"/>
</xs:sequence>
<xs:attribute name="decimalPositions" type="xs:integer"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/4)
decimalPositions
Type:
xs:integer, predefined
Use:
optional
Identifies the number of decimal points allowed for the expression of a response.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="decimalPositions" type="xs:integer"/>
Content Element Detail (all declarations; defined within this component only; 1/3)
DistributionValue
Type:
xs:decimal, predefined, simple content
Identifies the total value to be distributed among the designated objects.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DistributionValue" type="xs:decimal"/>

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