complexType "formType"
Namespace:
Content:
mixed (allows character data), 15 attributes, 10 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 attributes, 2 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
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
{text} × (ExtLink* | Link* | div | emph | head | hi | list | p | itm | label)*
</...>
Known Direct Subtypes (8):
All Direct / Indirect Based Elements (8):
Known Usage Locations
Annotation

Form Type

Description

This type defines the basis for all elements in the FORM content group. This is derived from the abstractTextType. The content may still be mixed (text and child elements), but the child elements are restricted to be those from the PHRASE and FORM content groups, or the itm and label elements. Further, the possible attributes are restricted. This type is abstract, so specific form elements will further refine this type, but all elements in the FORM content group will conform to this structure and may be processed as such.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      formType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType abstract="true" mixed="true" name="formType">
<xs:complexContent>
<xs:restriction base="abstractTextType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="PHRASE"/>
<xs:group ref="FORM"/>
<xs:element ref="itm"/>
<xs:element ref="label"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="n" type="xs:string"/>
<xs:attribute name="rend" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
n
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="n" type="xs:string"/>

rend
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="rend" type="xs:string"/>

type
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 2/10)
itm
Type:
itmType, mixed content
XML Source (see within schema source)
<xs:element ref="itm"/>

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

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