complexType "notesType"
Namespace:
Content:
mixed (allows character data), 19 attributes, 25 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 7 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
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREF
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      tableAndTextType (extension)
          notesType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType mixed="true" name="notesType">
<xs:complexContent>
<xs:extension base="tableAndTextType">
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="subject" type="xs:string"/>
<xs:attribute name="level" type="xs:string"/>
<xs:attribute name="resp" type="xs:string"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>
<xs:attribute name="parent" type="xs:IDREFS" use="optional"/>
<xs:attribute name="sameNote" type="xs:IDREF" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 7/19)
level
Type:
xs:string, predefined
Use:
optional
DDI level to which the note applies (study, file, variable, etc.)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="level" type="xs:string"/>

parent
Type:
xs:IDREFS, predefined
Use:
optional
Captures information obtained while preparing files for translation to DDI Lifecycle. It provides the ID(s) of the element this note is structurally related to by nesting.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="parent" type="xs:IDREFS" use="optional"/>

resp
Type:
xs:string, predefined
Use:
optional
Author responsible with the note.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="resp" type="xs:string"/>

sameNote
Type:
xs:IDREF, predefined
Use:
optional
Provide information for the translation of codebook content to DDI Lifecycle. If the same note is used multiple times all the parent IDs can be captured in a single note and all duplicate notes can reference the note containing the related to references in the attribute sameNote.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sameNote" type="xs:IDREF" use="optional"/>

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"/>

subject
Type:
xs:string, predefined
Use:
optional
Note subject, also allowing a controlled vocabulary to be developed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="subject" type="xs:string"/>

type
Type:
xs:string, predefined
Use:
optional
Note type. It uses the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs. DDI provides a Controlled Vocabulary for this location: "TypeOfNote".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>

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