Schema md.xsd


schema location:  http://www.movielabs.com/schema/md/v1.07/md.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://www.movielabs.com/schema/md/v1.07/md
 
Complex types  Simple types 
AbbreviatedMetadata-type  AssetLogicalID-type 
AbbreviatedMetadataInfo-type  AssetPhysicalID-type 
BasicMetadata-type  ColorType-type 
BasicMetadataInfo-type  CompObjID-type 
BasicMetadataJob-type  ContainerProfile-type 
BasicMetadataParent-type  ContainerType-type 
BasicMetadataPeople-type  ContentID-type 
CompObj-type  id-type 
CompObjData-type  orgID-type 
CompObjEntry-type  Role-type 
ContactInfo-type 
ContainerMetadata-type 
ContainerSpecific-type 
ContentIdentifier-type 
ContentRating-type 
ContentRatingDetail-type 
ContentSequenceInfo-type 
DateTimeRange-type 
DigitalAssetAudioData-type 
DigitalAssetAudioEncoding-type 
DigitalAssetImageData-type 
DigitalAssetInteractiveData-type 
DigitalAssetMetadata-type 
DigitalAssetSubtitleData-type 
DigitalAssetVideoData-type 
DigitalAssetVideoEncoding-type 
DigitalAssetVideoPicture-type 
NVPair-type 
OrgName-type 
PersonIdentifier-type 
PersonName-type 
Region-type 
ReleaseHistory-type 


complexType AbbreviatedMetadata-type
diagram MDv1.07_p1.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
ContentIDmd:ContentID-typerequired      
source <xs:complexType name="AbbreviatedMetadata-type">
 
<xs:sequence>
   
<xs:element name="UpdateNum" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="LocalizedInfo" type="md:AbbreviatedMetadataInfo-type" maxOccurs="unbounded"/>
   
<xs:element name="Rating" type="md:ContentRating-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="AltIdentifier" type="md:ContentIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Studio" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Equivalent to DisplayName</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="ContentID" type="md:ContentID-type" use="required"/>
</xs:complexType>

attribute AbbreviatedMetadata-type/@ContentID
type md:ContentID-type
source <xs:attribute name="ContentID" type="md:ContentID-type" use="required"/>

element AbbreviatedMetadata-type/UpdateNum
diagram MDv1.07_p2.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:int
source <xs:element name="UpdateNum" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AbbreviatedMetadata-type/LocalizedInfo
diagram MDv1.07_p3.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:AbbreviatedMetadataInfo-type
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:languagerequired      
defaultxs:boolean      
source <xs:element name="LocalizedInfo" type="md:AbbreviatedMetadataInfo-type" maxOccurs="unbounded"/>

element AbbreviatedMetadata-type/Rating
diagram MDv1.07_p4.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentRating-type
source <xs:element name="Rating" type="md:ContentRating-type" minOccurs="0" maxOccurs="unbounded"/>

element AbbreviatedMetadata-type/AltIdentifier
diagram MDv1.07_p5.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentIdentifier-type
source <xs:element name="AltIdentifier" type="md:ContentIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>

element AbbreviatedMetadata-type/Studio
diagram MDv1.07_p6.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
annotation
documentation
Equivalent to DisplayName
source <xs:element name="Studio" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Equivalent to DisplayName</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType AbbreviatedMetadataInfo-type
diagram MDv1.07_p7.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:languagerequired      
defaultxs:boolean      
source <xs:complexType name="AbbreviatedMetadataInfo-type">
 
<xs:sequence>
   
<xs:element name="TitleBrief" type="xs:string"/>
   
<xs:element name="ArtReference" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="SummaryShort" type="xs:string"/>
   
<xs:element name="DisplayIndicators" minOccurs="0" maxOccurs="unbounded">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="CC"/>
         
<xs:enumeration value="F"/>
         
<xs:enumeration value="P"/>
         
<xs:enumeration value="DD"/>
         
<xs:enumeration value="SAP"/>
         
<xs:enumeration value="DVS"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="language" type="xs:language" use="required"/>
 
<xs:attribute name="default" type="xs:boolean"/>
</xs:complexType>

attribute AbbreviatedMetadataInfo-type/@language
type xs:language
source <xs:attribute name="language" type="xs:language" use="required"/>

attribute AbbreviatedMetadataInfo-type/@default
type xs:boolean
source <xs:attribute name="default" type="xs:boolean"/>

element AbbreviatedMetadataInfo-type/TitleBrief
diagram MDv1.07_p8.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TitleBrief" type="xs:string"/>

element AbbreviatedMetadataInfo-type/ArtReference
diagram MDv1.07_p9.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:anyURI
source <xs:element name="ArtReference" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded"/>

element AbbreviatedMetadataInfo-type/SummaryShort
diagram MDv1.07_p10.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="SummaryShort" type="xs:string"/>

element AbbreviatedMetadataInfo-type/DisplayIndicators
diagram MDv1.07_p11.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
facets
Kind Value annotation 
enumeration CC 
enumeration 
enumeration 
enumeration DD 
enumeration SAP 
enumeration DVS 
source <xs:element name="DisplayIndicators" minOccurs="0" maxOccurs="unbounded">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="CC"/>
     
<xs:enumeration value="F"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="DD"/>
     
<xs:enumeration value="SAP"/>
     
<xs:enumeration value="DVS"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType BasicMetadata-type
diagram MDv1.07_p12.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
ContentIDmd:ContentID-typerequired      
source <xs:complexType name="BasicMetadata-type">
 
<xs:sequence>
   
<xs:element name="UpdateNum" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="LocalizedInfo" type="md:BasicMetadataInfo-type" maxOccurs="unbounded"/>
   
<xs:element name="RunLength" type="xs:duration" minOccurs="0"/>
   
<xs:element name="ReleaseYear" type="xs:gYear"/>
   
<xs:choice>
     
<xs:element name="ReleaseDate" type="xs:date" minOccurs="0"/>
     
<xs:element name="ReleaseDateTime" type="xs:dateTime" minOccurs="0"/>
   
</xs:choice>
   
<xs:element name="ReleaseHistory" type="md:ReleaseHistory-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="WorkType" type="xs:string"/>
   
<xs:element name="PictureColorType" type="md:ColorType-type" minOccurs="0"/>
   
<xs:element name="PictureFormat" type="xs:string" minOccurs="0"/>
   
