DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CohortType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    rank
 = 
xs:integer
    >
   
Content: 
CategoryReference?, CodeValue?, Range*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines a dimension and its value.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CohortType">
<xs:sequence>
<xs:element minOccurs="0" ref="CategoryReference"/>
<xs:element minOccurs="0" name="CodeValue" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>
</xs:sequence>
<xs:attribute name="rank" type="xs:integer" use="required"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
rank
Type:
xs:integer, predefined
Use:
required
Provides coordinate order (1,2,n).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rank" type="xs:integer" use="required"/>
Content Element Detail (defined in this component only; 3/3)
CategoryReference
Type:
r:ReferenceType, complex content
Provides the specific category of the variable included.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CategoryReference"/>

CodeValue
Type:
xs:string, predefined, simple content
The value attached to that category in a code scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CodeValue" type="xs:string"/>

Range
Type:
RangeType, complex content
Indicates that the Cube contains only a limited number of categories from the code scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set