simpleType "tb:optionType"
Namespace:
Defined:
globally in talkbank.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"CA"
 - 
Annotation 1 [src]:
Allows CA features and restriction relaxations.
Annotation 2 [src]:
"bullets"
 - 
Annotation 1 [src]:
Turns off checking of time sequence of bullets.
Annotation 2 [src]:
"heritage"
 - 
Annotation 1 [src]:
Allows a transcript to be accepted even though it is not properly parsable yet.
Annotation 2 [src]:
"multi"
 - 
Annotation 1 [src]:
Purely for the display purposes of CLAN, in order to have CLAN handle multiple media bullets in a single utterance.
Annotation 2 [src]:
"IPA"
 - 
Annotation 1 [src]:
IPA.
Annotation 2 [src]:
"sign"
 - 
Annotation 1 [src]:
Sign language.
Annotation 2 [src]:
"caps"
 - 
Annotation 1 [src]:
Allow the use of capital letters inside words, relaxing the usual restrictions (which have their own exceptions depending on the language in scope).
Annotation 2 [src]:
Annotation 3 [src]:

Known Direct Subtypes (1):
tb:optionsType
All Direct / Indirect Based Attributes (1):
tb:CHAT/@Options
Known Usage Locations
Annotation
Annotation 1 [src]:
Transcript-scoped option that affects the interpretation of the transcript.
Annotation 2 [src]:
CHAT manual section on this topic...
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  tb:optionType
Derivation:
restriction of xs:string
Facets:
enumeration:
"CA"
 - 
Annotation 1 [src]:
Allows CA features and restriction relaxations.
Annotation 2 [src]:
"bullets"
 - 
Annotation 1 [src]:
Turns off checking of time sequence of bullets.
Annotation 2 [src]:
"heritage"
 - 
Annotation 1 [src]:
Allows a transcript to be accepted even though it is not properly parsable yet.
Annotation 2 [src]:
"multi"
 - 
Annotation 1 [src]:
Purely for the display purposes of CLAN, in order to have CLAN handle multiple media bullets in a single utterance.
Annotation 2 [src]:
"IPA"
 - 
Annotation 1 [src]:
IPA.
Annotation 2 [src]:
"sign"
 - 
Annotation 1 [src]:
Sign language.
Annotation 2 [src]:
"caps"
 - 
Annotation 1 [src]:
Allow the use of capital letters inside words, relaxing the usual restrictions (which have their own exceptions depending on the language in scope).
Annotation 2 [src]:
Annotation 3 [src]:
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="optionType">
<xs:restriction base="xs:string">
<xs:enumeration value="CA"/>
<xs:enumeration value="bullets"/>
<xs:enumeration value="heritage"/>
<xs:enumeration value="multi"/>
<xs:enumeration value="IPA"/>
<xs:enumeration value="sign"/>
<xs:enumeration value="caps"/>
</xs:restriction>
</xs:simpleType>

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