<xs:element name="ThreeD" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="AltIdentifier" type="md:ContentIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="RatingSet" type="md:ContentRating-type" minOccurs="0"/>
   
<xs:element name="People" type="md:BasicMetadataPeople-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="CountryOfOrigin" type="md:Region-type" minOccurs="0"/>
   
<xs:element name="AssociatedOrg" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="md:OrgName-type">
           
<xs:attribute name="role" type="xs:string"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SequenceInfo" type="md:ContentSequenceInfo-type" minOccurs="0"/>
   
<xs:element name="Parent" type="md:BasicMetadataParent-type" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="ContentID" type="md:ContentID-type" use="required"/>
</xs:complexType>

attribute BasicMetadata-type/@ContentID
type md:ContentID-type
source <xs:attribute name="ContentID" type="md:ContentID-type" use="required"/>

element BasicMetadata-type/UpdateNum
diagram MDv1.07_p13.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:int
source <xs:element name="UpdateNum" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element BasicMetadata-type/LocalizedInfo
diagram MDv1.07_p14.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadataInfo-type
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:languagerequired      
defaultxs:boolean      
source <xs:element name="LocalizedInfo" type="md:BasicMetadataInfo-type" maxOccurs="unbounded"/>

element BasicMetadata-type/RunLength
diagram MDv1.07_p15.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:duration
source <xs:element name="RunLength" type="xs:duration" minOccurs="0"/>

element BasicMetadata-type/ReleaseYear
diagram MDv1.07_p16.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:gYear
source <xs:element name="ReleaseYear" type="xs:gYear"/>

element BasicMetadata-type/ReleaseDate
diagram MDv1.07_p17.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:date
source <xs:element name="ReleaseDate" type="xs:date" minOccurs="0"/>

element BasicMetadata-type/ReleaseDateTime
diagram MDv1.07_p18.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:dateTime
source <xs:element name="ReleaseDateTime" type="xs:dateTime" minOccurs="0"/>

element BasicMetadata-type/ReleaseHistory
diagram MDv1.07_p19.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ReleaseHistory-type
source <xs:element name="ReleaseHistory" type="md:ReleaseHistory-type" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadata-type/WorkType
diagram MDv1.07_p20.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="WorkType" type="xs:string"/>

element BasicMetadata-type/PictureColorType
diagram MDv1.07_p21.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ColorType-type
facets
Kind Value annotation 
enumeration color 
enumeration bandw 
enumeration colorized 
enumeration composite 
source <xs:element name="PictureColorType" type="md:ColorType-type" minOccurs="0"/>

element BasicMetadata-type/PictureFormat
diagram MDv1.07_p22.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="PictureFormat" type="xs:string" minOccurs="0"/>

element BasicMetadata-type/ThreeD
diagram MDv1.07_p23.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="ThreeD" type="xs:boolean" minOccurs="0"/>

element BasicMetadata-type/AltIdentifier
diagram MDv1.07_p24.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentIdentifier-type
source <xs:element name="AltIdentifier" type="md:ContentIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadata-type/RatingSet
diagram MDv1.07_p25.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentRating-type
source <xs:element name="RatingSet" type="md:ContentRating-type" minOccurs="0"/>

element BasicMetadata-type/People
diagram MDv1.07_p26.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadataPeople-type
source <xs:element name="People" type="md:BasicMetadataPeople-type" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadata-type/CountryOfOrigin
diagram MDv1.07_p27.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:Region-type
source <xs:element name="CountryOfOrigin" type="md:Region-type" minOccurs="0"/>

element BasicMetadata-type/AssociatedOrg
diagram MDv1.07_p28.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of md:OrgName-type
attributes
Name  Type  Use  Default  Fixed  annotation
organizationIDmd:orgID-type      
rolexs:string      
source <xs:element name="AssociatedOrg" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="md:OrgName-type">
       
<xs:attribute name="role" type="xs:string"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadata-type/AssociatedOrg/@role
type xs:string
source <xs:attribute name="role" type="xs:string"/>

element BasicMetadata-type/SequenceInfo
diagram MDv1.07_p29.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentSequenceInfo-type
source <xs:element name="SequenceInfo" type="md:ContentSequenceInfo-type" minOccurs="0"/>

element BasicMetadata-type/Parent
diagram MDv1.07_p30.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadataParent-type
attributes
Name  Type  Use  Default  Fixed  annotation
relationshipTypederived by: xs:string      
source <xs:element name="Parent" type="md:BasicMetadataParent-type" minOccurs="0" maxOccurs="unbounded"/>

complexType BasicMetadataInfo-type
diagram MDv1.07_p31.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:languagerequired      
defaultxs:boolean      
source <xs:complexType name="BasicMetadataInfo-type">
 
<xs:sequence>
   
<xs:element name="TitleDisplay19" type="xs:string"/>
   
<xs:element name="TitleDisplay60" type="xs:string" minOccurs="0"/>
   
<xs:element name="TitleSort" type="xs:string"/>
   
<xs:element name="ArtReference" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:anyURI">
           
<xs:attribute name="resolution" type="xs:string"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Summary190">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="cast" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Summary400" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="cast" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Summary4000" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="cast" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="DisplayIndicators" minOccurs="0" maxOccurs="unbounded">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="CC"/>
         
<xs:enumeration value="F"/>
         
<xs:enumeration value="P"/>
         
<xs:enumeration value="DD"/>
         
<xs:enumeration value="SAP"/>
         
<xs:enumeration value="DVS"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Genre" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Keyword" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="VersionNotes" type="xs:string" minOccurs="0"/>
   
<xs:element name="Region" type="md:Region-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="OriginalTitle" type="xs:string"/>
   
<xs:element name="CopyrightLine" type="xs:string" minOccurs="0"/>
   
<xs:element name="PeopleLocal" type="md:BasicMetadataPeople-type" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="language" type="xs:language" use="required"/>
 
<xs:attribute name="default" type="xs:boolean"/>
</xs:complexType>

attribute BasicMetadataInfo-type/@language
type xs:language
source <xs:attribute name="language" type="xs:language" use="required"/>

attribute BasicMetadataInfo-type/@default
type xs:boolean
source <xs:attribute name="default" type="xs:boolean"/>

element BasicMetadataInfo-type/TitleDisplay19
diagram MDv1.07_p32.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TitleDisplay19" type="xs:string"/>

element BasicMetadataInfo-type/TitleDisplay60
diagram MDv1.07_p33.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TitleDisplay60" type="xs:string" minOccurs="0"/>

