complexType BasicContentDescriptionType
diagram gluon3_1_p988.png
namespace urn:tva:metadata:2005
children tva:Title tva:MediaTitle tva:ShortTitle tva:Synopsis tva:PromotionalInformation tva:Keyword tva:Genre tva:ParentalGuidance tva:Language tva:CaptionLanguage tva:SignLanguage tva:CreditsList tva:AwardsList tva:RelatedMaterial tva:ProductionDate tva:ProductionLocation tva:CreationCoordinates tva:DepictedCoordinates tva:ReleaseInformation tva:Duration tva:PurchaseList
used by
elements ProgramInformationType/BasicDescription GroupInformationType/BasicDescription
source <xs:complexType name="BasicContentDescriptionType">
 
<xs:sequence>
   
<xs:element name="Title" type="mpeg7:TitleType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="MediaTitle" type="mpeg7:TitleMediaType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ShortTitle" type="tva:ShortTitleType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Synopsis" type="tva:SynopsisType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="PromotionalInformation" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Keyword" type="tva:KeywordType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Genre" type="tva:GenreType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ParentalGuidance" type="mpeg7:ParentalGuidanceType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Language" type="mpeg7:ExtendedLanguageType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CaptionLanguage" type="tva:CaptionLanguageType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="SignLanguage" type="tva:SignLanguageType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CreditsList" type="tva:CreditsListType" minOccurs="0"/>
   
<xs:element name="AwardsList" type="tva:AwardsListType" minOccurs="0"/>
   
<xs:element name="RelatedMaterial" type="tva:RelatedMaterialType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ProductionDate" type="tva:TVATimeType" minOccurs="0"/>
   
<xs:element name="ProductionLocation" type="mpeg7:regionCode" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CreationCoordinates" type="tva:CreationCoordinatesType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="DepictedCoordinates" type="tva:DepictedCoordinatesType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ReleaseInformation" type="tva:ReleaseInformationType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Duration" type="duration" minOccurs="0"/>
   
<xs:element name="PurchaseList" type="tva:PurchaseListType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element BasicContentDescriptionType/Title
diagram gluon3_1_p989.png
namespace urn:tva:metadata:2005
type mpeg7:TitleType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
type  derived by: xs:NMTOKEN  optional  main    
source <xs:element name="Title" type="mpeg7:TitleType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/MediaTitle
diagram gluon3_1_p990.png
namespace urn:tva:metadata:2005
type mpeg7:TitleMediaType
properties
minOcc 0
maxOcc unbounded
content complex
children mpeg7:TitleImage mpeg7:TitleVideo mpeg7:TitleAudio
source <xs:element name="MediaTitle" type="mpeg7:TitleMediaType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/ShortTitle
diagram gluon3_1_p991.png
namespace urn:tva:metadata:2005
type tva:ShortTitleType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
type  derived by: xs:NMTOKEN  optional  main    
length  xs:unsignedShort  required      
source <xs:element name="ShortTitle" type="tva:ShortTitleType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/Synopsis
diagram gluon3_1_p992.png
namespace urn:tva:metadata:2005
type tva:SynopsisType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
length  tva:SynopsisLengthType  optional      
source <xs:element name="Synopsis" type="tva:SynopsisType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/PromotionalInformation
diagram gluon3_1_p993.png
namespace urn:tva:metadata:2005
type mpeg7:TextualType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
source <xs:element name="PromotionalInformation" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/Keyword
diagram gluon3_1_p994.png
namespace urn:tva:metadata:2005
type tva:KeywordType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
type  derived by: xs:NMTOKEN  optional  main    
metadataOriginIDRef  tva:TVAIDRefType  optional      
source <xs:element name="Keyword" type="tva:KeywordType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/Genre
diagram gluon3_1_p995.png
namespace urn:tva:metadata:2005
type tva:GenreType
properties
minOcc 0
maxOcc unbounded
content complex
children tva:Name tva:Definition
attributes
Name  Type  Use  Default  Fixed  Annotation
href  mpeg7:termReferenceType  required      
type  derived by: xs:string  optional  main    
metadataOriginIDRef  tva:TVAIDRefType  optional      
source <xs:element name="Genre" type="tva:GenreType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/ParentalGuidance
diagram gluon3_1_p996.png
namespace urn:tva:metadata:2005
type mpeg7:ParentalGuidanceType
properties
minOcc 0
maxOcc unbounded
content complex
children mpeg7:ParentalRating mpeg7:MinimumAge mpeg7:Region
source <xs:element name="ParentalGuidance" type="mpeg7:ParentalGuidanceType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/Language
diagram gluon3_1_p997.png
namespace urn:tva:metadata:2005
type mpeg7:ExtendedLanguageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:NMTOKEN  optional  original    
supplemental  xs:boolean  optional  false    
source <xs:element name="Language" type="mpeg7:ExtendedLanguageType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/CaptionLanguage
diagram gluon3_1_p998.png
namespace urn:tva:metadata:2005
type tva:CaptionLanguageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
closed  xs:boolean  optional  true    
supplemental  xs:boolean  optional  false    
source <xs:element name="CaptionLanguage" type="tva:CaptionLanguageType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/SignLanguage
diagram gluon3_1_p999.png
namespace urn:tva:metadata:2005
type tva:SignLanguageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
primary  xs:boolean  optional      
translation  xs:boolean  optional      
type  xs:string  optional      
source <xs:element name="SignLanguage" type="tva:SignLanguageType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/CreditsList
diagram gluon3_1_p1000.png
namespace urn:tva:metadata:2005
type tva:CreditsListType
properties
minOcc 0
maxOcc 1
content complex
children tva:CreditsItem
source <xs:element name="CreditsList" type="tva:CreditsListType" minOccurs="0"/>

