sysmodelgen/src/old/resources/xsd/sysinfo.xsd
author William Roberts <williamr@symbian.org>
Thu, 16 Sep 2010 12:51:04 +0100
branchHighFidelityModel
changeset 423 a9871a0f75c0
parent 152 5acf50bbb618
permissions -rw-r--r--
mw/homescreensrv/tstaskmonitor has changed into taskswitcher

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="info">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded" minOccurs="0">
        <xs:element name="item" maxOccurs="unbounded" minOccurs="0">
          <xs:complexType>
          	<xs:simpleContent>
          		<xs:extension base="xs:string">
          			<xs:attribute type="xs:string" name="ref" use="required" />
          			<xs:attribute type="xs:NMTOKEN" name="status" use="optional" />
          			<xs:attribute type="xs:NMTOKEN" name="percent" use="optional" />
          		</xs:extension>
          	</xs:simpleContent>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>