element BasicMetadataInfo-type/TitleSort
diagram MDv1.07_p34.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TitleSort" type="xs:string"/>

element BasicMetadataInfo-type/ArtReference
diagram MDv1.07_p35.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:anyURI
attributes
Name  Type  Use  Default  Fixed  annotation
resolutionxs:string      
source <xs:element name="ArtReference" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:anyURI">
       
<xs:attribute name="resolution" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadataInfo-type/ArtReference/@resolution
type xs:string
source <xs:attribute name="resolution" type="xs:string"/>

element BasicMetadataInfo-type/Summary190
diagram MDv1.07_p36.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
castxs:boolean      
source <xs:element name="Summary190">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="cast" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadataInfo-type/Summary190/@cast
type xs:boolean
source <xs:attribute name="cast" type="xs:boolean"/>

element BasicMetadataInfo-type/Summary400
diagram MDv1.07_p37.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
castxs:boolean      
source <xs:element name="Summary400" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="cast" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadataInfo-type/Summary400/@cast
type xs:boolean
source <xs:attribute name="cast" type="xs:boolean"/>

element BasicMetadataInfo-type/Summary4000
diagram MDv1.07_p38.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
castxs:boolean      
source <xs:element name="Summary4000" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="cast" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadataInfo-type/Summary4000/@cast
type xs:boolean
source <xs:attribute name="cast" type="xs:boolean"/>

element BasicMetadataInfo-type/DisplayIndicators
diagram MDv1.07_p39.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
facets
Kind Value annotation 
enumeration CC 
enumeration 
enumeration 
enumeration DD 
enumeration SAP 
enumeration DVS 
source <xs:element name="DisplayIndicators" minOccurs="0" maxOccurs="unbounded">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="CC"/>
     
<xs:enumeration value="F"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="DD"/>
     
<xs:enumeration value="SAP"/>
     
<xs:enumeration value="DVS"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element BasicMetadataInfo-type/Genre
diagram MDv1.07_p40.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Genre" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadataInfo-type/Keyword
diagram MDv1.07_p41.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Keyword" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadataInfo-type/VersionNotes
diagram MDv1.07_p42.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="VersionNotes" type="xs:string" minOccurs="0"/>

element BasicMetadataInfo-type/Region
diagram MDv1.07_p43.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:Region-type
source <xs:element name="Region" type="md:Region-type" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadataInfo-type/OriginalTitle
diagram MDv1.07_p44.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="OriginalTitle" type="xs:string"/>

element BasicMetadataInfo-type/CopyrightLine
diagram MDv1.07_p45.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="CopyrightLine" type="xs:string" minOccurs="0"/>

element BasicMetadataInfo-type/PeopleLocal
diagram MDv1.07_p46.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadataPeople-type
source <xs:element name="PeopleLocal" type="md:BasicMetadataPeople-type" minOccurs="0" maxOccurs="unbounded"/>

complexType BasicMetadataJob-type
diagram MDv1.07_p47.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="BasicMetadataJob-type">
 
<xs:sequence>
   
<xs:element name="JobFunction">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="md:Role-type">
           
<xs:attribute name="scheme" type="xs:string"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="JobDisplay" type="xs:string" minOccurs="0"/>
   
<xs:element name="BillingBlockOrder" type="xs:int" minOccurs="0"/>
   
<xs:element name="Character" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Guest" type="xs:boolean" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element BasicMetadataJob-type/JobFunction
diagram MDv1.07_p48.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of md:Role-type
attributes
Name  Type  Use  Default  Fixed  annotation
schemexs:string      
source <xs:element name="JobFunction">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="md:Role-type">
       
<xs:attribute name="scheme" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute BasicMetadataJob-type/JobFunction/@scheme
type xs:string
source <xs:attribute name="scheme" type="xs:string"/>

element BasicMetadataJob-type/JobDisplay
diagram MDv1.07_p49.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="JobDisplay" type="xs:string" minOccurs="0"/>

element BasicMetadataJob-type/BillingBlockOrder
diagram MDv1.07_p50.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="BillingBlockOrder" type="xs:int" minOccurs="0"/>

element BasicMetadataJob-type/Character
diagram MDv1.07_p51.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Character" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadataJob-type/Guest
diagram MDv1.07_p52.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="Guest" type="xs:boolean" minOccurs="0"/>

complexType BasicMetadataParent-type
diagram MDv1.07_p53.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
relationshipTypederived by: xs:string      
source <xs:complexType name="BasicMetadataParent-type">
 
<xs:choice>
   
<xs:element name="Parent" type="md:BasicMetadata-type"/>
   
<xs:element name="ParentContentID" type="md:ContentID-type"/>
 
</xs:choice>
 
<xs:attribute name="relationshipType">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="isclipof"/>
       
<xs:enumeration value="isepisodeof"/>
       
<xs:enumeration value="isseasonof"/>
       
<xs:enumeration value="ispieceof"/>
       
<xs:enumeration value="ispartof"/>
       
<xs:enumeration value="isderivedfrom"/>
       
<xs:enumeration value="iscompositeof"/>
       
<xs:enumeration value="issupplementto"/>
       
<xs:enumeration value="ispromotionfor"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute BasicMetadataParent-type/@relationshipType
type restriction of xs:string
facets
Kind Value annotation 
enumeration isclipof 
enumeration isepisodeof 
enumeration isseasonof 
enumeration ispieceof 
enumeration ispartof 
enumeration isderivedfrom 
enumeration iscompositeof 
enumeration issupplementto 
enumeration ispromotionfor 
source <xs:attribute name="relationshipType">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="isclipof"/>
     
<xs:enumeration value="isepisodeof"/>
     
<xs:enumeration value="isseasonof"/>
     
<xs:enumeration value="ispieceof"/>
     
<xs:enumeration value="ispartof"/>
     
<xs:enumeration value="isderivedfrom"/>
     
<xs:enumeration value="iscompositeof"/>
     
<xs:enumeration value="issupplementto"/>
     
<xs:enumeration value="ispromotionfor"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element BasicMetadataParent-type/Parent
diagram MDv1.07_p54.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadata-type
attributes
Name  Type  Use  Default  Fixed  annotation
ContentIDmd:ContentID-typerequired      
source <xs:element name="Parent" type="md:BasicMetadata-type"/>

