simpleType termReferenceType
namespace urn:tva:mpeg7:2005
type union of (restriction of xs:NMTOKEN, xs:anyURI)
used by
element MediaFormatType/AudioCoding/Emphasis
simpleTypes auxiliaryLanguageType summaryComponentType termRelationQualifierType
attributes MediaFormatType/VisualCoding/Format/@colorDomain ControlledTermType/@href ControlledTermUseType/@href TermUseType/@href AudioLanguageType/@purpose PreferenceConditionType/Time/@recurrence CreditsItemType/@role TitleType/@type
source <xs:simpleType name="termReferenceType">
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="NMTOKEN">
       
<xs:whiteSpace value="collapse"/>
       
<xs:pattern value=":[^:]+:[^:]+"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="anyURI"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy