complexType "conceptualTextType"
Namespace:
Content:
mixed (allows character data), 12 attributes, 26 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 elements
Used:
at 26 locations
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
   
>
   
Content: 
</...>
Known Direct Subtypes (13):
All Direct / Indirect Based Elements (26):
Known Usage Locations
Annotation

Conceptual Text Type

Description

This type forms this basis for a textual element which may also provide for a conceptual (see concept) description of the element a longer description (see txt). If the concept and/or txt elements are used, then the element should contain no other child elements or text. Note that if elements from the PHRASE and FORM groups must not be used with elements from the xhtml:BlkNoForm.mix group; one can use either elements from xhtml:BlkNoForm.mix or elements from the PHRASE and FORM groups.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      conceptualTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="conceptualTextType">
<xs:complexContent>
<xs:restriction base="abstractTextType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="PHRASE"/>
<xs:group ref="FORM"/>
<xs:group ref="xhtml:BlkNoForm.mix"/>
<xs:element ref="concept"/>
<xs:element ref="txt"/>
</xs:choice>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/26)
concept
Type:
conceptType, mixed content
XML Source (see within schema source)
<xs:element ref="concept"/>

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

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