element BasicMetadataParent-type/ParentContentID
diagram MDv1.07_p55.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentID-type
source <xs:element name="ParentContentID" type="md:ContentID-type"/>

complexType BasicMetadataPeople-type
diagram MDv1.07_p56.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="BasicMetadataPeople-type">
 
<xs:sequence>
   
<xs:element name="Job" type="md:BasicMetadataJob-type" maxOccurs="unbounded"/>
   
<xs:element name="Name" type="md:PersonName-type"/>
   
<xs:element name="Identifier" type="md:PersonIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Gender" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="male"/>
         
<xs:enumeration value="female"/>
         
<xs:enumeration value="neutral"/>
         
<xs:enumeration value="plural"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BasicMetadataPeople-type/Job
diagram MDv1.07_p57.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadataJob-type
source <xs:element name="Job" type="md:BasicMetadataJob-type" maxOccurs="unbounded"/>

element BasicMetadataPeople-type/Name
diagram MDv1.07_p58.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:PersonName-type
source <xs:element name="Name" type="md:PersonName-type"/>

element BasicMetadataPeople-type/Identifier
diagram MDv1.07_p59.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:PersonIdentifier-type
source <xs:element name="Identifier" type="md:PersonIdentifier-type" minOccurs="0" maxOccurs="unbounded"/>

element BasicMetadataPeople-type/Gender
diagram MDv1.07_p60.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
facets
Kind Value annotation 
enumeration male 
enumeration female 
enumeration neutral 
enumeration plural 
source <xs:element name="Gender" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="male"/>
     
<xs:enumeration value="female"/>
     
<xs:enumeration value="neutral"/>
     
<xs:enumeration value="plural"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType CompObj-type
diagram MDv1.07_p61.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="CompObj-type">
 
<xs:sequence>
   
<xs:element name="Entry" type="md:CompObjEntry-type" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element CompObj-type/Entry
diagram MDv1.07_p62.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:CompObjEntry-type
source <xs:element name="Entry" type="md:CompObjEntry-type" maxOccurs="unbounded"/>

complexType CompObjData-type
diagram MDv1.07_p63.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of md:CompObj-type
attributes
Name  Type  Use  Default  Fixed  annotation
CompObjIDmd:CompObjID-type      
source <xs:complexType name="CompObjData-type">
 
<xs:complexContent>
   
<xs:extension base="md:CompObj-type">
     
<xs:sequence>
       
<xs:element name="DisplayName" minOccurs="0" maxOccurs="unbounded">
         
<xs:complexType>
           
<xs:simpleContent>
             
<xs:extension base="xs:string">
               
<xs:attribute name="language" type="xs:language"/>
             
</xs:extension>
           
</xs:simpleContent>
         
</xs:complexType>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="CompObjID" type="md:CompObjID-type"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute CompObjData-type/@CompObjID
type md:CompObjID-type
source <xs:attribute name="CompObjID" type="md:CompObjID-type"/>

element CompObjData-type/DisplayName
diagram MDv1.07_p64.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:language      
source <xs:element name="DisplayName" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="language" type="xs:language"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute CompObjData-type/DisplayName/@language
type xs:language
source <xs:attribute name="language" type="xs:language"/>

complexType CompObjEntry-type
diagram MDv1.07_p65.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="CompObjEntry-type">
 
<xs:sequence>
   
<xs:element name="DisplayName" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="language" type="xs:language"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Entry" type="md:CompObjEntry-type" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:choice>
     
<xs:element name="ContentID" type="md:ContentID-type"/>
     
<xs:element name="BasicMetadata" type="md:BasicMetadata-type"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element CompObjEntry-type/DisplayName
diagram MDv1.07_p66.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
languagexs:language      
source <xs:element name="DisplayName" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="language" type="xs:language"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute CompObjEntry-type/DisplayName/@language
type xs:language
source <xs:attribute name="language" type="xs:language"/>

element CompObjEntry-type/Entry
diagram MDv1.07_p67.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:CompObjEntry-type
source <xs:element name="Entry" type="md:CompObjEntry-type" minOccurs="0" maxOccurs="unbounded"/>

element CompObjEntry-type/ContentID
diagram MDv1.07_p68.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentID-type
source <xs:element name="ContentID" type="md:ContentID-type"/>

element CompObjEntry-type/BasicMetadata
diagram MDv1.07_p69.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:BasicMetadata-type
attributes
Name  Type  Use  Default  Fixed  annotation
ContentIDmd:ContentID-typerequired      
source <xs:element name="BasicMetadata" type="md:BasicMetadata-type"/>

complexType ContactInfo-type
diagram MDv1.07_p70.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContactInfo-type">
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string"/>
   
<xs:element name="PrimaryEmail" type="xs:string"/>
   
<xs:element name="AlternateEmail" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Address" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Phone" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="type" type="xs:string"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContactInfo-type/Name
diagram MDv1.07_p71.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Name" type="xs:string"/>

element ContactInfo-type/PrimaryEmail
diagram MDv1.07_p72.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="PrimaryEmail" type="xs:string"/>

element ContactInfo-type/AlternateEmail
diagram MDv1.07_p73.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="AlternateEmail" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element ContactInfo-type/Address
diagram MDv1.07_p74.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Address" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element ContactInfo-type/Phone
diagram MDv1.07_p75.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
typexs:string      
source <xs:element name="Phone" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="type" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ContactInfo-type/Phone/@type
type xs:string
source <xs:attribute name="type" type="xs:string"/>

complexType ContainerMetadata-type
diagram MDv1.07_p76.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContainerMetadata-type">
 
<xs:sequence>
   
<xs:element name="Type" type="md:ContainerType-type" minOccurs="0"/>
   
<xs:element name="Track" type="md:DigitalAssetMetadata-type" maxOccurs="unbounded"/>
   
<xs:element name="ContainerSpecificMetadata" type="md:ContainerSpecific-type" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ContainerMetadata-type/Type
diagram MDv1.07_p77.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContainerType-type
source <xs:element name="Type" type="md:ContainerType-type" minOccurs="0"/>

element ContainerMetadata-type/Track
diagram MDv1.07_p78.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetMetadata-type
source <xs:element name="Track" type="md:DigitalAssetMetadata-type" maxOccurs="unbounded"/>

element ContainerMetadata-type/ContainerSpecificMetadata
diagram MDv1.07_p79.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContainerSpecific-type
source <xs:element name="ContainerSpecificMetadata" type="md:ContainerSpecific-type" minOccurs="0"/>

