Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema catalog.xsd
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Properties
attribute form default unqualified
element form default qualified
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element Catalog
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CatalogType_version catalog_xsd.tmp#CatalogType_Partner catalog_xsd.tmp#CatalogType_Works catalog_xsd.tmp#CatalogType
Type CatalogType
Properties
content complex
Model
Children Partner, Works
Instance
<Catalog version="" xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Partner>{1,1}</Partner>
  <Works>{1,1}</Works>
</Catalog>
Attributes
QName Type Use Annotation
version SchemaVersion optional
[Added in version 1.2]
The version of the schema this catalog uses. Refer to the schema "id" to figure out which schema version you are using.
Although this attribute was made optional for compatibility reasons, we recommend that you provide the version.
e.g. FireTv-v1.2
Source
<xsd:element name="Catalog" type="CatalogType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CatalogType / Partner
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
An identifier for the partner providing the titles in this document. If you don't know your partner ID, contact your Amazon representative.
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Partner" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An identifier for the partner providing the titles in this document. If you don't know your partner ID, contact your Amazon representative.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CatalogType / Works
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A list of works provided by this partner. May contain Movies, TV Special, TV Shows, TV Seasons, or TV Episodes.
Diagram
Diagram catalog_xsd.tmp#WorkListType_Movie catalog_xsd.tmp#WorkListType_TvEpisode catalog_xsd.tmp#WorkListType_TvSeason catalog_xsd.tmp#WorkListType_TvShow catalog_xsd.tmp#WorkListType_MiniSeries catalog_xsd.tmp#WorkListType_MiniSeriesEpisode catalog_xsd.tmp#WorkListType_TvSpecial catalog_xsd.tmp#WorkListType_Extra catalog_xsd.tmp#WorkListType
Type WorkListType
Properties
content complex
Model
Children Extra, MiniSeries, MiniSeriesEpisode, Movie, TvEpisode, TvSeason, TvShow, TvSpecial
Instance
<Works xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Movie>{1,1}</Movie>
  <TvEpisode>{1,1}</TvEpisode>
  <TvSeason>{1,1}</TvSeason>
  <TvShow>{1,1}</TvShow>
  <MiniSeries>{1,1}</MiniSeries>
  <MiniSeriesEpisode>{1,1}</MiniSeriesEpisode>
  <TvSpecial>{1,1}</TvSpecial>
  <Extra>{1,1}</Extra>
</Works>
Source
<xsd:element name="Works" type="WorkListType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A list of works provided by this partner. May contain Movies, TV Special, TV Shows, TV Seasons, or TV Episodes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / Movie
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MovieType_ReleaseDate catalog_xsd.tmp#MovieType
Type MovieType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Instance
<Movie xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ReleaseDate>{0,1}</ReleaseDate>
</Movie>
Source
<xsd:element name="Movie" type="MovieType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
An identifier for a title. This field is required, and CAN NOT be left blank. The ID must be unique amongst all content for each partner.
Diagram
Diagram catalog_xsd.tmp#NonEmptyToken
Type NonEmptyToken
Properties
content simple
Facets
minLength 1
Source
<xsd:element name="ID" type="NonEmptyToken">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An identifier for a title. This field is required, and CAN NOT be left blank. The ID must be unique amongst all content for each partner.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ExternalID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
External identifier (e.g., IMDb) for content matching.
Diagram
Diagram catalog_xsd.tmp#ExternalIDType_scheme catalog_xsd.tmp#ExternalIDType
Type ExternalIDType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
scheme ExternalIDTypeEnum required
Source
<xsd:element name="ExternalID" type="ExternalIDType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">External identifier (e.g., IMDb) for content matching.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Title
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Title" type="LocalizedString" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Copyright
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Type LocalizedString
Properties
Attributes
Source
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Offers
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A list of playback offers. This can include: Free, Subscription, Paid, or Rental.
Diagram
Diagram catalog_xsd.tmp#OfferListType_SubscriptionOffer catalog_xsd.tmp#OfferListType_FreeOffer catalog_xsd.tmp#OfferListType_PurchaseOffer catalog_xsd.tmp#OfferListType_RentalOffer catalog_xsd.tmp#OfferListType
Type OfferListType
Properties
content complex
Model
Children FreeOffer, PurchaseOffer, RentalOffer, SubscriptionOffer
Instance
<Offers xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <SubscriptionOffer>{1,1}</SubscriptionOffer>
  <FreeOffer>{1,1}</FreeOffer>
  <PurchaseOffer>{1,1}</PurchaseOffer>
  <RentalOffer>{1,1}</RentalOffer>
</Offers>
Source
<xsd:element name="Offers" type="OfferListType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A list of playback offers. This can include: Free, Subscription, Paid, or Rental.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferListType / SubscriptionOffer
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#SubscriptionOfferType
Type SubscriptionOfferType
Type hierarchy
Properties
content complex
Model
Children LaunchDetails, Quality, Regions, WindowEnd, WindowStart
Instance
<SubscriptionOffer xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Quality>{0,1}</Quality>
  <Regions>{1,1}</Regions>
  <WindowStart>{0,1}</WindowStart>
  <WindowEnd>{0,1}</WindowEnd>
  <LaunchDetails>{0,unbounded}</LaunchDetails>
</SubscriptionOffer>
Source
<xsd:element name="SubscriptionOffer" type="SubscriptionOfferType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferBaseType / Quality
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
DEPRECATED. The quality (SD, HD, UHD, etc) of this offer. This has been deprecated in favor of LaunchDetails::LaunchQuality.
Diagram
Diagram catalog_xsd.tmp#QualityType
Type QualityType
Properties
content simple
minOccurs 0
Facets
enumeration SD
enumeration HD
enumeration UHD
Source
<xsd:element name="Quality" type="QualityType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">DEPRECATED. The quality (SD, HD, UHD, etc) of this offer. This has been deprecated in favor of LaunchDetails::LaunchQuality.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferBaseType / Regions
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#RegionsType_Country catalog_xsd.tmp#RegionsType
Type RegionsType
Properties
content complex
Model
Children Country
Instance
<Regions xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Country>{1,1}</Country>
</Regions>
Source
<xsd:element name="Regions" type="RegionsType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RegionsType / Country
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CountryType
Type CountryType
Properties
content simple
Facets
enumeration AF
enumeration AX
enumeration AL
enumeration DZ
enumeration AS
enumeration AD
enumeration AO
enumeration AI
enumeration AQ
enumeration AG
enumeration AR
enumeration AM
enumeration AW
enumeration AU
enumeration AT
enumeration AZ
enumeration BS
enumeration BH
enumeration BD
enumeration BB
enumeration BY
enumeration BE
enumeration BZ
enumeration BJ
enumeration BM
enumeration BT
enumeration BO
enumeration BQ
enumeration BA
enumeration BW
enumeration BV
enumeration BR
enumeration IO
enumeration BN
enumeration BG
enumeration BF
enumeration BI
enumeration KH
enumeration CM
enumeration CA
enumeration CV
enumeration KY
enumeration CF
enumeration TD
enumeration CL
enumeration CN
enumeration CX
enumeration CC
enumeration CO
enumeration KM
enumeration CG
enumeration CD
enumeration CK
enumeration CR
enumeration CI
enumeration HR
enumeration CU
enumeration CW
enumeration CY
enumeration CZ
enumeration DK
enumeration DJ
enumeration DM
enumeration DO
enumeration EC
enumeration EG
enumeration SV
enumeration GQ
enumeration ER
enumeration EE
enumeration ET
enumeration FK
enumeration FO
enumeration FJ
enumeration FI
enumeration FR
enumeration GF
enumeration PF
enumeration TF
enumeration GA
enumeration GM
enumeration GE
enumeration DE
enumeration GH
enumeration GI
enumeration GR
enumeration GL
enumeration GD
enumeration GP
enumeration GU
enumeration GT
enumeration GG
enumeration GN
enumeration GW
enumeration GY
enumeration HT
enumeration HM
enumeration VA
enumeration HN
enumeration HK
enumeration HU
enumeration IS
enumeration IN
enumeration ID
enumeration IR
enumeration IQ
enumeration IE
enumeration IM
enumeration IL
enumeration IT
enumeration JM
enumeration JP
enumeration JE
enumeration JO
enumeration KZ
enumeration KE
enumeration KI
enumeration KP
enumeration KR
enumeration KW
enumeration KG
enumeration LA
enumeration LV
enumeration LB
enumeration LS
enumeration LR
enumeration LY
enumeration LI
enumeration LT
enumeration LU
enumeration MO
enumeration MK
enumeration MG
enumeration MW
enumeration MY
enumeration MV
enumeration ML
enumeration MT
enumeration MH
enumeration MQ
enumeration MR
enumeration MU
enumeration YT
enumeration MX
enumeration FM
enumeration MD
enumeration MC
enumeration MN
enumeration ME
enumeration MS
enumeration MA
enumeration MZ
enumeration MM
enumeration NA
enumeration NR
enumeration NP
enumeration NL
enumeration NC
enumeration NZ
enumeration NI
enumeration NE
enumeration NG
enumeration NU
enumeration NF
enumeration MP
enumeration NO
enumeration OM
enumeration PK
enumeration PW
enumeration PS
enumeration PA
enumeration PG
enumeration PY
enumeration PE
enumeration PH
enumeration PN
enumeration PL
enumeration PT
enumeration PR
enumeration QA
enumeration RE
enumeration RO
enumeration RU
enumeration RW
enumeration BL
enumeration SH
enumeration KN
enumeration LC
enumeration MF
enumeration PM
enumeration VC
enumeration WS
enumeration SM
enumeration ST
enumeration SA
enumeration SN
enumeration RS
enumeration SC
enumeration SL
enumeration SG
enumeration SX
enumeration SK
enumeration SI
enumeration SB
enumeration SO
enumeration ZA
enumeration GS
enumeration SS
enumeration ES
enumeration LK
enumeration SD
enumeration SR
enumeration SJ
enumeration SZ
enumeration SE
enumeration CH
enumeration SY
enumeration TW
enumeration TJ
enumeration TZ
enumeration TH
enumeration TL
enumeration TG
enumeration TK
enumeration TO
enumeration TT
enumeration TN
enumeration TR
enumeration TM
enumeration TC
enumeration TV
enumeration UG
enumeration UA
enumeration AE
enumeration GB
enumeration US
enumeration UM
enumeration UY
enumeration UZ
enumeration VU
enumeration VE
enumeration VN
enumeration VG
enumeration VI
enumeration WF
enumeration EH
enumeration YE
enumeration ZM
enumeration ZW
Source
<xsd:element name="Country" type="CountryType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferBaseType / WindowStart
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="WindowStart" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferBaseType / WindowEnd
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="WindowEnd" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferBaseType / LaunchDetails
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LaunchDetailsType_Quality catalog_xsd.tmp#LaunchDetailsType_AudioLanguage catalog_xsd.tmp#LaunchDetailsType_Subtitle catalog_xsd.tmp#LaunchDetailsType_LaunchId catalog_xsd.tmp#LaunchDetailsType
Type LaunchDetailsType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children AudioLanguage, LaunchId, Quality, Subtitle
Instance
<LaunchDetails xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Quality>{0,unbounded}</Quality>
  <AudioLanguage>{0,unbounded}</AudioLanguage>
  <Subtitle>{0,unbounded}</Subtitle>
  <LaunchId>{0,1}</LaunchId>
