sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.util/schema/PIConfig.xsd
author Matti Laitinen <matti.t.laitinen@nokia.com>
Tue, 15 Jun 2010 12:47:20 +0300
changeset 8 15296fd0af4a
parent 2 b9ab3b238396
permissions -rw-r--r--
HeapAnalyser 1.1.0

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">

    <element name="buttonEventProfileList">
    	<complexType>
    		<sequence>
    			<element maxOccurs="unbounded" minOccurs="0" name="buttonEventProfile">
    				<complexType>
    					<sequence>
    						<element maxOccurs="unbounded" minOccurs="1" name="mapping">
    							<complexType>
    								<sequence/>
    								<attribute name="keyCode" type="unsignedInt">
    								</attribute>
    								<attribute name="enumString" type="string">
    								</attribute>
    								<attribute name="label" type="string">
    								</attribute>
    							</complexType>
    						</element>
    					</sequence>
    					<attribute name="profileId" type="string"/>
    					    				</complexType>
        </element>
    		</sequence>
    		<attribute name="buttonEventProfileVersion" type="decimal">
    		</attribute>
    	</complexType>
    </element>
</schema>