sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.util/schema/PIConfig.xsd
changeset 2 b9ab3b238396
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
       
     2 <schema xmlns="http://www.w3.org/2001/XMLSchema">
       
     3 
       
     4     <element name="buttonEventProfileList">
       
     5     	<complexType>
       
     6     		<sequence>
       
     7     			<element maxOccurs="unbounded" minOccurs="0" name="buttonEventProfile">
       
     8     				<complexType>
       
     9     					<sequence>
       
    10     						<element maxOccurs="unbounded" minOccurs="1" name="mapping">
       
    11     							<complexType>
       
    12     								<sequence/>
       
    13     								<attribute name="keyCode" type="unsignedInt">
       
    14     								</attribute>
       
    15     								<attribute name="enumString" type="string">
       
    16     								</attribute>
       
    17     								<attribute name="label" type="string">
       
    18     								</attribute>
       
    19     							</complexType>
       
    20     						</element>
       
    21     					</sequence>
       
    22     					<attribute name="profileId" type="string"/>
       
    23     					    				</complexType>
       
    24         </element>
       
    25     		</sequence>
       
    26     		<attribute name="buttonEventProfileVersion" type="decimal">
       
    27     		</attribute>
       
    28     	</complexType>
       
    29     </element>
       
    30 </schema>