</LaunchDetails>
Source
<xsd:element name="LaunchDetails" type="LaunchDetailsType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element LaunchDetailsType / Quality
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The video qualities that the content can be launched with.
e.g. HD, SD, UHD, etc.
Diagram
Diagram catalog_xsd.tmp#QualityType
Type QualityType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
enumeration SD
enumeration HD
enumeration UHD
Source
<xsd:element name="Quality" type="QualityType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The video qualities that the content can be launched with. e.g. HD, SD, UHD, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element LaunchDetailsType / AudioLanguage
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The Audio Languages (original language or dubbed languages) that the content can be launched with.
e.g. en-us, en-ca, etc.
Diagram
Diagram
Type xsd:language
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="AudioLanguage" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The Audio Languages (original language or dubbed languages) that the content can be launched with. e.g. en-us, en-ca, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element LaunchDetailsType / Subtitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The Subtitles that the content can be launched with.
e.g. en, es, etc.
Diagram
Diagram
Type xsd:language
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="Subtitle" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The Subtitles that the content can be launched with. e.g. en, es, etc.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element LaunchDetailsType / LaunchId
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
An identifier that the Fire TV will use to launch this content with the quality, audio, subtitle combination specified in this group. If no value is specified, the common work's ID will be used to launch this content. This field is provided so that you can use a single identifier for content(s) that have the same metadata but differ in encoding audio (dubbed), quality, and subtitles. Using this field, you can specify the actual identifier that launches content with any combination.
e.g.
    tt0499549 is the identifier for Avatar (2009). To launch it with Spanish audio and Spanish subtitles in HD, you could use an LaunchId like this: tt0499549:en-us:en:HD
Diagram
Diagram
Type xsd:token
Properties
content simple
minOccurs 0
Source
<xsd:element name="LaunchId" type="xsd:token" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An identifier that the Fire TV will use to launch this content with the quality, audio, subtitle combination specified in this group. If no value is specified, the common work's ID will be used to launch this content. This field is provided so that you can use a single identifier for content(s) that have the same metadata but differ in encoding audio (dubbed), quality, and subtitles. Using this field, you can specify the actual identifier that launches content with any combination. e.g. tt0499549 is the identifier for Avatar (2009). To launch it with Spanish audio and Spanish subtitles in HD, you could use an LaunchId like this: tt0499549:en-us:en:HD</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferListType / FreeOffer
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#FreeOfferType
Type FreeOfferType
Type hierarchy
Properties
content complex
Model
Children LaunchDetails, Quality, Regions, WindowEnd, WindowStart
Instance
<FreeOffer xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Quality>{0,1}</Quality>
  <Regions>{1,1}</Regions>
  <WindowStart>{0,1}</WindowStart>
  <WindowEnd>{0,1}</WindowEnd>
  <LaunchDetails>{0,unbounded}</LaunchDetails>
</FreeOffer>
Source
<xsd:element name="FreeOffer" type="FreeOfferType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferListType / PurchaseOffer
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#PurchaseOfferType_Price catalog_xsd.tmp#PurchaseOfferType
Type PurchaseOfferType
Type hierarchy
Properties
content complex
Model
Children LaunchDetails, Price, Quality, Regions, WindowEnd, WindowStart
Instance
<PurchaseOffer xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Quality>{0,1}</Quality>
  <Regions>{1,1}</Regions>
  <WindowStart>{0,1}</WindowStart>
  <WindowEnd>{0,1}</WindowEnd>
  <LaunchDetails>{0,unbounded}</LaunchDetails>
  <Price currency="">{1,1}</Price>
</PurchaseOffer>
Source
<xsd:element name="PurchaseOffer" type="PurchaseOfferType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element PurchaseOfferType / Price
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PriceType_currency catalog_xsd.tmp#PriceType
Type PriceType
Properties
content complex
Attributes
QName Type Use
currency CurrencyType required
Source
<xsd:element name="Price" type="PriceType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element OfferListType / RentalOffer
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#RentalOfferType_Price catalog_xsd.tmp#RentalOfferType_Duration catalog_xsd.tmp#RentalOfferType
Type RentalOfferType
Type hierarchy
Properties
content complex
Model
Children Duration, LaunchDetails, Price, Quality, Regions, WindowEnd, WindowStart
Instance
<RentalOffer xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Quality>{0,1}</Quality>
  <Regions>{1,1}</Regions>
  <WindowStart>{0,1}</WindowStart>
  <WindowEnd>{0,1}</WindowEnd>
  <LaunchDetails>{0,unbounded}</LaunchDetails>
  <Price currency="">{1,1}</Price>
  <Duration>{1,1}</Duration>
</RentalOffer>
Source
<xsd:element name="RentalOffer" type="RentalOfferType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RentalOfferType / Price
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PriceType_currency catalog_xsd.tmp#PriceType
Type PriceType
Properties
content complex
Attributes
QName Type Use
currency CurrencyType required
Source
<xsd:element name="Price" type="PriceType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RentalOfferType / Duration
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Length, in hours, of rental period.
Diagram
Diagram
Type xsd:int
Properties
content simple
Source
<xsd:element name="Duration" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Length, in hours, of rental period.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / AdultProduct
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Whether the item is rated as adult-only content.
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="AdultProduct" type="xsd:boolean" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Whether the item is rated as adult-only content.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ReleaseYear
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The year in which the item was first released to the public, or the first airdate in the case of television.
Diagram
Diagram
Type xsd:int
Properties
content simple
minOccurs 0
Source
<xsd:element name="ReleaseYear" type="xsd:int" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The year in which the item was first released to the public, or the first airdate in the case of television.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ReleaseInfo
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
DEPRECATED. The full date when the item was first released to the public, or the first airdate in the case of television.
Optionally includes a country of first release.
Diagram
Diagram catalog_xsd.tmp#ReleaseInfoType_ReleaseDate catalog_xsd.tmp#ReleaseInfoType_ReleaseCountry catalog_xsd.tmp#ReleaseInfoType
Type ReleaseInfoType
Properties
content complex
minOccurs 0
Model
Children ReleaseCountry, ReleaseDate
Instance
<ReleaseInfo xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ReleaseDate>{1,1}</ReleaseDate>
  <ReleaseCountry>{0,1}</ReleaseCountry>
</ReleaseInfo>
Source
<xsd:element name="ReleaseInfo" type="ReleaseInfoType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">DEPRECATED. The full date when the item was first released to the public, or the first airdate in the case of television. Optionally includes a country of first release.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ReleaseInfoType / ReleaseDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:date
Properties
content simple
Source
<xsd:element name="ReleaseDate" type="xsd:date"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ReleaseInfoType / ReleaseCountry
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CountryType
Type CountryType
Properties
content simple
minOccurs 0
Facets
enumeration AF
enumeration AX
enumeration AL
enumeration DZ
enumeration AS
enumeration AD
enumeration AO
enumeration AI
enumeration AQ
enumeration AG
enumeration AR
enumeration AM
enumeration AW
enumeration AU
enumeration AT
enumeration AZ
enumeration BS
enumeration BH
enumeration BD
enumeration BB
enumeration BY
enumeration BE
enumeration BZ
enumeration BJ
enumeration BM
enumeration BT
enumeration BO
enumeration BQ
enumeration BA
enumeration BW
enumeration BV
enumeration BR
enumeration IO
enumeration BN
enumeration BG
enumeration BF
enumeration BI
enumeration KH
enumeration CM
enumeration CA
enumeration CV
enumeration KY
enumeration CF
enumeration TD
enumeration CL
enumeration CN
enumeration CX
enumeration CC
enumeration CO
enumeration KM
enumeration CG
enumeration CD
enumeration CK
enumeration CR
enumeration CI
enumeration HR
enumeration CU
enumeration CW
enumeration CY
enumeration CZ
enumeration DK
enumeration DJ
enumeration DM
enumeration DO
enumeration EC
enumeration EG
enumeration SV
enumeration GQ
enumeration ER
enumeration EE
enumeration ET
enumeration FK
enumeration FO
enumeration FJ
enumeration FI
enumeration FR
enumeration GF
enumeration PF
enumeration TF
enumeration GA
enumeration GM
enumeration GE
enumeration DE
enumeration GH
enumeration GI
enumeration GR
enumeration GL
enumeration GD
enumeration GP
enumeration GU
enumeration GT
enumeration GG
enumeration GN
enumeration GW
enumeration GY
enumeration HT
enumeration HM
enumeration VA
enumeration HN
enumeration HK
enumeration HU
enumeration IS
enumeration IN
enumeration ID
enumeration IR
enumeration IQ
enumeration IE
enumeration IM
enumeration IL
enumeration IT
enumeration JM
enumeration JP
enumeration JE
enumeration JO
enumeration KZ
enumeration KE
enumeration KI
enumeration KP
enumeration KR
enumeration KW
enumeration KG
enumeration LA
enumeration LV
enumeration LB
enumeration LS
enumeration LR
enumeration LY
enumeration LI
enumeration LT
enumeration LU
enumeration MO
enumeration MK
enumeration MG
enumeration MW
enumeration MY
enumeration MV
enumeration ML
enumeration MT
enumeration MH
enumeration MQ
enumeration MR
enumeration MU
enumeration YT
enumeration MX
enumeration FM
enumeration MD
enumeration MC
enumeration MN
enumeration ME
enumeration MS
enumeration MA
enumeration MZ
enumeration MM
enumeration NA
enumeration NR
enumeration NP
enumeration NL
enumeration NC
enumeration NZ
enumeration NI
enumeration NE
enumeration NG
enumeration NU
enumeration NF
enumeration MP
enumeration NO
enumeration OM
enumeration PK
enumeration PW
enumeration PS
enumeration PA
enumeration PG
enumeration PY
enumeration PE
enumeration PH
enumeration PN
enumeration PL
enumeration PT
enumeration PR
enumeration QA
enumeration RE
enumeration RO
enumeration RU
enumeration RW
enumeration BL
enumeration SH
enumeration KN
enumeration LC
enumeration MF
enumeration PM
enumeration VC
enumeration WS
enumeration SM
enumeration ST
enumeration SA
enumeration SN
enumeration RS
enumeration SC
enumeration SL
enumeration SG
enumeration SX
enumeration SK
enumeration SI
enumeration SB
enumeration SO
enumeration ZA
enumeration GS
enumeration SS
enumeration ES
enumeration LK
enumeration SD
enumeration SR
enumeration SJ
enumeration SZ
enumeration SE
enumeration CH
enumeration SY
enumeration TW
enumeration TJ
enumeration TZ
enumeration TH
enumeration TL
enumeration TG
enumeration TK
enumeration TO
enumeration TT
enumeration TN
enumeration TR
enumeration TM
enumeration TC
enumeration TV
enumeration UG
enumeration UA
enumeration AE
enumeration GB
enumeration US
enumeration UM
enumeration UY
enumeration UZ
enumeration VU
enumeration VE
enumeration VN
enumeration VG
enumeration VI
enumeration WF
enumeration EH
enumeration YE
enumeration ZM
enumeration ZW
Source
<xsd:element name="ReleaseCountry" type="CountryType" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ShortDescription
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A short (2-3 line) description of the content. If you do not have a short description do not include this tag or substitute other information such as the title.
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="ShortDescription" type="LocalizedString" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A short (2-3 line) description of the content. If you do not have a short description do not include this tag or substitute other information such as the title.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Synopsis
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A description of the content. Intended to give more detail than ShortDescription. If you do not have a synopsis do not include this tag.
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Synopsis" type="LocalizedString" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A description of the content. Intended to give more detail than ShortDescription. If you do not have a synopsis do not include this tag.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / MetadataAvailabilityDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Date after which metadata information should be available to viewers.
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="MetadataAvailabilityDate" type="xsd:dateTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Date after which metadata information should be available to viewers.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ImageUrl
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
DEPRECATED. (Use Images Element instead) A URL that specifies an image to represent the TV or movie content ("box art"). Images should be in JPG or PNG format (JPG preferred) and a minimum of 480 pixels in height. Larger is better; we will scale as needed. Although not enforced, please use a 3:4 aspect ratio (at least 360px wide x 480px high) for movies and 16:9 (at least 853px wide x 480px high) or 16:10 (at least 768px wide x 480px high) for TV shows/seasons/episodes. Images smaller than 480px in height and images that exceed a 2:1 or 1:2 aspect ratio will not be used. If the provided image is rejected, we will use another image source (for example, IMDb) or display a placeholder.
Diagram
Diagram catalog_xsd.tmp#WebUrlType
Type WebUrlType
Properties
content simple
Facets
pattern (http|HTTP)(s|S)*://.*
Source
<xsd:element name="ImageUrl" type="WebUrlType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">DEPRECATED. (Use Images Element instead) A URL that specifies an image to represent the TV or movie content ("box art"). Images should be in JPG or PNG format (JPG preferred) and a minimum of 480 pixels in height. Larger is better; we will scale as needed. Although not enforced, please use a 3:4 aspect ratio (at least 360px wide x 480px high) for movies and 16:9 (at least 853px wide x 480px high) or 16:10 (at least 768px wide x 480px high) for TV shows/seasons/episodes. Images smaller than 480px in height and images that exceed a 2:1 or 1:2 aspect ratio will not be used. If the provided image is rejected, we will use another image source (for example, IMDb) or display a placeholder.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Images
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_CommonWorkType_Images_Image
Properties
content complex
Model
Children Image
Instance
<Images xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Image>{1,unbounded}</Image>
</Images>
Source
<xsd:element name="Images">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Image" type="ImageType" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Images / Image
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ImageType_Url catalog_xsd.tmp#ImageType_Locale catalog_xsd.tmp#ImageType
Type ImageType
Properties
content complex
maxOccurs unbounded
Model
Children Locale, Url
Instance
<Image xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Url>{1,1}</Url>
  <Locale>{0,unbounded}</Locale>
