Barco XML

Barco XML

Introduction

Barco XML is a widely used format defined by Barco Video products

Barco XML

Barco XML Example
<?xml version='1.0' encoding='utf-8'?>
<ProgramGuide>
    <Service id='103' name='Animal Planet'>
        <ScheduleDay date='2013/12/31'>
            <Event id='21366427'>
                <IdentificationName>Bizarre Animal ER</IdentificationName>
                <StartDateTime>2013-12-31T17:45:00</StartDateTime>
                <EndDateTime>2013-12-31T18:10:00</EndDateTime>
                <ShortEventDescription>
                    <LanguageCode>ENG</LanguageCode>
                    <LanguageName>English</LanguageName>
                    <EventName>Bizarre Animal ER</EventName>
                    <EventDescription />
                </ShortEventDescription>
                <ExtendedEventDescription>
                    <LanguageCode>ENG</LanguageCode>
                    <LanguageName>English</LanguageName>
                    <EventDescription>Includes a dog that glued its mouth shut by accident, a foal with a freaky fang growing out of its forehead, and stick insects that were seemingly resuscitated after a house fire.
</EventDescription>
                </ExtendedEventDescription>
            </Event>
        </ScheduleDay>
    </Service>
</ProgramGuide>