complexType "phraseType"
Namespace:
Content:
mixed (allows character data), 12 attributes, 2 elements
Defined:
globally in codebook.xsd; see XML source
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
   
>
   
Content: 
{text} × (ExtLink* | Link*)*
</...>
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (7):
Known Usage Locations
Annotation

Phrase Type

Description

This type restricts the simpleTextType to allow for only child elements from the PHRASE content group. It still allows for mixed content (text and child elements).
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (restriction)
          phraseType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="phraseType">
<xs:complexContent>
<xs:restriction base="simpleTextType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="PHRASE"/>
</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