</Image>
Source
<xsd:element name="Image" type="ImageType" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ImageType / Url
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#WebUrlType
Type WebUrlType
Properties
content simple
Facets
pattern (http|HTTP)(s|S)*://.*
Source
<xsd:element name="Url" type="WebUrlType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ImageType / Locale
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:language
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xsd:element name="Locale" type="xsd:language" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / RuntimeMinutes
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The overall running time of the content, in minutes.
Diagram
Diagram
Type xsd:int
Properties
content simple
minOccurs 0
Source
<xsd:element name="RuntimeMinutes" type="xsd:int" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The overall running time of the content, in minutes.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Color
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ColorType
Type ColorType
Properties
content simple
minOccurs 0
Facets
enumeration color
enumeration black_and_white
Source
<xsd:element name="Color" type="ColorType" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Credits
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The human contributors to the work; actors, crew, etc... The same person may appear as both cast or crew multiple times.
Diagram
Diagram catalog_xsd.tmp#CreditsType_CastMember catalog_xsd.tmp#CreditsType_CrewMember catalog_xsd.tmp#CreditsType
Type CreditsType
Properties
content complex
minOccurs 0
Model
Children CastMember, CrewMember
Instance
<Credits xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <CastMember>{1,1}</CastMember>
  <CrewMember>{1,1}</CrewMember>
</Credits>
Source
<xsd:element name="Credits" type="CreditsType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The human contributors to the work; actors, crew, etc... The same person may appear as both cast or crew multiple times.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CreditsType / CastMember
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PersonType_Name catalog_xsd.tmp#PersonType_ExternalID catalog_xsd.tmp#PersonType catalog_xsd.tmp#ActorType_Role catalog_xsd.tmp#ActorType
Type ActorType
Type hierarchy
Properties
content complex
Model
Children ExternalID, Name, Role
Instance
<CastMember xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Name locale="" pronunciation="">{1,unbounded}</Name>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Role locale="" pronunciation="">{0,unbounded}</Role>
</CastMember>
Source
<xsd:element name="CastMember" type="ActorType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element PersonType / Name
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Name" type="LocalizedString" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element PersonType / ExternalID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ExternalIDType_scheme catalog_xsd.tmp#ExternalIDType
Type ExternalIDType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
scheme ExternalIDTypeEnum required
Source
<xsd:element name="ExternalID" type="ExternalIDType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ActorType / Role
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
One or more strings that states what the actor's role in the content is. This could either be the name of the character they played, or "self" if they played as themselves. This field should NOT be used to specify their job, for instance "actor" or "actress".
e.g.
    Tom Hanks as "Forrest Gump" in Forrest Gump (1994)
    John Malkovich  as "self" in Being John Malkovich (1999)
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Role" type="LocalizedString" maxOccurs="unbounded" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">One or more strings that states what the actor's role in the content is. This could either be the name of the character they played, or "self" if they played as themselves. This field should NOT be used to specify their job, for instance "actor" or "actress". e.g. Tom Hanks as "Forrest Gump" in Forrest Gump (1994) John Malkovich as "self" in Being John Malkovich (1999)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CreditsType / CrewMember
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PersonType_Name catalog_xsd.tmp#PersonType_ExternalID catalog_xsd.tmp#PersonType catalog_xsd.tmp#CrewType_Job catalog_xsd.tmp#CrewType
Type CrewType
Type hierarchy
Properties
content complex
Model
Children ExternalID, Job, Name
Instance
<CrewMember xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Name locale="" pronunciation="">{1,unbounded}</Name>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Job locale="" pronunciation="">{1,unbounded}</Job>
</CrewMember>
Source
<xsd:element name="CrewMember" type="CrewType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CrewType / Job
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Job" type="LocalizedString" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Studios
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The studio or studios that produced the content.
Diagram
Diagram catalog_xsd.tmp#StudiosType_Studio catalog_xsd.tmp#StudiosType
Type StudiosType
Properties
content complex
minOccurs 0
Model
Children Studio
Instance
<Studios xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Studio>{1,unbounded}</Studio>
</Studios>
Source
<xsd:element name="Studios" type="StudiosType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The studio or studios that produced the content.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element StudiosType / Studio
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:string
Properties
content simple
maxOccurs unbounded
Source
<xsd:element name="Studio" type="xsd:string" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Language
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:language
Properties
content simple
minOccurs 0
Source
<xsd:element name="Language" type="xsd:language" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / CustomerRating
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
An average customer rating for the content (e.g. 6.6/10.0).
Diagram
Diagram catalog_xsd.tmp#RatingType_Score catalog_xsd.tmp#RatingType_MaxValue catalog_xsd.tmp#RatingType_Count catalog_xsd.tmp#RatingType
Type RatingType
Properties
content complex
minOccurs 0
Model
Children Count, MaxValue, Score
Instance
<CustomerRating xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Score>{1,1}</Score>
  <MaxValue>{1,1}</MaxValue>
  <Count>{0,1}</Count>
</CustomerRating>
Source
<xsd:element name="CustomerRating" type="RatingType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">An average customer rating for the content (e.g. 6.6/10.0).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RatingType / Score
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#NonNegativeDecimal
Type NonNegativeDecimal
Properties
content simple
Facets
minInclusive 0
Source
<xsd:element name="Score" type="NonNegativeDecimal"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RatingType / MaxValue
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#NonNegativeDecimal
Type NonNegativeDecimal
Properties
content simple
Facets
minInclusive 0
Source
<xsd:element name="MaxValue" type="NonNegativeDecimal"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element RatingType / Count
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.2]
An optional value indicating number of users that have contributed to the score.
Diagram
Diagram catalog_xsd.tmp#NonNegativeLong
Type NonNegativeLong
Properties
content simple
minOccurs 0
Facets
minInclusive 0
Source
<xsd:element name="Count" type="NonNegativeLong" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.2] An optional value indicating number of users that have contributed to the score.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Rank
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A score relative to every other item in the catalog. Lower value means that the item is ranked higher than other items that have a higher value. The highest rank an item can have is 1. It is acceptable for multiple items to have the same rank.
Diagram
Diagram
Type xsd:int
Properties
content simple
minOccurs 0
Source
<xsd:element name="Rank" type="xsd:int" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A score relative to every other item in the catalog. Lower value means that the item is ranked higher than other items that have a higher value. The highest rank an item can have is 1. It is acceptable for multiple items to have the same rank.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Source
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#SourceType
Type SourceType
Properties
content simple
minOccurs 0
Facets
enumeration original
enumeration licensed
enumeration unknown
enumeration other
Source
<xsd:element name="Source" type="SourceType" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / Genres
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#GenresType_Genre catalog_xsd.tmp#GenresType
Type GenresType
Properties
content complex
minOccurs 0
Model
Children Genre
Instance
<Genres xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <Genre locale="" pronunciation="">{1,unbounded}</Genre>
</Genres>
Source
<xsd:element name="Genres" type="GenresType" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element GenresType / Genre
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="Genre" type="LocalizedString" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / ContentRatings
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
A List of content ratings or certifications. Each item consists of a certifying system (e.g, MPAA) and a certification (e.g. R).
Diagram
Diagram catalog_xsd.tmp#CertificationsType_ContentRating catalog_xsd.tmp#CertificationsType
Type CertificationsType
Properties
content complex
minOccurs 0
Model
Children ContentRating
Instance
<ContentRatings xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ContentRating>{1,unbounded}</ContentRating>
</ContentRatings>
Source
<xsd:element name="ContentRatings" type="CertificationsType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A List of content ratings or certifications. Each item consists of a certifying system (e.g, MPAA) and a certification (e.g. R).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CertificationsType / ContentRating
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CertificationType_System catalog_xsd.tmp#CertificationType_Certification catalog_xsd.tmp#CertificationType
Type CertificationType
Properties
content complex
maxOccurs unbounded
Model
Children Certification, System
Instance
<ContentRating xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <System>{1,1}</System>
  <Certification>{1,1}</Certification>
</ContentRating>
Source
<xsd:element name="ContentRating" type="CertificationType" maxOccurs="unbounded"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CertificationType / System
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="System" type="xsd:string"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CertificationType / Certification
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Certification" type="xsd:string"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element CommonWorkType / JP_Require18PlusAgeConfirmation
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.2]
An optional boolean flag to mark 18+ content for the Japanese marketplace. Setting this flag to true will require viewers of this content in Japan to confirm that their age is above 18. This is based on Japan's legal requirements.
Diagram
Diagram
Type xsd:boolean
Properties
content simple
minOccurs 0
Source
<xsd:element name="JP_Require18PlusAgeConfirmation" type="xsd:boolean" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.2] An optional boolean flag to mark 18+ content for the Japanese marketplace. Setting this flag to true will require viewers of this content in Japan to confirm that their age is above 18. This is based on Japan's legal requirements.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MovieType / ReleaseDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / TvEpisode
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#EpisodeType_ShowID catalog_xsd.tmp#EpisodeType_ShowTitle catalog_xsd.tmp#EpisodeType_SeasonID catalog_xsd.tmp#EpisodeType_SeasonInShow catalog_xsd.tmp#EpisodeType_SeasonTitle catalog_xsd.tmp#EpisodeType_EpisodeInSeason catalog_xsd.tmp#EpisodeType_OriginalAirDate catalog_xsd.tmp#EpisodeType
Type EpisodeType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, EpisodeInSeason, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, SeasonID, SeasonInShow, SeasonTitle, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Instance
<TvEpisode xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ShowID>{1,1}</ShowID>
  <ShowTitle locale="" pronunciation="">{1,1}</ShowTitle>
  <SeasonID>{1,1}</SeasonID>
  <SeasonInShow>{1,1}</SeasonInShow>
  <SeasonTitle locale="" pronunciation="">{0,1}</SeasonTitle>
  <EpisodeInSeason>{1,1}</EpisodeInSeason>
  <OriginalAirDate>{0,1}</OriginalAirDate>
