complexType "tb:constituentType"
Namespace:
Content:
mixed (allows character data), 3 attributes
Defined:
globally in talkbank.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
("SB" | "SS" | "LA" | "O" | "N" | "C" | "RA" | "OEHS" | "AS" | "UK") : "UK"
 = 
xs:string
 = 
xs:boolean
    >
   
Content: 
{text}
</...>
All Direct / Indirect Based Elements (1):
tb:ph
Known Usage Locations
Annotation
Specifies a syllable constituent. The type is one of constituentTypeType. Each constituent can constist of one or more phones identified by zero-based index of the parent phonetic rep.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType mixed="true" name="constituentType">
<xs:attribute default="UK" name="sctype" type="constituentTypeType" use="optional"/>
<!--
Each phone needs an id for reference in alignment.
id is not an xs:ID to avoid having globally unique ids. The constraint for this
is found in the model and actual element declarations.
-->
<xs:attribute name="id" type="phKeyType" use="required"/>
<xs:attribute name="hiatus" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
hiatus
Type:
xs:boolean, predefined
Use:
optional
Used when two ph elements with sctype of 'N' are adjacent. If hiatus is true, each nucleus is the root of its own syllable. If hiatus is false, the pair of nuclei are considered a diphthong.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="hiatus" type="xs:boolean" use="optional"/>

id
Type:
Use:
required
Each phone is required to have a locally unique id. i.e., sibling ph elements cannot have the same id.
Attribute Value
xs:string
MinLength:
1
Pattern:
ph[0-9]+
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="id" type="phKeyType" use="required"/>

sctype
Type:
Use:
optional
The syllable constituent type for this phone.
Attribute Value
enumeration of xs:string
Enumeration:
"SB"
 - 
Syllable boundary marker ('.')
"SS"
 - 
Annotation 1 [src]:
Syllable stress (i.e., primary or secondary)
Annotation 2 [src]:
Deprecated: use stress attribute of syll_start instead
"LA"
 - 
Left appendix
"O"
 - 
Onset
"N"
 - 
Nucleus
"C"
 - 
Coda
"RA"
 - 
Right appendix
"OEHS"
 - 
Onset of an empty headed syllable
"AS"
 - 
Ambisyllabic
"UK"
 - 
Unknown
Default:
"UK"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="UK" name="sctype" type="constituentTypeType" use="optional"/>

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