simpleType "tb:mediaRefType"
Namespace:
Defined:
globally in talkbank.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[\p{L}\p{N}][-/_'.\p{L}\p{N}]*

All Direct / Indirect Based Attributes (1):
tb:CHAT/@Media
Known Usage Locations
Annotation
Annotation 1 [src]:
Allowable media name.
Annotation 2 [src]:
CHAT manual section on this topic...
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  tb:mediaRefType
Derivation:
restriction of xs:string
Facets:
pattern:
[\p{L}\p{N}][-/_'.\p{L}\p{N}]*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="mediaRefType">
<xs:restriction base="xs:string">
<xs:pattern value="[\p{L}\p{N}][-/_'.\p{L}\p{N}]*"/>
</xs:restriction>
</xs:simpleType>

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