</TvEpisode>
Source
<xsd:element name="TvEpisode" type="EpisodeType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / ShowID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The token which identifies the show where this episode appears. The show with
this ID should also appear in this document.
Diagram
Diagram
Type xsd:token
Properties
content simple
Source
<xsd:element name="ShowID" type="xsd:token">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The token which identifies the show where this episode appears. The show with this ID should also appear in this document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / ShowTitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="ShowTitle" type="LocalizedString"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / SeasonID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The token which identifies the season where this episode appears. The season with
this ID should also appear in this document.
Diagram
Diagram
Type xsd:token
Properties
content simple
Source
<xsd:element name="SeasonID" type="xsd:token">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The token which identifies the season where this episode appears. The season with this ID should also appear in this document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / SeasonInShow
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The number of the season in the context of the overall TV show.
Diagram
Diagram
Type xsd:int
Properties
content simple
Source
<xsd:element name="SeasonInShow" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The number of the season in the context of the overall TV show.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / SeasonTitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
minOccurs 0
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="SeasonTitle" type="LocalizedString" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / EpisodeInSeason
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The number of the episode in the context of the season.
Diagram
Diagram
Type xsd:int
Properties
content simple
Source
<xsd:element name="EpisodeInSeason" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The number of the episode in the context of the season.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element EpisodeType / OriginalAirDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="OriginalAirDate" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / TvSeason
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#SeasonType_ShowID catalog_xsd.tmp#SeasonType_ShowTitle catalog_xsd.tmp#SeasonType_SeasonInShow catalog_xsd.tmp#SeasonType
Type SeasonType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, SeasonInShow, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Instance
<TvSeason xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ShowID>{1,1}</ShowID>
  <ShowTitle locale="" pronunciation="">{1,1}</ShowTitle>
  <SeasonInShow>{1,1}</SeasonInShow>
</TvSeason>
Source
<xsd:element name="TvSeason" type="SeasonType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SeasonType / ShowID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The token which identifies the show where this season appears. The show with
this ID should also appear in this document.
Diagram
Diagram
Type xsd:token
Properties
content simple
Source
<xsd:element name="ShowID" type="xsd:token">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The token which identifies the show where this season appears. The show with this ID should also appear in this document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SeasonType / ShowTitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="ShowTitle" type="LocalizedString"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SeasonType / SeasonInShow
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The number of the season in the context of the overall TV show.
Diagram
Diagram
Type xsd:int
Properties
content simple
Source
<xsd:element name="SeasonInShow" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The number of the season in the context of the overall TV show.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / TvShow
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#ShowType_ReleaseDate catalog_xsd.tmp#ShowType
Type ShowType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Instance
<TvShow xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ReleaseDate>{0,1}</ReleaseDate>
</TvShow>
Source
<xsd:element name="TvShow" type="ShowType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ShowType / ReleaseDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / MiniSeries
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MiniSeriesType_ReleaseDate catalog_xsd.tmp#MiniSeriesType
Type MiniSeriesType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Instance
<MiniSeries xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ReleaseDate>{0,1}</ReleaseDate>
</MiniSeries>
Source
<xsd:element name="MiniSeries" type="MiniSeriesType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MiniSeriesType / ReleaseDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / MiniSeriesEpisode
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MiniSeriesEpisodeType_MiniSeriesID catalog_xsd.tmp#MiniSeriesEpisodeType_MiniSeriesTitle catalog_xsd.tmp#MiniSeriesEpisodeType_EpisodeInSeries catalog_xsd.tmp#MiniSeriesEpisodeType_OriginalAirDate catalog_xsd.tmp#MiniSeriesEpisodeType
Type MiniSeriesEpisodeType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, EpisodeInSeries, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, MiniSeriesID, MiniSeriesTitle, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Instance
<MiniSeriesEpisode xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <MiniSeriesID>{1,1}</MiniSeriesID>
  <MiniSeriesTitle locale="" pronunciation="">{1,1}</MiniSeriesTitle>
  <EpisodeInSeries>{1,1}</EpisodeInSeries>
  <OriginalAirDate>{0,1}</OriginalAirDate>
</MiniSeriesEpisode>
Source
<xsd:element name="MiniSeriesEpisode" type="MiniSeriesEpisodeType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MiniSeriesEpisodeType / MiniSeriesID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The token which identifies the mini-series where this episode appears. The mini-series with
this ID should also appear in this document.
Diagram
Diagram
Type xsd:token
Properties
content simple
Source
<xsd:element name="MiniSeriesID" type="xsd:token">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The token which identifies the mini-series where this episode appears. The mini-series with this ID should also appear in this document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MiniSeriesEpisodeType / MiniSeriesTitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Provide the mini-series title ONLY if you don't have a mini-series ID that this episode is associated with. It is generally advised to create a mini-series object with a unique id for this title, and associate all episodes of the series with that MiniSeriesID.
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="MiniSeriesTitle" type="LocalizedString">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Provide the mini-series title ONLY if you don't have a mini-series ID that this episode is associated with. It is generally advised to create a mini-series object with a unique id for this title, and associate all episodes of the series with that MiniSeriesID.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MiniSeriesEpisodeType / EpisodeInSeries
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The number of the episode in the context of the overall Mini Series.
Diagram
Diagram
Type xsd:int
Properties
content simple
Source
<xsd:element name="EpisodeInSeries" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The number of the episode in the context of the overall Mini Series.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element MiniSeriesEpisodeType / OriginalAirDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="OriginalAirDate" type="xsd:dateTime" minOccurs="0"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / TvSpecial
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#SpecialType_ShowID catalog_xsd.tmp#SpecialType_ShowTitle catalog_xsd.tmp#SpecialType_OriginalAirDate catalog_xsd.tmp#SpecialType
Type SpecialType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Instance
<TvSpecial xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <ShowID>{1,1}</ShowID>
  <ShowTitle locale="" pronunciation="">{1,1}</ShowTitle>
  <OriginalAirDate>{1,1}</OriginalAirDate>
</TvSpecial>
Source
<xsd:element name="TvSpecial" type="SpecialType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SpecialType / ShowID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:token
Properties
content simple
Source
<xsd:element name="ShowID" type="xsd:token"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SpecialType / ShowTitle
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation catalog_xsd.tmp#LocalizedString
Type LocalizedString
Properties
content complex
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:element name="ShowTitle" type="LocalizedString"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element SpecialType / OriginalAirDate
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
Source
<xsd:element name="OriginalAirDate" type="xsd:dateTime"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element WorkListType / Extra
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#ExtraType_Type catalog_xsd.tmp#ExtraType_RelatesToID catalog_xsd.tmp#ExtraType_RelatesToExternalID catalog_xsd.tmp#ExtraType
Type ExtraType
Type hierarchy
Properties
content complex
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, RelatesToExternalID, RelatesToID, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title, Type
Instance
<Extra xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion">
  <ID>{1,1}</ID>
  <ExternalID scheme="">{0,unbounded}</ExternalID>
  <Title locale="" pronunciation="">{1,unbounded}</Title>
  <Copyright locale="" pronunciation="">{0,1}</Copyright>
  <Offers>{1,1}</Offers>
  <AdultProduct>{0,1}</AdultProduct>
  <ReleaseYear>{0,1}</ReleaseYear>
  <ReleaseInfo>{0,1}</ReleaseInfo>
  <ShortDescription locale="" pronunciation="">{0,unbounded}</ShortDescription>
  <Synopsis locale="" pronunciation="">{0,unbounded}</Synopsis>
  <MetadataAvailabilityDate>{0,1}</MetadataAvailabilityDate>
  <ImageUrl>{1,1}</ImageUrl>
  <Images>{1,1}</Images>
  <RuntimeMinutes>{0,1}</RuntimeMinutes>
  <Color>{0,1}</Color>
  <Credits>{0,1}</Credits>
  <Studios>{0,1}</Studios>
  <Language>{0,1}</Language>
  <CustomerRating>{0,1}</CustomerRating>
  <Rank>{0,1}</Rank>
  <Source>{0,1}</Source>
  <Genres>{0,1}</Genres>
  <ContentRatings>{0,1}</ContentRatings>
  <JP_Require18PlusAgeConfirmation>{0,1}</JP_Require18PlusAgeConfirmation>
  <Type>{1,1}</Type>
  <RelatesToID>{1,unbounded}</RelatesToID>
  <RelatesToExternalID scheme="">{1,unbounded}</RelatesToExternalID>
</Extra>
Source
<xsd:element name="Extra" type="ExtraType"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ExtraType / Type
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ExtraTypeEnum
Type ExtraTypeEnum
Properties
content simple
Facets
enumeration clip
enumeration trailer
Source
<xsd:element name="Type" type="ExtraTypeEnum"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ExtraType / RelatesToID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
The token which identifies the common-work item this extra belongs to. The item with
this ID should also appear in this document.
Diagram
Diagram
Type xsd:token
Properties
content simple
maxOccurs unbounded
Source
<xsd:element name="RelatesToID" type="xsd:token" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The token which identifies the common-work item this extra belongs to. The item with this ID should also appear in this document.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Element ExtraType / RelatesToExternalID
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
External identifier (e.g., IMDb) which identifies the item this extra belongs to.
Diagram
Diagram catalog_xsd.tmp#ExternalIDType_scheme catalog_xsd.tmp#ExternalIDType
Type ExternalIDType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
scheme ExternalIDTypeEnum required
Source
<xsd:element name="RelatesToExternalID" type="ExternalIDType" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">External identifier (e.g., IMDb) which identifies the item this extra belongs to.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CatalogType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CatalogType_version catalog_xsd.tmp#CatalogType_Partner catalog_xsd.tmp#CatalogType_Works
Used by
Element Catalog
Model
Children Partner, Works
Attributes
QName Type Use Annotation
version SchemaVersion optional
[Added in version 1.2]
The version of the schema this catalog uses. Refer to the schema "id" to figure out which schema version you are using.
Although this attribute was made optional for compatibility reasons, we recommend that you provide the version.
e.g. FireTv-v1.2
Source
<xsd:complexType name="CatalogType">
  <xsd:sequence>
    <xsd:element name="Partner" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An identifier for the partner providing the titles in this document. If you don't know your partner ID, contact your Amazon representative.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Works" type="WorkListType">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A list of works provided by this partner. May contain Movies, TV Special, TV Shows, TV Seasons, or TV Episodes.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="version" type="SchemaVersion" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">[Added in version 1.2] The version of the schema this catalog uses. Refer to the schema "id" to figure out which schema version you are using. Although this attribute was made optional for compatibility reasons, we recommend that you provide the version. e.g. FireTv-v1.2</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type WorkListType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#WorkListType_Movie catalog_xsd.tmp#WorkListType_TvEpisode catalog_xsd.tmp#WorkListType_TvSeason catalog_xsd.tmp#WorkListType_TvShow catalog_xsd.tmp#WorkListType_MiniSeries catalog_xsd.tmp#WorkListType_MiniSeriesEpisode catalog_xsd.tmp#WorkListType_TvSpecial catalog_xsd.tmp#WorkListType_Extra
