complexType "txtType"
Namespace:
Content:
mixed (allows character data), 14 attributes, 25 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
 = 
xs:IDREFS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      tableAndTextType (extension)
          txtType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="true" name="txtType">
<xs:complexContent>
<xs:extension base="tableAndTextType">
<xs:attribute name="level" type="xs:string"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/14)
level
Type:
xs:string, predefined
Use:
optional
Level to which the element applies.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="level" type="xs:string"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
Points to information in the study description such as specific dates, universes, or other identifiable information in a space delimited array of IDs.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>

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