complexType ContainerSpecific-type
diagram MDv1.07_p80.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContainerSpecific-type">
 
<xs:sequence>
   
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

complexType ContentIdentifier-type
diagram MDv1.07_p81.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContentIdentifier-type">
 
<xs:sequence>
   
<xs:element name="Namespace" type="xs:string"/>
   
<xs:element name="Identifier" type="xs:string"/>
   
<xs:element name="Location" type="xs:anyURI" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ContentIdentifier-type/Namespace
diagram MDv1.07_p82.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Namespace" type="xs:string"/>

element ContentIdentifier-type/Identifier
diagram MDv1.07_p83.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Identifier" type="xs:string"/>

element ContentIdentifier-type/Location
diagram MDv1.07_p84.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:anyURI
source <xs:element name="Location" type="xs:anyURI" minOccurs="0"/>

complexType ContentRating-type
diagram MDv1.07_p85.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContentRating-type">
 
<xs:sequence>
   
<xs:choice>
     
<xs:element name="NotRated" type="xs:boolean" fixed="true"/>
     
<xs:element name="Rating" type="md:ContentRatingDetail-type" maxOccurs="unbounded"/>
   
</xs:choice>
   
<xs:element name="AdultContent" type="xs:boolean" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ContentRating-type/NotRated
diagram MDv1.07_p86.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="NotRated" type="xs:boolean" fixed="true"/>

element ContentRating-type/Rating
diagram MDv1.07_p87.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ContentRatingDetail-type
source <xs:element name="Rating" type="md:ContentRatingDetail-type" maxOccurs="unbounded"/>

element ContentRating-type/AdultContent
diagram MDv1.07_p88.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="AdultContent" type="xs:boolean" minOccurs="0"/>

complexType ContentRatingDetail-type
diagram MDv1.07_p89.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContentRatingDetail-type">
 
<xs:sequence>
   
<xs:element name="Region" type="md:Region-type"/>
   
<xs:element name="System" type="xs:string"/>
   
<xs:element name="Value" type="xs:string"/>
   
<xs:element name="Reason" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="LinkToLogo" type="xs:anyURI" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ContentRatingDetail-type/Region
diagram MDv1.07_p90.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:Region-type
source <xs:element name="Region" type="md:Region-type"/>

element ContentRatingDetail-type/System
diagram MDv1.07_p91.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="System" type="xs:string"/>

element ContentRatingDetail-type/Value
diagram MDv1.07_p92.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Value" type="xs:string"/>

element ContentRatingDetail-type/Reason
diagram MDv1.07_p93.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Reason" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element ContentRatingDetail-type/LinkToLogo
diagram MDv1.07_p94.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:anyURI
source <xs:element name="LinkToLogo" type="xs:anyURI" minOccurs="0"/>

complexType ContentSequenceInfo-type
diagram MDv1.07_p95.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ContentSequenceInfo-type">
 
<xs:sequence>
   
<xs:element name="Number" type="xs:int"/>
   
<xs:element name="HouseSequence" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ContentSequenceInfo-type/Number
diagram MDv1.07_p96.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="Number" type="xs:int"/>

element ContentSequenceInfo-type/HouseSequence
diagram MDv1.07_p97.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="HouseSequence" type="xs:string" minOccurs="0"/>

complexType DateTimeRange-type
diagram MDv1.07_p98.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DateTimeRange-type">
 
<xs:sequence>
   
<xs:element name="Start" type="xs:dateTime"/>
   
<xs:element name="End" type="xs:dateTime"/>
 
</xs:sequence>
</xs:complexType>

element DateTimeRange-type/Start
diagram MDv1.07_p99.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:dateTime
source <xs:element name="Start" type="xs:dateTime"/>

element DateTimeRange-type/End
diagram MDv1.07_p100.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:dateTime
source <xs:element name="End" type="xs:dateTime"/>

complexType DigitalAssetAudioData-type
diagram MDv1.07_p101.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetAudioData-type">
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="Type" type="xs:string" minOccurs="0"/>
   
<xs:element name="Encoding" type="md:DigitalAssetAudioEncoding-type" minOccurs="0"/>
   
<xs:element name="Language">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:language">
           
<xs:attribute name="dubbed" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Channels" type="xs:string"/>
   
<xs:element name="TrackReference" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetAudioData-type/Description
diagram MDv1.07_p102.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element DigitalAssetAudioData-type/Type
diagram MDv1.07_p103.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Type" type="xs:string" minOccurs="0"/>

element DigitalAssetAudioData-type/Encoding
diagram MDv1.07_p104.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetAudioEncoding-type
source <xs:element name="Encoding" type="md:DigitalAssetAudioEncoding-type" minOccurs="0"/>

element DigitalAssetAudioData-type/Language
diagram MDv1.07_p105.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:language
attributes
Name  Type  Use  Default  Fixed  annotation
dubbedxs:boolean      
source <xs:element name="Language">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:language">
       
<xs:attribute name="dubbed" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute DigitalAssetAudioData-type/Language/@dubbed
type xs:boolean
source <xs:attribute name="dubbed" type="xs:boolean"/>

element DigitalAssetAudioData-type/Channels
diagram MDv1.07_p106.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Channels" type="xs:string"/>

element DigitalAssetAudioData-type/TrackReference
diagram MDv1.07_p107.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TrackReference" type="xs:string" minOccurs="0"/>

complexType DigitalAssetAudioEncoding-type
diagram MDv1.07_p108.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetAudioEncoding-type">
 
<xs:sequence>
   
<xs:element name="Codec" type="xs:string"/>
   
<xs:element name="CodecType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="BitrateMax" type="xs:integer" minOccurs="0"/>
   
<xs:element name="SampleRate" type="xs:integer" minOccurs="0"/>
   
<xs:element name="SampleBitDepth" type="xs:integer" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetAudioEncoding-type/Codec
diagram MDv1.07_p109.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Codec" type="xs:string"/>

element DigitalAssetAudioEncoding-type/CodecType
diagram MDv1.07_p110.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="CodecType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element DigitalAssetAudioEncoding-type/BitrateMax
diagram MDv1.07_p111.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:integer
source <xs:element name="BitrateMax" type="xs:integer" minOccurs="0"/>

element DigitalAssetAudioEncoding-type/SampleRate
diagram MDv1.07_p112.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:integer
source <xs:element name="SampleRate" type="xs:integer" minOccurs="0"/>

