simpleType "tb:mediaTypeType"
Namespace:
Defined:
globally in talkbank.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"text", "image", "audio", "video", "application", "missing", "unlinked"

Known Direct Subtypes (1):
tb:mediaTypesType
All Direct / Indirect Based Attributes (1):
tb:CHAT/@Mediatypes
Known Usage Locations
Annotation
Annotation 1 [src]:
Type of external media referenced.
Annotation 2 [src]:
CHAT manual section on this topic...
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  tb:mediaTypeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"text", "image", "audio", "video", "application", "missing", "unlinked"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="mediaTypeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="text"/>
<xs:enumeration value="image"/>
<xs:enumeration value="audio"/>
<xs:enumeration value="video"/>
<xs:enumeration value="application"/>
<xs:enumeration value="missing"/>
<xs:enumeration value="unlinked"/>
</xs:restriction>
</xs:simpleType>

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