complexType "universeType"
Namespace:
Content:
mixed (allows character data), 14 attributes, 26 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 attributes
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:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
 = 
("I" | "E") : "I"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      conceptualTextType (extension)
          universeType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="true" name="universeType">
<xs:complexContent>
<xs:extension base="conceptualTextType">
<xs:attribute name="level" type="xs:string"/>
<xs:attribute default="I" name="clusion">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="I"/>
<xs:enumeration value="E"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
clusion
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Groups included (I) in or excluded (E) from the universe.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"I", "E"
Default:
"I"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"I", "E"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="I" name="clusion">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="I"/>
<xs:enumeration value="E"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

level
Type:
xs:string, predefined
Use:
optional
Coding of the level to which universe applies, i.e., the study level, the file level (if different from study), the record group, the variable group, the nCube group, the variable, or the nCube level.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="level" type="xs:string"/>

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