complexType "tb:morphemicBaseType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in talkbank.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
(tb:mw | tb:mwc | tb:mt), tb:menx*, tb:gra*
</...>
Content Model Elements (5):
tb:gra, tb:menx, tb:mt, tb:mw, tb:mwc
Known Direct Subtypes (1):
tb:morType
All Direct / Indirect Based Elements (3):
tb:mor, tb:mor-post, tb:mor-pre
Known Usage Locations
Annotation
Annotation 1 [src]:
%mor unit of one-to-one correspondence with main line. A single word or a compound word or a terminator.
Annotation 2 [src]:
CHAT manual section on this topic...
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="morphemicBaseType">
<xs:sequence>
<xs:choice>
<xs:element ref="mw"/>
<xs:element ref="mwc"/>
<xs:element ref="mt"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="menx"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="gra"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
tb:gra
Type:
tb:graType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="gra"/>

tb:menx
Type:
Simple Content
xs:string
minLength:
1
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="menx"/>

tb:mt
Type:
tb:baseTerminatorType, empty content
XML Source (see within schema source)
<xs:element ref="mt"/>

tb:mw
Type:
tb:morphemicWordType, complex content
XML Source (see within schema source)
<xs:element ref="mw"/>

tb:mwc
Type:
XML Source (see within schema source)
<xs:element ref="mwc"/>

XML schema documentation generated with DocFlex/XML RE 1.8.6 using DocFlex/XML XSDDoc 2.6.0 template set