complexType "nCubeGrpType"
Namespace:
Content:
complex, 17 attributes, 6 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 9 attributes, 6 elements
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
 = 
("section" | "multipleResp" | "grid" | "display" | "repetition" | "subject" | "version" | "iteration" | "analysis" | "pragmatic" | "record" | "file" | "randomized" | "other") : "other"
 = 
xs:NMTOKEN
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:string
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  nCubeGrpType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="nCubeGrpType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="concept"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="defntn"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="universe"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notes"/>
</xs:sequence>
<xs:attribute default="other" name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="section"/>
<xs:enumeration value="multipleResp"/>
<xs:enumeration value="grid"/>
<xs:enumeration value="display"/>
<xs:enumeration value="repetition"/>
<xs:enumeration value="subject"/>
<xs:enumeration value="version"/>
<xs:enumeration value="iteration"/>
<xs:enumeration value="analysis"/>
<xs:enumeration value="pragmatic"/>
<xs:enumeration value="record"/>
<xs:enumeration value="file"/>
<xs:enumeration value="randomized"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otherType" type="xs:NMTOKEN" use="optional"/>
<xs:attribute name="nCube" type="xs:IDREFS"/>
<xs:attribute name="nCubeGrp" type="xs:IDREFS"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>
<xs:attribute name="methrefs" type="xs:IDREFS"/>
<xs:attribute name="pubrefs" type="xs:IDREFS"/>
<xs:attribute name="access" type="xs:IDREFS"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 9/17)
access
Type:
xs:IDREFS, predefined
Use:
optional
ID values of all elements in codeBook/stdyDscr/dataAccs of the document that describe access conditions for this nCube group.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS"/>

methrefs
Type:
xs:IDREFS, predefined
Use:
optional
Methodology and processing, references which record the ID values of all elements within the study methodology and processing section of the Study Description which might apply to the group. These elements include information on data collection and data appraisal (e.g., sampling, sources, weighting, data cleaning, response rates, and sampling error estimates).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="methrefs" type="xs:IDREFS"/>

name
Type:
xs:string, predefined
Use:
optional
A name, or short label, for the group.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string"/>

nCube
Type:
xs:IDREFS, predefined
Use:
optional
Space delimited list of the IDs of all the nCubes that are immediate children of the nCube group.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="nCube" type="xs:IDREFS"/>

nCubeGrp
Type:
xs:IDREFS, predefined
Use:
optional
Space delimited list of the IDs of all the nCube groups that are immediate children of the nCube group. The inclusion of a nCubeGrp brings in all of its members. Members of the included nCubeGrp should not be separately listed in either "nCube" or "nCubeGrp".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="nCubeGrp" type="xs:IDREFS"/>

otherType
Type:
xs:NMTOKEN, predefined
Use:
optional
Should only be used when applying a controlled vocabulary, and when the type attribute has been given a value of "other". Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherType" type="xs:NMTOKEN" use="optional"/>

pubrefs
Type:
xs:IDREFS, predefined
Use:
optional
Link to publication/citation references and records the ID values of all citations elements within Section codeBook/stdyDscr/othrStdyMat or codeBook/otherMat that pertain to this nCube group.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="pubrefs" type="xs:IDREFS"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
Summary data description references that record the ID values of all elements within the summary data description section of the Study Description that might apply to the group. These elements include: time period covered, date of collection, nation or country, geographic coverage, geographic unit, unit of analysis, universe, and kind of data.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>

type
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional

General type of grouping of the nCubes. Specific nCube Groups, included within the 'type' attribute, are:

- display: nCubes that are part of the same presentation table.

- subject: nCubes that address a common topic or subject, e.g., income, poverty, children.

- iteration: nCubes that appear in different sections of the data file measuring a common subject in different ways, e.g., using different universes, units of measurement, etc.

- pragmatic: An nCube group without shared properties.

- record: nCubes from a single record in a hierarchical file.

- file: nCube from a single file in a multifile study.

- other: nCubes that do not fit easily into any of the categories listed above, e.g., a group of nCubes whose documentation is in another language. A term from a controlled vocabulary may be placed into the otherType attribute if this value is used.

Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"section", "multipleResp", "grid", "display", "repetition", "subject", "version", "iteration", "analysis", "pragmatic", "record", "file", "randomized", "other"
Default:
"other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"section", "multipleResp", "grid", "display", "repetition", "subject", "version", "iteration", "analysis", "pragmatic", "record", "file", "randomized", "other"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="other" name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="section"/>
<xs:enumeration value="multipleResp"/>
<xs:enumeration value="grid"/>
<xs:enumeration value="display"/>
<xs:enumeration value="repetition"/>
<xs:enumeration value="subject"/>
<xs:enumeration value="version"/>
<xs:enumeration value="iteration"/>
<xs:enumeration value="analysis"/>
<xs:enumeration value="pragmatic"/>
<xs:enumeration value="record"/>
<xs:enumeration value="file"/>
<xs:enumeration value="randomized"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 6/6)
concept
Type:
conceptType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="concept"/>

defntn
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="defntn"/>

labl
Type:
lablType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>

notes
Type:
notesType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notes"/>

txt
Type:
txtType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>

universe
Type:
universeType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="universe"/>

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