complexType "simpleTextType"
Namespace:
Content:
mixed (allows character data), 12 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Used:
at 82 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 (35):
Known Indirect Subtypes (8):
All Direct / Indirect Based Elements (113):
Known Usage Locations
Annotation

Simple Text Type

Description

This type forms the basis of most textual elements. Elements using this type may have mixed content (text and child elements). The child elements are from the PHRASE, FORM, and xhtml:BlkNoForm.mix (a specific subset of XHTML) content groups. 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. This type is extended in some cases to include additional attributes.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="simpleTextType">
<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:choice>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>

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