element DigitalAssetAudioEncoding-type/SampleBitDepth
diagram MDv1.07_p113.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:integer
source <xs:element name="SampleBitDepth" type="xs:integer" minOccurs="0"/>

complexType DigitalAssetImageData-type
diagram MDv1.07_p114.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetImageData-type">
 
<xs:sequence>
   
<xs:element name="Width" type="xs:int"/>
   
<xs:element name="Height" type="xs:int"/>
   
<xs:element name="Encoding" type="xs:string"/>
   
<xs:element name="TrackReference" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetImageData-type/Width
diagram MDv1.07_p115.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="Width" type="xs:int"/>

element DigitalAssetImageData-type/Height
diagram MDv1.07_p116.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="Height" type="xs:int"/>

element DigitalAssetImageData-type/Encoding
diagram MDv1.07_p117.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Encoding" type="xs:string"/>

element DigitalAssetImageData-type/TrackReference
diagram MDv1.07_p118.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TrackReference" type="xs:string" minOccurs="0"/>

complexType DigitalAssetInteractiveData-type
diagram MDv1.07_p119.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetInteractiveData-type">
 
<xs:sequence>
   
<xs:element name="Type" type="xs:string"/>
   
<xs:element name="Language" type="xs:language"/>
   
<xs:element name="TrackReference" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetInteractiveData-type/Type
diagram MDv1.07_p120.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Type" type="xs:string"/>

element DigitalAssetInteractiveData-type/Language
diagram MDv1.07_p121.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:language
source <xs:element name="Language" type="xs:language"/>

element DigitalAssetInteractiveData-type/TrackReference
diagram MDv1.07_p122.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TrackReference" type="xs:string" minOccurs="0"/>

complexType DigitalAssetMetadata-type
diagram MDv1.07_p123.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetMetadata-type">
 
<xs:choice>
   
<xs:element name="Audio" type="md:DigitalAssetAudioData-type"/>
   
<xs:element name="Video" type="md:DigitalAssetVideoData-type"/>
   
<xs:element name="Subtitle" type="md:DigitalAssetSubtitleData-type"/>
   
<xs:element name="Image" type="md:DigitalAssetImageData-type"/>
   
<xs:element name="Interactive" type="md:DigitalAssetInteractiveData-type"/>
 
</xs:choice>
</xs:complexType>

element DigitalAssetMetadata-type/Audio
diagram MDv1.07_p124.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetAudioData-type
source <xs:element name="Audio" type="md:DigitalAssetAudioData-type"/>

element DigitalAssetMetadata-type/Video
diagram MDv1.07_p125.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetVideoData-type
source <xs:element name="Video" type="md:DigitalAssetVideoData-type"/>

element DigitalAssetMetadata-type/Subtitle
diagram MDv1.07_p126.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetSubtitleData-type
source <xs:element name="Subtitle" type="md:DigitalAssetSubtitleData-type"/>

element DigitalAssetMetadata-type/Image
diagram MDv1.07_p127.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetImageData-type
source <xs:element name="Image" type="md:DigitalAssetImageData-type"/>

element DigitalAssetMetadata-type/Interactive
diagram MDv1.07_p128.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetInteractiveData-type
source <xs:element name="Interactive" type="md:DigitalAssetInteractiveData-type"/>

complexType DigitalAssetSubtitleData-type
diagram MDv1.07_p129.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetSubtitleData-type">
 
<xs:sequence>
   
<xs:element name="Format">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:string">
           
<xs:attribute name="SDImage" type="xs:boolean"/>
           
<xs:attribute name="HDImage" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="Type" type="xs:string" minOccurs="0"/>
   
<xs:element name="FormatType" type="xs:string" minOccurs="0"/>
   
<xs:element name="Language" type="xs:language"/>
   
<xs:element name="TrackReference" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetSubtitleData-type/Format
diagram MDv1.07_p130.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  annotation
SDImagexs:boolean      
HDImagexs:boolean      
source <xs:element name="Format">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:string">
       
<xs:attribute name="SDImage" type="xs:boolean"/>
       
<xs:attribute name="HDImage" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute DigitalAssetSubtitleData-type/Format/@SDImage
type xs:boolean
source <xs:attribute name="SDImage" type="xs:boolean"/>

attribute DigitalAssetSubtitleData-type/Format/@HDImage
type xs:boolean
source <xs:attribute name="HDImage" type="xs:boolean"/>

element DigitalAssetSubtitleData-type/Description
diagram MDv1.07_p131.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element DigitalAssetSubtitleData-type/Type
diagram MDv1.07_p132.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Type" type="xs:string" minOccurs="0"/>

element DigitalAssetSubtitleData-type/FormatType
diagram MDv1.07_p133.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="FormatType" type="xs:string" minOccurs="0"/>

element DigitalAssetSubtitleData-type/Language
diagram MDv1.07_p134.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:language
source <xs:element name="Language" type="xs:language"/>

element DigitalAssetSubtitleData-type/TrackReference
diagram MDv1.07_p135.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TrackReference" type="xs:string" minOccurs="0"/>

complexType DigitalAssetVideoData-type
diagram MDv1.07_p136.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetVideoData-type">
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="Type" type="xs:string" minOccurs="0"/>
   
<xs:element name="Encoding" type="md:DigitalAssetVideoEncoding-type" minOccurs="0"/>
   
<xs:element name="Picture" type="md:DigitalAssetVideoPicture-type"/>
   
<xs:element name="ColorType" type="md:ColorType-type">
     
<xs:annotation>
       
<xs:documentation>BW, Color, Colorized, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SubtitleLanguage" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:language">
           
<xs:attribute name="closed" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="TrackReference" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetVideoData-type/Description
diagram MDv1.07_p137.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element DigitalAssetVideoData-type/Type
diagram MDv1.07_p138.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Type" type="xs:string" minOccurs="0"/>

element DigitalAssetVideoData-type/Encoding
diagram MDv1.07_p139.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetVideoEncoding-type
source <xs:element name="Encoding" type="md:DigitalAssetVideoEncoding-type" minOccurs="0"/>

element DigitalAssetVideoData-type/Picture
diagram MDv1.07_p140.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:DigitalAssetVideoPicture-type
source <xs:element name="Picture" type="md:DigitalAssetVideoPicture-type"/>