Used by
Model
Children Extra, MiniSeries, MiniSeriesEpisode, Movie, TvEpisode, TvSeason, TvShow, TvSpecial
Source
<xsd:complexType name="WorkListType">
  <xsd:sequence>
    <xsd:choice maxOccurs="unbounded" minOccurs="0">
      <xsd:element name="Movie" type="MovieType"/>
      <xsd:element name="TvEpisode" type="EpisodeType"/>
      <xsd:element name="TvSeason" type="SeasonType"/>
      <xsd:element name="TvShow" type="ShowType"/>
      <xsd:element name="MiniSeries" type="MiniSeriesType"/>
      <xsd:element name="MiniSeriesEpisode" type="MiniSeriesEpisodeType"/>
      <xsd:element name="TvSpecial" type="SpecialType"/>
      <xsd:element name="Extra" type="ExtraType"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type MovieType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Date and time when this item was FIRST released.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MovieType_ReleaseDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="MovieType">
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">Date and time when this item was FIRST released.</xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
        <xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CommonWorkType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="CommonWorkType">
  <xsd:sequence>
    <xsd:element name="ID" type="NonEmptyToken">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An identifier for a title. This field is required, and CAN NOT be left blank. The ID must be unique amongst all content for each partner.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ExternalID" type="ExternalIDType" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">External identifier (e.g., IMDb) for content matching.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Title" type="LocalizedString" maxOccurs="unbounded"/>
    <xsd:element name="Copyright" type="LocalizedString" minOccurs="0"/>
    <xsd:element name="Offers" type="OfferListType">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A list of playback offers. This can include: Free, Subscription, Paid, or Rental.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AdultProduct" type="xsd:boolean" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">Whether the item is rated as adult-only content.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ReleaseYear" type="xsd:int" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The year in which the item was first released to the public, or the first airdate in the case of television.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ReleaseInfo" type="ReleaseInfoType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">DEPRECATED. The full date when the item was first released to the public, or the first airdate in the case of television. Optionally includes a country of first release.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ShortDescription" type="LocalizedString" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A short (2-3 line) description of the content. If you do not have a short description do not include this tag or substitute other information such as the title.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Synopsis" type="LocalizedString" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A description of the content. Intended to give more detail than ShortDescription. If you do not have a synopsis do not include this tag.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="MetadataAvailabilityDate" type="xsd:dateTime" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">Date after which metadata information should be available to viewers.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:choice minOccurs="0">
      <xsd:element name="ImageUrl" type="WebUrlType">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">DEPRECATED. (Use Images Element instead) A URL that specifies an image to represent the TV or movie content ("box art"). Images should be in JPG or PNG format (JPG preferred) and a minimum of 480 pixels in height. Larger is better; we will scale as needed. Although not enforced, please use a 3:4 aspect ratio (at least 360px wide x 480px high) for movies and 16:9 (at least 853px wide x 480px high) or 16:10 (at least 768px wide x 480px high) for TV shows/seasons/episodes. Images smaller than 480px in height and images that exceed a 2:1 or 1:2 aspect ratio will not be used. If the provided image is rejected, we will use another image source (for example, IMDb) or display a placeholder.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="Images">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Image" type="ImageType" maxOccurs="unbounded"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:choice>
    <xsd:element name="RuntimeMinutes" type="xsd:int" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The overall running time of the content, in minutes.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Color" type="ColorType" minOccurs="0"/>
    <xsd:element name="Credits" type="CreditsType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The human contributors to the work; actors, crew, etc... The same person may appear as both cast or crew multiple times.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Studios" type="StudiosType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The studio or studios that produced the content.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Language" type="xsd:language" minOccurs="0"/>
    <xsd:element name="CustomerRating" type="RatingType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An average customer rating for the content (e.g. 6.6/10.0).</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Rank" type="xsd:int" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A score relative to every other item in the catalog. Lower value means that the item is ranked higher than other items that have a higher value. The highest rank an item can have is 1. It is acceptable for multiple items to have the same rank.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Source" type="SourceType" minOccurs="0"/>
    <xsd:element name="Genres" type="GenresType" minOccurs="0"/>
    <xsd:element name="ContentRatings" type="CertificationsType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A List of content ratings or certifications. Each item consists of a certifying system (e.g, MPAA) and a certification (e.g. R).</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="JP_Require18PlusAgeConfirmation" type="xsd:boolean" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">[Added in version 1.2] An optional boolean flag to mark 18+ content for the Japanese marketplace. Setting this flag to true will require viewers of this content in Japan to confirm that their age is above 18. This is based on Japan's legal requirements.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type NonEmptyToken
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:token
Facets
minLength 1
Used by
Source
<xsd:simpleType name="NonEmptyToken">
  <xsd:restriction base="xsd:token">
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ExternalIDType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ExternalIDType_scheme
Type extension of xsd:token
Used by
Attributes
QName Type Use
scheme ExternalIDTypeEnum required
Source
<xsd:complexType name="ExternalIDType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:token">
      <xsd:attribute name="scheme" use="required" type="ExternalIDTypeEnum"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type ExternalIDTypeEnum
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration imdb
enumeration tms
enumeration isan
enumeration ean
enumeration upc
Used by
Source
<xsd:simpleType name="ExternalIDTypeEnum">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="imdb"/>
    <xsd:enumeration value="tms"/>
    <xsd:enumeration value="isan"/>
    <xsd:enumeration value="ean"/>
    <xsd:enumeration value="upc"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type LocalizedString
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#LocalizedString_locale catalog_xsd.tmp#LocalizedString_pronunciation
Type extension of xsd:string
Used by
Attributes
QName Type Use
locale xsd:language required
pronunciation xsd:string optional
Source
<xsd:complexType name="LocalizedString">
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attribute name="locale" type="xsd:language" use="required"/>
      <xsd:attribute name="pronunciation" type="xsd:string" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type OfferListType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferListType_SubscriptionOffer catalog_xsd.tmp#OfferListType_FreeOffer catalog_xsd.tmp#OfferListType_PurchaseOffer catalog_xsd.tmp#OfferListType_RentalOffer
Used by
Model
Children FreeOffer, PurchaseOffer, RentalOffer, SubscriptionOffer
Source
<xsd:complexType name="OfferListType">
  <xsd:sequence>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element name="SubscriptionOffer" type="SubscriptionOfferType"/>
      <xsd:element name="FreeOffer" type="FreeOfferType"/>
      <xsd:element name="PurchaseOffer" type="PurchaseOfferType"/>
      <xsd:element name="RentalOffer" type="RentalOfferType"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type SubscriptionOfferType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType
Type extension of OfferBaseType
Type hierarchy
Used by
Model
Children LaunchDetails, Quality, Regions, WindowEnd, WindowStart
Source
<xsd:complexType name="SubscriptionOfferType">
  <xsd:complexContent>
    <xsd:extension base="OfferBaseType"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type OfferBaseType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails
Used by
Model
Children LaunchDetails, Quality, Regions, WindowEnd, WindowStart
Source
<xsd:complexType name="OfferBaseType">
  <xsd:sequence>
    <xsd:element name="Quality" type="QualityType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">DEPRECATED. The quality (SD, HD, UHD, etc) of this offer. This has been deprecated in favor of LaunchDetails::LaunchQuality.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Regions" type="RegionsType"/>
    <xsd:element name="WindowStart" type="xsd:dateTime" minOccurs="0"/>
    <xsd:element name="WindowEnd" type="xsd:dateTime" minOccurs="0"/>
    <xsd:element name="LaunchDetails" type="LaunchDetailsType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type QualityType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration SD
enumeration HD
enumeration UHD
Used by
Source
<xsd:simpleType name="QualityType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="SD"/>
    <xsd:enumeration value="HD"/>
    <xsd:enumeration value="UHD"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type RegionsType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#RegionsType_Country
Used by
Model
Children Country
Source
<xsd:complexType name="RegionsType">
  <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="Country" type="CountryType"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type CountryType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration AF
