complexType "CohortType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines the included values of a dimension by means of individual value references or by defining a range of values to include. Allows the included values to be identified by reference to the Code, the Category used by the Code, or the Value of the Code (which by definition should be unique). The dimension is identified by its rank value.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CohortType">
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CategoryReference"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CodeReference"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Range"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
rank
Type:
xs:nonNegativeInteger, predefined
Use:
required
Identify the dimension being described by its rank value within the NCube description.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
r:CategoryReference
Type:
r:ReferenceType, complex content
Reference to the Category represented by the Value of the Code assigned in a CodeList. Repeat for including multiple values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CategoryReference"/>

r:CodeReference
Type:
r:ReferenceType, complex content
Reference to the Code within the CodeList used by the variable describing the dimension. Repeat for including multiple values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:CodeReference"/>

r:Range
Type:
r:RangeType, complex content
Use when multiple values are included. This uses the unique Value provided for the Code as a means of identification. Provides the range of Values for this dimension that are within the area being defined. Repeat for non-contiguous values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Range"/>

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