simpleType termRelationQualifierType
namespace urn:tva:mpeg7:2005
type union of (restriction of xs:NMTOKEN, mpeg7:termReferenceType)
used by
attribute TermDefinitionType/Term/@relation
source <xs:simpleType name="termRelationQualifierType">
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="NMTOKEN">
       
<xs:enumeration value="NT"/>
       
<xs:enumeration value="BT"/>
       
<xs:enumeration value="RT"/>
       
<xs:enumeration value="US"/>
       
<xs:enumeration value="UF"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="mpeg7:termReferenceType"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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