enumeration AX
enumeration AL
enumeration DZ
enumeration AS
enumeration AD
enumeration AO
enumeration AI
enumeration AQ
enumeration AG
enumeration AR
enumeration AM
enumeration AW
enumeration AU
enumeration AT
enumeration AZ
enumeration BS
enumeration BH
enumeration BD
enumeration BB
enumeration BY
enumeration BE
enumeration BZ
enumeration BJ
enumeration BM
enumeration BT
enumeration BO
enumeration BQ
enumeration BA
enumeration BW
enumeration BV
enumeration BR
enumeration IO
enumeration BN
enumeration BG
enumeration BF
enumeration BI
enumeration KH
enumeration CM
enumeration CA
enumeration CV
enumeration KY
enumeration CF
enumeration TD
enumeration CL
enumeration CN
enumeration CX
enumeration CC
enumeration CO
enumeration KM
enumeration CG
enumeration CD
enumeration CK
enumeration CR
enumeration CI
enumeration HR
enumeration CU
enumeration CW
enumeration CY
enumeration CZ
enumeration DK
enumeration DJ
enumeration DM
enumeration DO
enumeration EC
enumeration EG
enumeration SV
enumeration GQ
enumeration ER
enumeration EE
enumeration ET
enumeration FK
enumeration FO
enumeration FJ
enumeration FI
enumeration FR
enumeration GF
enumeration PF
enumeration TF
enumeration GA
enumeration GM
enumeration GE
enumeration DE
enumeration GH
enumeration GI
enumeration GR
enumeration GL
enumeration GD
enumeration GP
enumeration GU
enumeration GT
enumeration GG
enumeration GN
enumeration GW
enumeration GY
enumeration HT
enumeration HM
enumeration VA
enumeration HN
enumeration HK
enumeration HU
enumeration IS
enumeration IN
enumeration ID
enumeration IR
enumeration IQ
enumeration IE
enumeration IM
enumeration IL
enumeration IT
enumeration JM
enumeration JP
enumeration JE
enumeration JO
enumeration KZ
enumeration KE
enumeration KI
enumeration KP
enumeration KR
enumeration KW
enumeration KG
enumeration LA
enumeration LV
enumeration LB
enumeration LS
enumeration LR
enumeration LY
enumeration LI
enumeration LT
enumeration LU
enumeration MO
enumeration MK
enumeration MG
enumeration MW
enumeration MY
enumeration MV
enumeration ML
enumeration MT
enumeration MH
enumeration MQ
enumeration MR
enumeration MU
enumeration YT
enumeration MX
enumeration FM
enumeration MD
enumeration MC
enumeration MN
enumeration ME
enumeration MS
enumeration MA
enumeration MZ
enumeration MM
enumeration NA
enumeration NR
enumeration NP
enumeration NL
enumeration NC
enumeration NZ
enumeration NI
enumeration NE
enumeration NG
enumeration NU
enumeration NF
enumeration MP
enumeration NO
enumeration OM
enumeration PK
enumeration PW
enumeration PS
enumeration PA
enumeration PG
enumeration PY
enumeration PE
enumeration PH
enumeration PN
enumeration PL
enumeration PT
enumeration PR
enumeration QA
enumeration RE
enumeration RO
enumeration RU
enumeration RW
enumeration BL
enumeration SH
enumeration KN
enumeration LC
enumeration MF
enumeration PM
enumeration VC
enumeration WS
enumeration SM
enumeration ST
enumeration SA
enumeration SN
enumeration RS
enumeration SC
enumeration SL
enumeration SG
enumeration SX
enumeration SK
enumeration SI
enumeration SB
enumeration SO
enumeration ZA
enumeration GS
enumeration SS
enumeration ES
enumeration LK
enumeration SD
enumeration SR
enumeration SJ
enumeration SZ
enumeration SE
enumeration CH
enumeration SY
enumeration TW
enumeration TJ
enumeration TZ
enumeration TH
enumeration TL
enumeration TG
enumeration TK
enumeration TO
enumeration TT
enumeration TN
enumeration TR
enumeration TM
enumeration TC
enumeration TV
enumeration UG
enumeration UA
enumeration AE
enumeration GB
enumeration US
enumeration UM
enumeration UY
enumeration UZ
enumeration VU
enumeration VE
enumeration VN
enumeration VG
enumeration VI
enumeration WF
enumeration EH
enumeration YE
enumeration ZM
enumeration ZW
Used by
Source
<xsd:simpleType name="CountryType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="AF"/>
    <xsd:enumeration value="AX"/>
    <xsd:enumeration value="AL"/>
    <xsd:enumeration value="DZ"/>
    <xsd:enumeration value="AS"/>
    <xsd:enumeration value="AD"/>
    <xsd:enumeration value="AO"/>
    <xsd:enumeration value="AI"/>
    <xsd:enumeration value="AQ"/>
    <xsd:enumeration value="AG"/>
    <xsd:enumeration value="AR"/>
    <xsd:enumeration value="AM"/>
    <xsd:enumeration value="AW"/>
    <xsd:enumeration value="AU"/>
    <xsd:enumeration value="AT"/>
    <xsd:enumeration value="AZ"/>
    <xsd:enumeration value="BS"/>
    <xsd:enumeration value="BH"/>
    <xsd:enumeration value="BD"/>
    <xsd:enumeration value="BB"/>
    <xsd:enumeration value="BY"/>
    <xsd:enumeration value="BE"/>
    <xsd:enumeration value="BZ"/>
    <xsd:enumeration value="BJ"/>
    <xsd:enumeration value="BM"/>
    <xsd:enumeration value="BT"/>
    <xsd:enumeration value="BO"/>
    <xsd:enumeration value="BQ"/>
    <xsd:enumeration value="BA"/>
    <xsd:enumeration value="BW"/>
    <xsd:enumeration value="BV"/>
    <xsd:enumeration value="BR"/>
    <xsd:enumeration value="IO"/>
    <xsd:enumeration value="BN"/>
    <xsd:enumeration value="BG"/>
    <xsd:enumeration value="BF"/>
    <xsd:enumeration value="BI"/>
    <xsd:enumeration value="KH"/>
    <xsd:enumeration value="CM"/>
    <xsd:enumeration value="CA"/>
    <xsd:enumeration value="CV"/>
    <xsd:enumeration value="KY"/>
    <xsd:enumeration value="CF"/>
    <xsd:enumeration value="TD"/>
    <xsd:enumeration value="CL"/>
    <xsd:enumeration value="CN"/>
    <xsd:enumeration value="CX"/>
    <xsd:enumeration value="CC"/>
    <xsd:enumeration value="CO"/>
    <xsd:enumeration value="KM"/>
    <xsd:enumeration value="CG"/>
    <xsd:enumeration value="CD"/>
    <xsd:enumeration value="CK"/>
    <xsd:enumeration value="CR"/>
    <xsd:enumeration value="CI"/>
    <xsd:enumeration value="HR"/>
    <xsd:enumeration value="CU"/>
    <xsd:enumeration value="CW"/>
    <xsd:enumeration value="CY"/>
    <xsd:enumeration value="CZ"/>
    <xsd:enumeration value="DK"/>
    <xsd:enumeration value="DJ"/>
    <xsd:enumeration value="DM"/>
    <xsd:enumeration value="DO"/>
    <xsd:enumeration value="EC"/>
    <xsd:enumeration value="EG"/>
    <xsd:enumeration value="SV"/>
    <xsd:enumeration value="GQ"/>
    <xsd:enumeration value="ER"/>
    <xsd:enumeration value="EE"/>
    <xsd:enumeration value="ET"/>
    <xsd:enumeration value="FK"/>
    <xsd:enumeration value="FO"/>
    <xsd:enumeration value="FJ"/>
    <xsd:enumeration value="FI"/>
    <xsd:enumeration value="FR"/>
    <xsd:enumeration value="GF"/>
    <xsd:enumeration value="PF"/>
    <xsd:enumeration value="TF"/>
    <xsd:enumeration value="GA"/>
    <xsd:enumeration value="GM"/>
    <xsd:enumeration value="GE"/>
    <xsd:enumeration value="DE"/>
    <xsd:enumeration value="GH"/>
    <xsd:enumeration value="GI"/>
    <xsd:enumeration value="GR"/>
    <xsd:enumeration value="GL"/>
    <xsd:enumeration value="GD"/>
    <xsd:enumeration value="GP"/>
    <xsd:enumeration value="GU"/>
    <xsd:enumeration value="GT"/>
    <xsd:enumeration value="GG"/>
    <xsd:enumeration value="GN"/>
    <xsd:enumeration value="GW"/>
    <xsd:enumeration value="GY"/>
    <xsd:enumeration value="HT"/>
    <xsd:enumeration value="HM"/>
    <xsd:enumeration value="VA"/>
    <xsd:enumeration value="HN"/>
    <xsd:enumeration value="HK"/>
    <xsd:enumeration value="HU"/>
    <xsd:enumeration value="IS"/>
    <xsd:enumeration value="IN"/>
    <xsd:enumeration value="ID"/>
    <xsd:enumeration value="IR"/>
    <xsd:enumeration value="IQ"/>
    <xsd:enumeration value="IE"/>
    <xsd:enumeration value="IM"/>
    <xsd:enumeration value="IL"/>
    <xsd:enumeration value="IT"/>
    <xsd:enumeration value="JM"/>
    <xsd:enumeration value="JP"/>
    <xsd:enumeration value="JE"/>
    <xsd:enumeration value="JO"/>
    <xsd:enumeration value="KZ"/>
    <xsd:enumeration value="KE"/>
    <xsd:enumeration value="KI"/>
    <xsd:enumeration value="KP"/>
    <xsd:enumeration value="KR"/>
    <xsd:enumeration value="KW"/>
    <xsd:enumeration value="KG"/>
    <xsd:enumeration value="LA"/>
    <xsd:enumeration value="LV"/>
    <xsd:enumeration value="LB"/>
    <xsd:enumeration value="LS"/>
    <xsd:enumeration value="LR"/>
    <xsd:enumeration value="LY"/>
    <xsd:enumeration value="LI"/>
    <xsd:enumeration value="LT"/>
    <xsd:enumeration value="LU"/>
    <xsd:enumeration value="MO"/>
    <xsd:enumeration value="MK"/>
    <xsd:enumeration value="MG"/>
    <xsd:enumeration value="MW"/>
    <xsd:enumeration value="MY"/>
    <xsd:enumeration value="MV"/>
    <xsd:enumeration value="ML"/>
    <xsd:enumeration value="MT"/>
    <xsd:enumeration value="MH"/>
    <xsd:enumeration value="MQ"/>
    <xsd:enumeration value="MR"/>
    <xsd:enumeration value="MU"/>
    <xsd:enumeration value="YT"/>
    <xsd:enumeration value="MX"/>
    <xsd:enumeration value="FM"/>
    <xsd:enumeration value="MD"/>
    <xsd:enumeration value="MC"/>
    <xsd:enumeration value="MN"/>
    <xsd:enumeration value="ME"/>
    <xsd:enumeration value="MS"/>
    <xsd:enumeration value="MA"/>
    <xsd:enumeration value="MZ"/>
    <xsd:enumeration value="MM"/>
    <xsd:enumeration value="NA"/>
    <xsd:enumeration value="NR"/>
    <xsd:enumeration value="NP"/>
    <xsd:enumeration value="NL"/>
    <xsd:enumeration value="NC"/>
    <xsd:enumeration value="NZ"/>
    <xsd:enumeration value="NI"/>
    <xsd:enumeration value="NE"/>
    <xsd:enumeration value="NG"/>
    <xsd:enumeration value="NU"/>
    <xsd:enumeration value="NF"/>
    <xsd:enumeration value="MP"/>
    <xsd:enumeration value="NO"/>
    <xsd:enumeration value="OM"/>
    <xsd:enumeration value="PK"/>
    <xsd:enumeration value="PW"/>
    <xsd:enumeration value="PS"/>
    <xsd:enumeration value="PA"/>
    <xsd:enumeration value="PG"/>
    <xsd:enumeration value="PY"/>
    <xsd:enumeration value="PE"/>
    <xsd:enumeration value="PH"/>
    <xsd:enumeration value="PN"/>
    <xsd:enumeration value="PL"/>
    <xsd:enumeration value="PT"/>
    <xsd:enumeration value="PR"/>
    <xsd:enumeration value="QA"/>
    <xsd:enumeration value="RE"/>
    <xsd:enumeration value="RO"/>
    <xsd:enumeration value="RU"/>
    <xsd:enumeration value="RW"/>
    <xsd:enumeration value="BL"/>
    <xsd:enumeration value="SH"/>
    <xsd:enumeration value="KN"/>
    <xsd:enumeration value="LC"/>
    <xsd:enumeration value="MF"/>
    <xsd:enumeration value="PM"/>
    <xsd:enumeration value="VC"/>
    <xsd:enumeration value="WS"/>
    <xsd:enumeration value="SM"/>
    <xsd:enumeration value="ST"/>
    <xsd:enumeration value="SA"/>
    <xsd:enumeration value="SN"/>
    <xsd:enumeration value="RS"/>
    <xsd:enumeration value="SC"/>
    <xsd:enumeration value="SL"/>
    <xsd:enumeration value="SG"/>
    <xsd:enumeration value="SX"/>
    <xsd:enumeration value="SK"/>
    <xsd:enumeration value="SI"/>
    <xsd:enumeration value="SB"/>
    <xsd:enumeration value="SO"/>
    <xsd:enumeration value="ZA"/>
    <xsd:enumeration value="GS"/>
    <xsd:enumeration value="SS"/>
    <xsd:enumeration value="ES"/>
    <xsd:enumeration value="LK"/>
    <xsd:enumeration value="SD"/>
    <xsd:enumeration value="SR"/>
    <xsd:enumeration value="SJ"/>
    <xsd:enumeration value="SZ"/>
    <xsd:enumeration value="SE"/>
    <xsd:enumeration value="CH"/>
    <xsd:enumeration value="SY"/>
    <xsd:enumeration value="TW"/>
    <xsd:enumeration value="TJ"/>
    <xsd:enumeration value="TZ"/>
    <xsd:enumeration value="TH"/>
    <xsd:enumeration value="TL"/>
    <xsd:enumeration value="TG"/>
    <xsd:enumeration value="TK"/>
    <xsd:enumeration value="TO"/>
    <xsd:enumeration value="TT"/>
    <xsd:enumeration value="TN"/>
    <xsd:enumeration value="TR"/>
    <xsd:enumeration value="TM"/>
    <xsd:enumeration value="TC"/>
    <xsd:enumeration value="TV"/>
    <xsd:enumeration value="UG"/>
    <xsd:enumeration value="UA"/>
    <xsd:enumeration value="AE"/>
    <xsd:enumeration value="GB"/>
    <xsd:enumeration value="US"/>
    <xsd:enumeration value="UM"/>
    <xsd:enumeration value="UY"/>
    <xsd:enumeration value="UZ"/>
    <xsd:enumeration value="VU"/>
    <xsd:enumeration value="VE"/>
    <xsd:enumeration value="VN"/>
    <xsd:enumeration value="VG"/>
    <xsd:enumeration value="VI"/>
    <xsd:enumeration value="WF"/>
    <xsd:enumeration value="EH"/>
    <xsd:enumeration value="YE"/>
    <xsd:enumeration value="ZM"/>
    <xsd:enumeration value="ZW"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type LaunchDetailsType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.2]