element DigitalAssetVideoData-type/ColorType
diagram MDv1.07_p141.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:ColorType-type
facets
Kind Value annotation 
enumeration color 
enumeration bandw 
enumeration colorized 
enumeration composite 
annotation
documentation
BW, Color, Colorized, etc.
source <xs:element name="ColorType" type="md:ColorType-type">
 
<xs:annotation>
   
<xs:documentation>BW, Color, Colorized, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DigitalAssetVideoData-type/SubtitleLanguage
diagram MDv1.07_p142.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:language
attributes
Name  Type  Use  Default  Fixed  annotation
closedxs:boolean      
source <xs:element name="SubtitleLanguage" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:language">
       
<xs:attribute name="closed" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute DigitalAssetVideoData-type/SubtitleLanguage/@closed
type xs:boolean
source <xs:attribute name="closed" type="xs:boolean"/>

element DigitalAssetVideoData-type/TrackReference
diagram MDv1.07_p143.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="TrackReference" type="xs:string" minOccurs="0"/>

complexType DigitalAssetVideoEncoding-type
diagram MDv1.07_p144.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetVideoEncoding-type">
 
<xs:sequence>
   
<xs:element name="Codec" type="xs:string"/>
   
<xs:element name="CodecType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="MPEGProfile" type="xs:string" minOccurs="0"/>
   
<xs:element name="MPEGLevel" type="xs:string" minOccurs="0"/>
   
<xs:element name="BitrateMax" type="xs:integer" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetVideoEncoding-type/Codec
diagram MDv1.07_p145.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Codec" type="xs:string"/>

element DigitalAssetVideoEncoding-type/CodecType
diagram MDv1.07_p146.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="CodecType" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element DigitalAssetVideoEncoding-type/MPEGProfile
diagram MDv1.07_p147.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="MPEGProfile" type="xs:string" minOccurs="0"/>

element DigitalAssetVideoEncoding-type/MPEGLevel
diagram MDv1.07_p148.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="MPEGLevel" type="xs:string" minOccurs="0"/>

element DigitalAssetVideoEncoding-type/BitrateMax
diagram MDv1.07_p149.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:integer
source <xs:element name="BitrateMax" type="xs:integer" minOccurs="0"/>

complexType DigitalAssetVideoPicture-type
diagram MDv1.07_p150.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="DigitalAssetVideoPicture-type">
 
<xs:sequence>
   
<xs:element name="AspectRatio" type="xs:string"/>
   
<xs:element name="PixelAspect" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="NTSC"/>
         
<xs:enumeration value="PAL"/>
         
<xs:enumeration value="square"/>
         
<xs:enumeration value="other"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="WidthPixels" type="xs:int" minOccurs="0"/>
   
<xs:element name="HeightPixels" type="xs:int" minOccurs="0"/>
   
<xs:element name="ActiveWidthPixels" type="xs:int" minOccurs="0"/>
   
<xs:element name="ActiveHeightPixels" type="xs:int" minOccurs="0"/>
   
<xs:element name="FrameRate" type="xs:int" minOccurs="0"/>
   
<xs:element name="Progressive" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="Type3D" type="xs:boolean" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element DigitalAssetVideoPicture-type/AspectRatio
diagram MDv1.07_p151.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="AspectRatio" type="xs:string"/>

element DigitalAssetVideoPicture-type/PixelAspect
diagram MDv1.07_p152.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
facets
Kind Value annotation 
enumeration NTSC 
enumeration PAL 
enumeration square 
enumeration other 
source <xs:element name="PixelAspect" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="NTSC"/>
     
<xs:enumeration value="PAL"/>
     
<xs:enumeration value="square"/>
     
<xs:enumeration value="other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DigitalAssetVideoPicture-type/WidthPixels
diagram MDv1.07_p153.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="WidthPixels" type="xs:int" minOccurs="0"/>

element DigitalAssetVideoPicture-type/HeightPixels
diagram MDv1.07_p154.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="HeightPixels" type="xs:int" minOccurs="0"/>

element DigitalAssetVideoPicture-type/ActiveWidthPixels
diagram MDv1.07_p155.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="ActiveWidthPixels" type="xs:int" minOccurs="0"/>

element DigitalAssetVideoPicture-type/ActiveHeightPixels
diagram MDv1.07_p156.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="ActiveHeightPixels" type="xs:int" minOccurs="0"/>

element DigitalAssetVideoPicture-type/FrameRate
diagram MDv1.07_p157.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:int
source <xs:element name="FrameRate" type="xs:int" minOccurs="0"/>

element DigitalAssetVideoPicture-type/Progressive
diagram MDv1.07_p158.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="Progressive" type="xs:boolean" minOccurs="0"/>

element DigitalAssetVideoPicture-type/Type3D
diagram MDv1.07_p159.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:boolean
source <xs:element name="Type3D" type="xs:boolean" minOccurs="0"/>

complexType NVPair-type
diagram MDv1.07_p160.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="NVPair-type">
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string"/>
   
<xs:element name="Value" type="xs:string"/>
 
</xs:sequence>
</xs:complexType>

element NVPair-type/Name
diagram MDv1.07_p161.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Name" type="xs:string"/>

element NVPair-type/Value
diagram MDv1.07_p162.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Value" type="xs:string"/>

complexType OrgName-type
diagram MDv1.07_p163.png
namespace http://www.movielabs.com/schema/md/v1.07/md
attributes
Name  Type  Use  Default  Fixed  annotation
organizationIDmd:orgID-type      
source <xs:complexType name="OrgName-type">
 
<xs:sequence>
   
<xs:element name="DisplayName" type="xs:string"/>
   
<xs:element name="SortName" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="organizationID" type="md:orgID-type"/>
</xs:complexType>

attribute OrgName-type/@organizationID
type md:orgID-type
source <xs:attribute name="organizationID" type="md:orgID-type"/>

element OrgName-type/DisplayName
diagram MDv1.07_p164.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="DisplayName" type="xs:string"/>

element OrgName-type/SortName
diagram MDv1.07_p165.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="SortName" type="xs:string" minOccurs="0"/>

complexType PersonIdentifier-type
diagram MDv1.07_p166.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="PersonIdentifier-type">
 
<xs:sequence>
   
<xs:element name="Identifier" type="xs:string"/>
   
<xs:element name="Namespace" type="xs:string"/>
   
<xs:element name="ReferenceLocation" type="xs:anyURI" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element PersonIdentifier-type/Identifier
diagram MDv1.07_p167.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Identifier" type="xs:string"/>