element BasicContentDescriptionType/AwardsList
diagram gluon3_1_p1001.png
namespace urn:tva:metadata:2005
type tva:AwardsListType
properties
minOcc 0
maxOcc 1
content complex
children tva:AwardsListItem
source <xs:element name="AwardsList" type="tva:AwardsListType" minOccurs="0"/>

element BasicContentDescriptionType/RelatedMaterial
diagram gluon3_1_p1002.png
namespace urn:tva:metadata:2005
type tva:RelatedMaterialType
properties
minOcc 0
maxOcc unbounded
content complex
children tva:HowRelated tva:Format tva:MediaLocator tva:SegmentReference tva:PromotionalText tva:PromotionalMedia tva:SourceMediaLocator
source <xs:element name="RelatedMaterial" type="tva:RelatedMaterialType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/ProductionDate
diagram gluon3_1_p1003.png
namespace urn:tva:metadata:2005
type tva:TVATimeType
properties
minOcc 0
maxOcc 1
content complex
children tva:TimePoint tva:Duration
source <xs:element name="ProductionDate" type="tva:TVATimeType" minOccurs="0"/>

element BasicContentDescriptionType/ProductionLocation
diagram gluon3_1_p1004.png
namespace urn:tva:metadata:2005
type mpeg7:regionCode
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}(-[a-zA-Z0-9]{1,3})?
source <xs:element name="ProductionLocation" type="mpeg7:regionCode" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/CreationCoordinates
diagram gluon3_1_p1005.png
namespace urn:tva:metadata:2005
type tva:CreationCoordinatesType
properties
minOcc 0
maxOcc unbounded
content complex
children tva:CreationDate tva:CreationLocation
source <xs:element name="CreationCoordinates" type="tva:CreationCoordinatesType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/DepictedCoordinates
diagram gluon3_1_p1006.png
namespace urn:tva:metadata:2005
type tva:DepictedCoordinatesType
properties
minOcc 0
maxOcc unbounded
content complex
children tva:DepictedDate tva:DepictedLocation
source <xs:element name="DepictedCoordinates" type="tva:DepictedCoordinatesType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/ReleaseInformation
diagram gluon3_1_p1007.png
namespace urn:tva:metadata:2005
type tva:ReleaseInformationType
properties
minOcc 0
maxOcc unbounded
content complex
children tva:ReleaseDate tva:ReleaseLocation
source <xs:element name="ReleaseInformation" type="tva:ReleaseInformationType" minOccurs="0" maxOccurs="unbounded"/>

element BasicContentDescriptionType/Duration
diagram gluon3_1_p1008.png
namespace urn:tva:metadata:2005
type xs:duration
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Duration" type="duration" minOccurs="0"/>

element BasicContentDescriptionType/PurchaseList
diagram gluon3_1_p1009.png
namespace urn:tva:metadata:2005
type tva:PurchaseListType
properties
minOcc 0
maxOcc 1
content complex
children tva:PurchaseItem tva:PurchaseIdRef
source <xs:element name="PurchaseList" type="tva:PurchaseListType" minOccurs="0"/>


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