Group of attributes that you can launch a piece of content with, optionally including an identifier that does not need to be the same as the common work identifier.
Diagram
Diagram catalog_xsd.tmp#LaunchDetailsType_Quality catalog_xsd.tmp#LaunchDetailsType_AudioLanguage catalog_xsd.tmp#LaunchDetailsType_Subtitle catalog_xsd.tmp#LaunchDetailsType_LaunchId
Used by
Model
Children AudioLanguage, LaunchId, Quality, Subtitle
Source
<xsd:complexType name="LaunchDetailsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.2] Group of attributes that you can launch a piece of content with, optionally including an identifier that does not need to be the same as the common work identifier.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Quality" type="QualityType" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The video qualities that the content can be launched with. e.g. HD, SD, UHD, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AudioLanguage" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The Audio Languages (original language or dubbed languages) that the content can be launched with. e.g. en-us, en-ca, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Subtitle" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The Subtitles that the content can be launched with. e.g. en, es, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="LaunchId" type="xsd:token" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An identifier that the Fire TV will use to launch this content with the quality, audio, subtitle combination specified in this group. If no value is specified, the common work's ID will be used to launch this content. This field is provided so that you can use a single identifier for content(s) that have the same metadata but differ in encoding audio (dubbed), quality, and subtitles. Using this field, you can specify the actual identifier that launches content with any combination. e.g. tt0499549 is the identifier for Avatar (2009). To launch it with Spanish audio and Spanish subtitles in HD, you could use an LaunchId like this: tt0499549:en-us:en:HD</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type FreeOfferType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType
Type extension of OfferBaseType
Type hierarchy
Used by
Model
Children LaunchDetails, Quality, Regions, WindowEnd, WindowStart
Source
<xsd:complexType name="FreeOfferType">
  <xsd:complexContent>
    <xsd:extension base="OfferBaseType"/>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type PurchaseOfferType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#PurchaseOfferType_Price
Type extension of OfferBaseType
Type hierarchy
Used by
Model
Children LaunchDetails, Price, Quality, Regions, WindowEnd, WindowStart
Source
<xsd:complexType name="PurchaseOfferType">
  <xsd:complexContent>
    <xsd:extension base="OfferBaseType">
      <xsd:sequence>
        <xsd:element name="Price" type="PriceType"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type PriceType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PriceType_currency
Type extension of xsd:float
Used by
Attributes
QName Type Use
currency CurrencyType required
Source
<xsd:complexType name="PriceType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:float">
      <xsd:attribute name="currency" type="CurrencyType" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type CurrencyType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration USD
enumeration GBP
enumeration JPY
enumeration EUR
Used by
Source
<xsd:simpleType name="CurrencyType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="USD"/>
    <xsd:enumeration value="GBP"/>
    <xsd:enumeration value="JPY"/>
    <xsd:enumeration value="EUR"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type RentalOfferType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#OfferBaseType_Quality catalog_xsd.tmp#OfferBaseType_Regions catalog_xsd.tmp#OfferBaseType_WindowStart catalog_xsd.tmp#OfferBaseType_WindowEnd catalog_xsd.tmp#OfferBaseType_LaunchDetails catalog_xsd.tmp#OfferBaseType catalog_xsd.tmp#RentalOfferType_Price catalog_xsd.tmp#RentalOfferType_Duration
Type extension of OfferBaseType
Type hierarchy
Used by
Model
Children Duration, LaunchDetails, Price, Quality, Regions, WindowEnd, WindowStart
Source
<xsd:complexType name="RentalOfferType">
  <xsd:complexContent>
    <xsd:extension base="OfferBaseType">
      <xsd:sequence>
        <xsd:element name="Price" type="PriceType"/>
        <xsd:element name="Duration" type="xsd:int">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Length, in hours, of rental period.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ReleaseInfoType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ReleaseInfoType_ReleaseDate catalog_xsd.tmp#ReleaseInfoType_ReleaseCountry
Used by
Model
Children ReleaseCountry, ReleaseDate
Source
<xsd:complexType name="ReleaseInfoType">
  <xsd:sequence>
    <xsd:element name="ReleaseDate" type="xsd:date"/>
    <xsd:element name="ReleaseCountry" type="CountryType" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type WebUrlType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:anyURI
Facets
pattern (http|HTTP)(s|S)*://.*
Used by
Source
<xsd:simpleType name="WebUrlType">
  <xsd:restriction base="xsd:anyURI">
    <xsd:pattern value="(http|HTTP)(s|S)*://.*"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ImageType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#ImageType_Url catalog_xsd.tmp#ImageType_Locale
Used by
Model
Children Locale, Url
Source
<xsd:complexType name="ImageType">
  <xsd:sequence>
    <xsd:element name="Url" type="WebUrlType"/>
    <xsd:element name="Locale" type="xsd:language" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type ColorType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration color
enumeration black_and_white
Used by
Source
<xsd:simpleType name="ColorType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="color"/>
    <xsd:enumeration value="black_and_white"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CreditsType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CreditsType_CastMember catalog_xsd.tmp#CreditsType_CrewMember
Used by
Model
Children CastMember, CrewMember
Source
<xsd:complexType name="CreditsType">
  <xsd:sequence>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element name="CastMember" type="ActorType"/>
      <xsd:element name="CrewMember" type="CrewType"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ActorType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PersonType_Name catalog_xsd.tmp#PersonType_ExternalID catalog_xsd.tmp#PersonType catalog_xsd.tmp#ActorType_Role
Type extension of PersonType
Type hierarchy
Used by
Model
Children ExternalID, Name, Role
Source
<xsd:complexType name="ActorType">
  <xsd:complexContent>
    <xsd:extension base="PersonType">
      <xsd:sequence>
        <xsd:element name="Role" type="LocalizedString" maxOccurs="unbounded" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">One or more strings that states what the actor's role in the content is. This could either be the name of the character they played, or "self" if they played as themselves. This field should NOT be used to specify their job, for instance "actor" or "actress". e.g. Tom Hanks as "Forrest Gump" in Forrest Gump (1994) John Malkovich as "self" in Being John Malkovich (1999)</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type PersonType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PersonType_Name catalog_xsd.tmp#PersonType_ExternalID
Used by
Complex Types ActorType, CrewType
Model
Children ExternalID, Name
Source
<xsd:complexType name="PersonType">
  <xsd:sequence>
    <xsd:element name="Name" type="LocalizedString" maxOccurs="unbounded"/>
    <xsd:element name="ExternalID" type="ExternalIDType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CrewType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#PersonType_Name catalog_xsd.tmp#PersonType_ExternalID catalog_xsd.tmp#PersonType catalog_xsd.tmp#CrewType_Job
Type extension of PersonType
Type hierarchy
Used by
Model
Children ExternalID, Job, Name
Source
<xsd:complexType name="CrewType">
  <xsd:complexContent>
    <xsd:extension base="PersonType">
      <xsd:sequence>
        <xsd:element name="Job" type="LocalizedString" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type StudiosType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#StudiosType_Studio
Used by
Model
Children Studio
Source
<xsd:complexType name="StudiosType">
  <xsd:sequence>
    <xsd:element name="Studio" type="xsd:string" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type RatingType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#RatingType_Score catalog_xsd.tmp#RatingType_MaxValue catalog_xsd.tmp#RatingType_Count
Used by
Model
Children Count, MaxValue, Score
Source
<xsd:complexType name="RatingType">
  <xsd:sequence>
    <xsd:element name="Score" type="NonNegativeDecimal"/>
    <xsd:element name="MaxValue" type="NonNegativeDecimal"/>
    <xsd:element name="Count" type="NonNegativeLong" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">[Added in version 1.2] An optional value indicating number of users that have contributed to the score.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type NonNegativeDecimal
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:decimal
Facets
minInclusive 0
Used by
Source
<xsd:simpleType name="NonNegativeDecimal">
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type NonNegativeLong
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:long
Facets
minInclusive 0
Used by
Source
<xsd:simpleType name="NonNegativeLong">
  <xsd:restriction base="xsd:long">
    <xsd:minInclusive value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type SourceType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.1]
An enumerated value that specifies the source of content. The following types are valid:
    1. original: Partner produced/created this content.
    2. licensed: Partner did not create this content, and they license it from another studio.
    3. unknown: Source is unknown.
    4. other: Source is known but can not be classified into any of the other types in this enumeration.
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration original
enumeration licensed
enumeration unknown
enumeration other
Used by
Source
<xsd:simpleType name="SourceType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.1] An enumerated value that specifies the source of content. The following types are valid: 1. original: Partner produced/created this content. 2. licensed: Partner did not create this content, and they license it from another studio. 3. unknown: Source is unknown. 4. other: Source is known but can not be classified into any of the other types in this enumeration.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="original"/>
    <xsd:enumeration value="licensed"/>
    <xsd:enumeration value="unknown"/>
    <xsd:enumeration value="other"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type GenresType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#GenresType_Genre
Used by
Model
Children Genre
Source
<xsd:complexType name="GenresType">
  <xsd:sequence>
    <xsd:element name="Genre" type="LocalizedString" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CertificationsType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CertificationsType_ContentRating
Used by
Model
Children ContentRating
Source
<xsd:complexType name="CertificationsType">
  <xsd:sequence>
    <xsd:element name="ContentRating" type="CertificationType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type CertificationType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CertificationType_System catalog_xsd.tmp#CertificationType_Certification
Used by
Model
Children Certification, System
Source
<xsd:complexType name="CertificationType">
  <xsd:sequence>
    <xsd:element name="System" type="xsd:string"/>
    <xsd:element name="Certification" type="xsd:string"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type EpisodeType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#EpisodeType_ShowID catalog_xsd.tmp#EpisodeType_ShowTitle catalog_xsd.tmp#EpisodeType_SeasonID catalog_xsd.tmp#EpisodeType_SeasonInShow catalog_xsd.tmp#EpisodeType_SeasonTitle catalog_xsd.tmp#EpisodeType_EpisodeInSeason catalog_xsd.tmp#EpisodeType_OriginalAirDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, EpisodeInSeason, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, SeasonID, SeasonInShow, SeasonTitle, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="EpisodeType">
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:sequence>
        <xsd:choice>
          <xsd:annotation>
            <xsd:documentation xml:lang="en">In order to identify a show for an episode, we must have either a ShowID or ShowTitle.</xsd:documentation>
          </xsd:annotation>
          <xsd:element name="ShowID" type="xsd:token">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The token which identifies the show where this episode appears. The show with this ID should also appear in this document.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ShowTitle" type="LocalizedString"/>
        </xsd:choice>
        <xsd:choice>
          <xsd:annotation>
            <xsd:documentation xml:lang="en">In order to identify the season for an episode, we must have either a ShowID or ShowTitle.</xsd:documentation>
          </xsd:annotation>
          <xsd:element name="SeasonID" type="xsd:token">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The token which identifies the season where this episode appears. The season with this ID should also appear in this document.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="SeasonInShow" type="xsd:int">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The number of the season in the context of the overall TV show.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:choice>
        <xsd:element name="SeasonTitle" type="LocalizedString" minOccurs="0"/>
        <xsd:element name="EpisodeInSeason" type="xsd:int">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The number of the episode in the context of the season.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="OriginalAirDate" type="xsd:dateTime" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type SeasonType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#SeasonType_ShowID catalog_xsd.tmp#SeasonType_ShowTitle catalog_xsd.tmp#SeasonType_SeasonInShow
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, SeasonInShow, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="SeasonType">
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:sequence>
        <xsd:choice>
          <xsd:annotation>
            <xsd:documentation xml:lang="en">In order to identify a show for a season, we must have either a ShowID or ShowTitle.</xsd:documentation>
          </xsd:annotation>
          <xsd:element name="ShowID" type="xsd:token">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The token which identifies the show where this season appears. The show with this ID should also appear in this document.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="ShowTitle" type="LocalizedString"/>
        </xsd:choice>
        <xsd:element name="SeasonInShow" type="xsd:int">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The number of the season in the context of the overall TV show.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ShowType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Date and time when this item was FIRST released.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#ShowType_ReleaseDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="ShowType">
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">Date and time when this item was FIRST released.</xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
        <xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type MiniSeriesType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.3]
