Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Microsoft Office/OFFICE11/VS Runtime/SCHEMAS/XML/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Microsoft Office/OFFICE11/VS Runtime/SCHEMAS/XML/adrotator.xsd
<?xml version="1.0" encoding="utf-8"?>
<schema targetNamespace='Ad Rotator Schedule File'
        xmlns='http://www.w3.org/1999/XMLSchema'
        xmlns:adr='http://schemas.microsoft.com/Schemas/AdRotatorScheduleFile'
        xmlns:vs='http://schemas.microsoft.com/Schemas/VisualStudio/HTML Intellisense'
        vs:ishtmlschema='false'>

<annotation>
    <documentation>
    Ad Rotator Schedule File schema.
    </documentation>
</annotation>


<!-- <Advertisements>: exactly one per file -->
<element name='Advertisements' minOccurs='1' maxOccurs='1'>
    <complexType>
        <!-- <Ad>: at least one per file -->
        <choice minOccurs='1' maxOccurs='*'>
            <element name='Ad' type='adr:adType' />
        </choice>
    </complexType>
</element>

<!-- an <Ad> must contain at least one element, but no element may appear more than once per <Ad> -->
<complexType name='adType'>
    <choice minOccurs='1' maxOccurs='*'>
        <element name='ImageUrl' type='uriReference' vs:builder='url' minOccurs='0' maxOccurs='1' />
        <element name='NavigateUrl' type='uriReference' vs:builder='url' minOccurs='0' maxOccurs='1' />
        <element name='Keyword' type='string' minOccurs='0' maxOccurs='1' />
        <element name='Impressions' type='positiveInteger' minOccurs='0' maxOccurs='1' />
        <element name='AlternateText' type='string' minOccurs='0' maxOccurs='1' />
    </choice>
</complexType>

</schema>