Skip to content

Commit e876b25

Browse files
committed
amgrss schema for event has been added
1 parent cdcf9d6 commit e876b25

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

amgrss_schemas/amgrss_xpaths_description.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ xpath, description, valueType, exampleValues, mappingRequired
6262
/rss/channel/item/amg:platformGuideParams/amg:category, A category is a broad classification that groups similar types of content or products within a particular platform, xs:string,"Movie", no
6363
/rss/channel/item/amg:platformGuideParams/amg:subCategory, A subcategory is a more specific classification within a broader category. `X||Y||...` signifies a hierarchical structure where `Y` is a subcategory within `X` allowing for increasingly specific classification, xs:string,"Action||Superhero", no
6464
/rss/channel/item/amg:platformGuideParams/amg:appliesToPlatformId, specifies the platform_id for which the platform guide params are defined, xs:string,"NBC_HD_STB_STREAM", no
65+
/rss/channel/item/amg:event, Element to capture event details associated with asset item, xs:complexType, n/a, no
66+
/rss/channel/item/amg:event/@amg:eventType, Enum value belonging to {Sports|Music|Generic|Awards|Political}, xs:string, "Sports", no
67+
/rss/channel/item/amg:event/amg:league, League name for sports event, xs:string, "NBA", no
68+
/rss/channel/item/amg:event/amg:team, One or more teams associated with the event, xs:complexType, n/a, no
69+
/rss/channel/item/amg:event/amg:team/amg:teamName, Name of the team, xs:string, "Lakers", no
70+
/rss/channel/item/amg:event/amg:conference, Conference name for sports event Refer:https://en.wikipedia.org/wiki/Athletic_conference e.g. 'National Football COnference' https://en.wikipedia.org/wiki/National_Football_Conference, xs:string, "Western", no
71+
/rss/channel/item/amg:event/amg:description, Description of the event, xs:string, "NBA Finals", no
72+
/rss/channel/item/amg:event/amg:genre, Genre of the event. https://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.htm, xs:anyUri, "http://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS#_3.2.3.8", yes
73+
/rss/channel/item/amg:event/amg:eventStartDateTIme, Start date and time of the event, xs:dateTime, "2021-07-08T00:00:00Z", no
74+
/rss/channel/item/amg:event/amg:eventEndDateTIme, End date and time of the event, xs:dateTime, "2021-07-08T23:59:59Z", no
75+
/rss/channel/item/amg:event/amg:venue, Venue of the event, xs:string, "Staples Center", no
76+
/rss/channel/item/amg:event/amg:name, Name of the event, xs:string, "NBA Finals", no
6577
/rss/channel/item/media:title, https://www.rssboard.org/media-rss#media-title, xs:string,"Prison Break", no
6678
/rss/channel/item/media:title/@amg:lang, specifies the language of the title as defiend in https://www.ebu.ch/metadata/ontologies/skos/ebu_ISO639_1LanguageCodeCS.rdf, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCS#_en", yes
6779
/rss/channel/item/media:credit, https://www.rssboard.org/media-rss#media-credit, xs:complexType,"Tom Cruise", no

0 commit comments

Comments
 (0)