A mini series type in CDF is essentially a tv show that collects a small number of ORDERED episodes without any seasonal representation. There is no explicit limit on the number of episodes mini-series type can contain, although we generally expect it to be reasonably low.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MiniSeriesType_ReleaseDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, ReleaseDate, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="MiniSeriesType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.3] A mini series type in CDF is essentially a tv show that collects a small number of ORDERED episodes without any seasonal representation. There is no explicit limit on the number of episodes mini-series type can contain, although we generally expect it to be reasonably low.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">Date and time when this item was FIRST released.</xsd:documentation>
      </xsd:annotation>
      <xsd:sequence>
        <xsd:element name="ReleaseDate" type="xsd:dateTime" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type MiniSeriesEpisodeType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.3]
An episodic content that belongs to a MiniSeriesType. This content is not associated to any seasons, and is sequenced in the context of the mini series.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#MiniSeriesEpisodeType_MiniSeriesID catalog_xsd.tmp#MiniSeriesEpisodeType_MiniSeriesTitle catalog_xsd.tmp#MiniSeriesEpisodeType_EpisodeInSeries catalog_xsd.tmp#MiniSeriesEpisodeType_OriginalAirDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, EpisodeInSeries, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, MiniSeriesID, MiniSeriesTitle, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="MiniSeriesEpisodeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.3] An episodic content that belongs to a MiniSeriesType. This content is not associated to any seasons, and is sequenced in the context of the mini series.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:sequence>
        <xsd:choice>
          <xsd:annotation>
            <xsd:documentation xml:lang="en">In order to identify the series for a mini-series episode, we must have either a MiniSeriesID or MiniSeriesTitle.</xsd:documentation>
          </xsd:annotation>
          <xsd:element name="MiniSeriesID" type="xsd:token">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The token which identifies the mini-series where this episode appears. The mini-series with this ID should also appear in this document.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="MiniSeriesTitle" type="LocalizedString">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Provide the mini-series title ONLY if you don't have a mini-series ID that this episode is associated with. It is generally advised to create a mini-series object with a unique id for this title, and associate all episodes of the series with that MiniSeriesID.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:choice>
        <xsd:element name="EpisodeInSeries" type="xsd:int">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The number of the episode in the context of the overall Mini Series.</xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="OriginalAirDate" type="xsd:dateTime" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type SpecialType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
Use the SpecialType for one-off episodes that don't belong to traditional television hierarchies (show->season->episode) and news like episodes (for instance, Daily Shows that have a unique air-date per episode).
You can also use this type to represent special tv content like oscars, concerts shown on tv, or christmas special for a tv-show that doesn't belong to any season.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#SpecialType_ShowID catalog_xsd.tmp#SpecialType_ShowTitle catalog_xsd.tmp#SpecialType_OriginalAirDate
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, OriginalAirDate, Rank, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, ShowID, ShowTitle, Source, Studios, Synopsis, Title
Source
<xsd:complexType name="SpecialType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Use the SpecialType for one-off episodes that don't belong to traditional television hierarchies (show->season->episode) and news like episodes (for instance, Daily Shows that have a unique air-date per episode). You can also use this type to represent special tv content like oscars, concerts shown on tv, or christmas special for a tv-show that doesn't belong to any season.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:sequence>
        <xsd:sequence minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">[Added in version 1.3] If this TV Special belongs to a show, please provide the show information (ID or Title). In addition, you will need to provide the date-time this special was originally aired. The time portion of this field is specially valuable if multiple episodes originally aired on the same day. We recommend you provide an original air date even if this item doesn't belong to any show. It will help us to match the content and make it searchable.</xsd:documentation>
          </xsd:annotation>
          <xsd:choice minOccurs="0">
            <xsd:element name="ShowID" type="xsd:token"/>
            <xsd:element name="ShowTitle" type="LocalizedString"/>
          </xsd:choice>
          <xsd:element name="OriginalAirDate" type="xsd:dateTime"/>
        </xsd:sequence>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Complex Type ExtraType
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Annotations
[Added in version 1.3]
Use this type for clips or trailers.
Diagram
Diagram catalog_xsd.tmp#CommonWorkType_ID catalog_xsd.tmp#CommonWorkType_ExternalID catalog_xsd.tmp#CommonWorkType_Title catalog_xsd.tmp#CommonWorkType_Copyright catalog_xsd.tmp#CommonWorkType_Offers catalog_xsd.tmp#CommonWorkType_AdultProduct catalog_xsd.tmp#CommonWorkType_ReleaseYear catalog_xsd.tmp#CommonWorkType_ReleaseInfo catalog_xsd.tmp#CommonWorkType_ShortDescription catalog_xsd.tmp#CommonWorkType_Synopsis catalog_xsd.tmp#CommonWorkType_MetadataAvailabilityDate catalog_xsd.tmp#CommonWorkType_ImageUrl catalog_xsd.tmp#CommonWorkType_Images catalog_xsd.tmp#CommonWorkType_RuntimeMinutes catalog_xsd.tmp#CommonWorkType_Color catalog_xsd.tmp#CommonWorkType_Credits catalog_xsd.tmp#CommonWorkType_Studios catalog_xsd.tmp#CommonWorkType_Language catalog_xsd.tmp#CommonWorkType_CustomerRating catalog_xsd.tmp#CommonWorkType_Rank catalog_xsd.tmp#CommonWorkType_Source catalog_xsd.tmp#CommonWorkType_Genres catalog_xsd.tmp#CommonWorkType_ContentRatings catalog_xsd.tmp#CommonWorkType_JP_Require18PlusAgeConfirmation catalog_xsd.tmp#CommonWorkType catalog_xsd.tmp#ExtraType_Type catalog_xsd.tmp#ExtraType_RelatesToID catalog_xsd.tmp#ExtraType_RelatesToExternalID
Type extension of CommonWorkType
Type hierarchy
Used by
Model
Children AdultProduct, Color, ContentRatings, Copyright, Credits, CustomerRating, ExternalID, Genres, ID, ImageUrl, Images, JP_Require18PlusAgeConfirmation, Language, MetadataAvailabilityDate, Offers, Rank, RelatesToExternalID, RelatesToID, ReleaseInfo, ReleaseYear, RuntimeMinutes, ShortDescription, Source, Studios, Synopsis, Title, Type
Source
<xsd:complexType name="ExtraType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.3] Use this type for clips or trailers.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="CommonWorkType">
      <xsd:sequence>
        <xsd:element name="Type" type="ExtraTypeEnum"/>
        <xsd:choice minOccurs="0">
          <xsd:element name="RelatesToID" type="xsd:token" maxOccurs="unbounded">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The token which identifies the common-work item this extra belongs to. The item with this ID should also appear in this document.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="RelatesToExternalID" type="ExternalIDType" maxOccurs="unbounded">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">External identifier (e.g., IMDb) which identifies the item this extra belongs to.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:choice>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type ExtraTypeEnum
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration clip
enumeration trailer
Used by
Element ExtraType/Type
Source
<xsd:simpleType name="ExtraTypeEnum">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="clip"/>
    <xsd:enumeration value="trailer"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Simple Type SchemaVersion
Namespace http://www.amazon.com/FireTv/2014-04-11/ingestion
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration FireTv-v1.2
enumeration FireTv-v1.3
enumeration FireTv-v1.4
enumeration FireTv-v1.5
enumeration FireTv-v1.6
enumeration FireTv-v1.7
enumeration FireTv-v1.8
enumeration FireTv-v1.9
enumeration FireTv-v1.10
enumeration FireTv-v1.11
Used by
Source
<xsd:simpleType name="SchemaVersion">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="FireTv-v1.2"/>
    <xsd:enumeration value="FireTv-v1.3"/>
    <xsd:enumeration value="FireTv-v1.4"/>
    <xsd:enumeration value="FireTv-v1.5"/>
    <xsd:enumeration value="FireTv-v1.6"/>
    <xsd:enumeration value="FireTv-v1.7"/>
    <xsd:enumeration value="FireTv-v1.8"/>
    <xsd:enumeration value="FireTv-v1.9"/>
    <xsd:enumeration value="FireTv-v1.10"/>
    <xsd:enumeration value="FireTv-v1.11"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Attribute ExternalIDType / @scheme
Namespace No namespace
Type ExternalIDTypeEnum
Properties
use required
Facets
enumeration imdb
enumeration tms
enumeration isan
enumeration ean
enumeration upc
Used by
Complex Type ExternalIDType
Source
<xsd:attribute name="scheme" use="required" type="ExternalIDTypeEnum"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Attribute LocalizedString / @locale
Namespace No namespace
Type xsd:language
Properties
use required
Used by
Complex Type LocalizedString
Source
<xsd:attribute name="locale" type="xsd:language" use="required"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Attribute LocalizedString / @pronunciation
Namespace No namespace
Type xsd:string
Properties
use optional
Used by
Complex Type LocalizedString
Source
<xsd:attribute name="pronunciation" type="xsd:string" use="optional"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Attribute PriceType / @currency
Namespace No namespace
Type CurrencyType
Properties
use required
Facets
enumeration USD
enumeration GBP
enumeration JPY
enumeration EUR
Used by
Complex Type PriceType
Source
<xsd:attribute name="currency" type="CurrencyType" use="required"/>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd
Attribute CatalogType / @version
Namespace No namespace
Annotations
[Added in version 1.2]
The version of the schema this catalog uses. Refer to the schema "id" to figure out which schema version you are using.
Although this attribute was made optional for compatibility reasons, we recommend that you provide the version.
e.g. FireTv-v1.2
Type SchemaVersion
Properties
use optional
Facets
enumeration FireTv-v1.2
enumeration FireTv-v1.3
enumeration FireTv-v1.4
enumeration FireTv-v1.5
enumeration FireTv-v1.6
enumeration FireTv-v1.7
enumeration FireTv-v1.8
enumeration FireTv-v1.9
enumeration FireTv-v1.10
enumeration FireTv-v1.11
Used by
Complex Type CatalogType
Source
<xsd:attribute name="version" type="SchemaVersion" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">[Added in version 1.2] The version of the schema this catalog uses. Refer to the schema "id" to figure out which schema version you are using. Although this attribute was made optional for compatibility reasons, we recommend that you provide the version. e.g. FireTv-v1.2</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location file:/Users/tomjoht/Documents/catalog/version 1.11/catalog.xsd