complexType GenreType
diagram gluon3_1_p1048.png
namespace urn:tva:metadata:2005
type extension of tva:ControlledTermType
properties
base tva:ControlledTermType
children tva:Name tva:Definition
used by
elements BasicContentDescriptionType/Genre InstanceDescriptionType/Genre BasicSegmentDescriptionType/Genre ServiceInformationType/ServiceGenre
attributes
Name  Type  Use  Default  Fixed  Annotation
href  mpeg7:termReferenceType  required      
type  derived by: xs:string  optional  main    
metadataOriginIDRef  tva:TVAIDRefType  optional      
source <xs:complexType name="GenreType">
 
<xs:complexContent>
   
<xs:extension base="tva:ControlledTermType">
     
<xs:attribute name="type" use="optional" default="main">
       
<xs:simpleType>
         
<xs:restriction base="string">
           
<xs:enumeration value="main"/>
           
<xs:enumeration value="secondary"/>
           
<xs:enumeration value="other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="metadataOriginIDRef" type="tva:TVAIDRefType" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute GenreType/@type
type restriction of xs:string
properties
use optional
default main
facets
Kind Value Annotation
enumeration main
enumeration secondary
enumeration other
source <xs:attribute name="type" use="optional" default="main">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="main"/>
     
<xs:enumeration value="secondary"/>
     
<xs:enumeration value="other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute GenreType/@metadataOriginIDRef
type tva:TVAIDRefType
properties
use optional
source <xs:attribute name="metadataOriginIDRef" type="tva:TVAIDRefType" use="optional"/>


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