---
title: productInfo
framework: tvml
role: collectionGroup
path: tvml/productinfo
---

# productInfo

Contains general information about a product.

## Overview

Overview The productInfo element contains all of the elements required to describe a product. It commonly contains such information as a product’s title, type, format, running time, and so on. Here’s an example that describes a video, including its run time and languages. <productInfo>     <infoTable>         <header>             <title>Information</title>         </header>         <info>             <header>                 <title>Studio</title>             </header>             <text>Apple</text>         </info>         <info>             <header>                 <title>Runtime</title>             </header>             <text>1:54</text>         </info>         <info>             <header>                 <title>Format</title>             </header>             <text>Widescreen</text>         </info>     </infoTable>     <infoTable>         <header>             <title>Languages</title>         </header>         <info>             <header>                 <title>Primary</title>             </header>             <text>English (Dolby 5.1), Subtitles, CC</text>         </info>         <info>             <header>                 <title>Additional</title>             </header>             <text>Cantonese (Subtitles)</text>         </info>     </infoTable>     <infoTable style="tv-line-spacing:10;">         <header>             <title>Accessibility</title>         </header>         <info>             <header>                 <textBadge>SDH</textBadge>             </header>             <text>Subtitles for the deaf and Hard of Hearing (SDH) refer to subtitles in the original lanuage with the addition of relevant non-dialog information.</text>         </info>     </infoTable> </productInfo> Subelements of productInfo header infoTable row text Elements that Use productInfo productBundleTemplate productTemplate

## Topics

### Valid TVML Styles

- [padding](tvml/padding.md)
- [tv-interitem-spacing](tvml/tv-interitem-spacing.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### General Information Elements

- [info](tvml/info.md)
