complexType "tb:posType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in talkbank.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
tb:c, tb:s*
</...>
Content Model Elements (2):
tb:c, tb:s (in tb:pos)
All Direct / Indirect Based Elements (1):
tb:pos
Known Usage Locations
Annotation
Annotation 1 [src]:
%mor part of speech
Annotation 2 [src]:
CHAT manual section on this topic...
XML Source (w/o annotations (2); see within schema source)
<xs:complexType mixed="false" name="posType">
<xs:sequence>
<xs:element ref="c"/>
<!-- TODO should change from "s" to something else -->
<xs:element maxOccurs="unbounded" minOccurs="0" name="s" type="nonemptyStringType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
tb:c
Type:
tb:nonemptyStringType, simple content
Simple Content
xs:string
minLength:
1
XML Source (see within schema source)
<xs:element ref="c"/>

tb:s
Type:
tb:nonemptyStringType, simple content
Annotation 1 [src]:
%mor POS subcategory
Annotation 2 [src]:
CHAT manual section on this topic...
Simple Content
xs:string
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="s" type="nonemptyStringType"/>

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