complexType "dmnsType"
Namespace:
Content:
complex, 10 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:string
 = 
xs:IDREF
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  dmnsType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="dmnsType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="cohort"/>
</xs:sequence>
<xs:attribute name="rank" type="xs:string"/>
<xs:attribute name="varRef" type="xs:IDREF"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/10)
rank
Type:
xs:string, predefined
Use:
optional
Coordinate order (rank="1", rank="2", etc.)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rank" type="xs:string"/>

varRef
Type:
xs:IDREF, predefined
Use:
optional
Points to the variable that makes up this dimension of the nCube.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="varRef" type="xs:IDREF"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
cohort
Type:
cohortType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="cohort"/>

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