IC Card Management System - IC Card Interaction XML Schema

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
   xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
   attributeFormDefault="qualified" elementFormDefault="qualified"
   xmlns:dataType="org.eclipse.emf.ecore.xml.type.ID">
   <xs:element name="icInteractions">
      <xs:complexType>
         <xs:sequence maxOccurs="unbounded">
            <xs:element name="icInteraction">
               <xs:complexType>
                  <xs:attribute name="icCardId"
                   type="xs:positiveInteger" use="required" />
                  <xs:attribute name="icCardParentId"
                     type="xs:positiveInteger" use="required" />
                  <xs:attribute name="scenario" type="xs:string" />
                  <xs:attribute name="icSystem" type="xs:string" />
                  <xs:attribute name="interactionId" type="xs:ID"
                     use="required" />
               </xs:complexType>
            </xs:element>
         </xs:sequence>
         <xs:attribute name="scenario" type="xs:string"
            use="required" />
         <xs:attribute name="icSystem" type="xs:string"
            use="required" />
      </xs:complexType>
   </xs:element>
</xs:schema>

Click here to download the above xsd file.