element PersonIdentifier-type/Namespace
diagram MDv1.07_p168.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Namespace" type="xs:string"/>

element PersonIdentifier-type/ReferenceLocation
diagram MDv1.07_p169.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:anyURI
source <xs:element name="ReferenceLocation" type="xs:anyURI" minOccurs="0"/>

complexType PersonName-type
diagram MDv1.07_p170.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="PersonName-type">
 
<xs:sequence>
   
<xs:element name="DisplayName" type="xs:string"/>
   
<xs:element name="SortName" type="xs:string" minOccurs="0"/>
   
<xs:element name="FirstGivenName" type="xs:string" minOccurs="0"/>
   
<xs:element name="SecondGivenName" type="xs:string" minOccurs="0"/>
   
<xs:element name="FamilyName" type="xs:string" minOccurs="0"/>
   
<xs:element name="Suffix" type="xs:string" minOccurs="0"/>
   
<xs:element name="Moniker" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element PersonName-type/DisplayName
diagram MDv1.07_p171.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="DisplayName" type="xs:string"/>

element PersonName-type/SortName
diagram MDv1.07_p172.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="SortName" type="xs:string" minOccurs="0"/>

element PersonName-type/FirstGivenName
diagram MDv1.07_p173.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="FirstGivenName" type="xs:string" minOccurs="0"/>

element PersonName-type/SecondGivenName
diagram MDv1.07_p174.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="SecondGivenName" type="xs:string" minOccurs="0"/>

element PersonName-type/FamilyName
diagram MDv1.07_p175.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="FamilyName" type="xs:string" minOccurs="0"/>

element PersonName-type/Suffix
diagram MDv1.07_p176.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Suffix" type="xs:string" minOccurs="0"/>

element PersonName-type/Moniker
diagram MDv1.07_p177.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Moniker" type="xs:string" minOccurs="0"/>

complexType Region-type
diagram MDv1.07_p178.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="Region-type">
 
<xs:choice>
   
<xs:element name="country">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[A-Z][A-Z]"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="countryRegion">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[A-Z][A-Z]-[A-Z0-9]+"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element Region-type/country
diagram MDv1.07_p179.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
source <xs:element name="country">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[A-Z][A-Z]"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Region-type/countryRegion
diagram MDv1.07_p180.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
source <xs:element name="countryRegion">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[A-Z][A-Z]-[A-Z0-9]+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType ReleaseHistory-type
diagram MDv1.07_p181.png
namespace http://www.movielabs.com/schema/md/v1.07/md
source <xs:complexType name="ReleaseHistory-type">
 
<xs:sequence>
   
<xs:element name="ReleaseType" type="xs:string"/>
   
<xs:element name="DistrTerritory" type="md:Region-type" minOccurs="0"/>
   
<xs:element name="DateTime" minOccurs="0">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:dateTime">
           
<xs:attribute name="scheduled" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Date">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:date">
           
<xs:attribute name="scheduled" type="xs:boolean"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
   
<xs:element name="ReleaseOrg" type="md:OrgName-type" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element ReleaseHistory-type/ReleaseType
diagram MDv1.07_p182.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="ReleaseType" type="xs:string"/>

element ReleaseHistory-type/DistrTerritory
diagram MDv1.07_p183.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:Region-type
source <xs:element name="DistrTerritory" type="md:Region-type" minOccurs="0"/>

element ReleaseHistory-type/DateTime
diagram MDv1.07_p184.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:dateTime
attributes
Name  Type  Use  Default  Fixed  annotation
scheduledxs:boolean      
source <xs:element name="DateTime" minOccurs="0">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:dateTime">
       
<xs:attribute name="scheduled" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ReleaseHistory-type/DateTime/@scheduled
type xs:boolean
source <xs:attribute name="scheduled" type="xs:boolean"/>

element ReleaseHistory-type/Date
diagram MDv1.07_p185.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type extension of xs:date
attributes
Name  Type  Use  Default  Fixed  annotation
scheduledxs:boolean      
source <xs:element name="Date">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:date">
       
<xs:attribute name="scheduled" type="xs:boolean"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ReleaseHistory-type/Date/@scheduled
type xs:boolean
source <xs:attribute name="scheduled" type="xs:boolean"/>

element ReleaseHistory-type/Description
diagram MDv1.07_p186.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:element name="Description" type="xs:string" minOccurs="0"/>

element ReleaseHistory-type/ReleaseOrg
diagram MDv1.07_p187.png
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:OrgName-type
attributes
Name  Type  Use  Default  Fixed  annotation
organizationIDmd:orgID-type      
source <xs:element name="ReleaseOrg" type="md:OrgName-type" minOccurs="0" maxOccurs="unbounded"/>

simpleType AssetLogicalID-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:id-type
source <xs:simpleType name="AssetLogicalID-type">
 
<xs:restriction base="md:id-type"/>
</xs:simpleType>

simpleType AssetPhysicalID-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:id-type
source <xs:simpleType name="AssetPhysicalID-type">
 
<xs:restriction base="md:id-type"/>
</xs:simpleType>

simpleType ColorType-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type restriction of xs:string
facets
Kind Value annotation 
enumeration color 
enumeration bandw 
enumeration colorized 
enumeration composite 
source <xs:simpleType name="ColorType-type">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="color"/>
   
<xs:enumeration value="bandw"/>
   
<xs:enumeration value="colorized"/>
   
<xs:enumeration value="composite"/>
 
</xs:restriction>
</xs:simpleType>

simpleType CompObjID-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:id-type
source <xs:simpleType name="CompObjID-type">
 
<xs:restriction base="md:id-type"/>
</xs:simpleType>

simpleType ContainerProfile-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:simpleType name="ContainerProfile-type">
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType ContainerType-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:simpleType name="ContainerType-type">
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType ContentID-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type md:id-type
source <xs:simpleType name="ContentID-type">
 
<xs:restriction base="md:id-type"/>
</xs:simpleType>

simpleType id-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:anyURI
source <xs:simpleType name="id-type">
 
<xs:restriction base="xs:anyURI"/>
</xs:simpleType>

simpleType orgID-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:simpleType name="orgID-type">
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType Role-type
namespace http://www.movielabs.com/schema/md/v1.07/md
type xs:string
source <xs:simpleType name="Role-type">
 
<xs:restriction base="xs:string"/>
</xs:simpleType>


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