<!--Created with Liquid XML Studio 2012 Designer Edition 10.1.5.4204 (http://www.liquid-technologies.com)-->
<!-- edited with Liquid XML Studio 2012 by Mats Korczynski (IREDES) -->
<xsd:schema xmlns="http://www.iredes.org/xml/Charger" xmlns:IR="http://www.iredes.org/xml" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.iredes.org/xml/Charger" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="../CuO/ChargerbaseClasses.xsd" />
<xsd:import schemaLocation="../CuO/IRappBaseClasses.xsd" namespace="http://www.iredes.org/xml" />
<xsd:import schemaLocation="../CuO/IRtypes.xsd" namespace="http://www.iredes.org/xml" />
<xsd:import schemaLocation="../CuO/IRcoordNav.xsd" namespace="http://www.iredes.org/xml" />
<xsd:annotation>
<xsd:documentation>IREDES Charging XML schema version 0.1 proposal</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>Schema created by IREDES special interestgroup for Charging, see www.iredes.org.</xsd:documentation>
</xsd:annotation>
<xsd:element name="ECPPerf">
<xsd:annotation>
<xsd:documentation>IREDES Charging Production Performance Reporting</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IRpPerfGenType">
<xsd:sequence>
<xsd:element name="Carrier">
<xsd:annotation>
<xsd:documentation>Carrier specific performance data</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimeTag" type="xsd:dateTime" />
<xsd:element name="TimeRun" type="xsd:duration" />
<xsd:element name="TimeTram" type="xsd:duration" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ChargingLine" minOccurs="1" maxOccurs="4">
<xsd:annotation>
<xsd:documentation>Boom specific performance data</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ChargedMaterial" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Pumped material in kilograms.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OperationTime" type="xsd:duration" />
<xsd:element name="TimeToNextService" type="xsd:duration" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ElHydrPowerPack" minOccurs="0" maxOccurs="3">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OperationTime" type="xsd:duration" />
<xsd:element name="TimeToNextService" type="xsd:duration" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Compressor" minOccurs="0" maxOccurs="3">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Pressure" type="xsd:float" />
<xsd:element name="OperationTime" type="xsd:duration" />
<xsd:element name="TimeToNextService" type="xsd:duration" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="ECPPerfVersion" type="IR:IRversion" fixed="V 1.3" use="required" />
<xsd:attribute name="ECPPerfDownwCompat" type="IR:IRversion" fixed="V 1.3" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ECChargeHole">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IREDESType">
<xsd:sequence minOccurs="1" maxOccurs="unbounded">
<xsd:element name="Hole" maxOccurs="1000">
<xsd:annotation>
<xsd:documentation>Hole data for specified hole</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ECholeType">
<xsd:sequence>
<xsd:element name="Detonator" minOccurs="1" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Electric" />
<xsd:enumeration value="Non-Electric" />
<xsd:enumeration value="Electronic" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="PartNo" type="IR:IRtext" />
<xsd:element name="ProductText" type="IR:IRtext" />
<xsd:element name="SerialNo" type="IR:IRtext" />
<xsd:element name="Delay" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>Detonation delay in msec.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LocationInHole" type="xsd:float">
<xsd:annotation>
<xsd:documentation>//Detonators => LocationInHole
Start of the hole at real rock contact (0 position).
The value has to be given in meters from start of the hole.
(picture in documentation)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Booster" minOccurs="1" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type" type="xsd:string" />
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="PartNo" type="IR:IRtext" />
<xsd:element name="ProductText" type="IR:IRtext" />
<xsd:element name="SerialNo" type="IR:IRtext" />
<xsd:element name="PrimerType" type="IR:IRtext" />
<xsd:element name="AmountUsed" type="xsd:float" />
<xsd:element name="LocationInHole" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="TypeOfExplosives" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="ProductID" type="IR:IRtext" />
<xsd:element name="DeliveryID" type="IR:IRtext" />
<xsd:element name="ProductText" type="IR:IRtext" />
<xsd:element name="StartPoint" type="xsd:float" />
<xsd:element name="EndPoint" type="xsd:float" />
<xsd:element name="MassOfExplosives" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Total amount of explosives per hole (in kilograms)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LengthOfExplosives" type="xsd:float" />
<xsd:element name="Type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="bulk" />
<xsd:enumeration value="pumped" />
<xsd:enumeration value="packaged" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Recipe" type="ECRecipe" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Lid" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Collar length in meters</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Stemming" minOccurs="0" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="StartPoint" type="xsd:float" />
<xsd:element name="EndPoint" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="AirDeck" minOccurs="0" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="StartPoint" type="xsd:float" />
<xsd:element name="EndPoint" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ChargeMode">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Manual" />
<xsd:enumeration value="Automatic" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ChargingSequence" minOccurs="0" maxOccurs="10">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ChargerID" type="xsd:string" />
<xsd:element name="Sequence" minOccurs="1" maxOccurs="1000">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SeqNum" type="xsd:unsignedShort" />
<xsd:element name="HoleID" type="ECholeID" />
<xsd:element name="EquipmentData" type="IR:EquipmentInfoType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="HoleEvents">
<xsd:annotation>
<xsd:documentation>// Hole -> HoleEvents
Should be identical to the similar drill rigs reporting.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Depth" type="xsd:float" />
<xsd:element name="Comments">
<xsd:simpleType>
<xsd:restriction base="IR:IRtext">
<xsd:enumeration value="Water in the hole" />
<xsd:enumeration value="Hole blocked" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Comments" type="IR:IRtext" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ECPQual">
<xsd:annotation>
<xsd:documentation>IREDES Charging Performance Reporting</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IRpQualGenType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Type from ECRealHole to add</xsd:documentation>
</xsd:annotation>
<xsd:element name="ExplosiveMaterial" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Delivery" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="DeliveryID" type="IR:IRtext" />
<xsd:element name="TimeAtFace" type="xsd:dateTime" />
<xsd:element name="TimeFinished" type="xsd:dateTime" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Mass" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Mass of material in kilograms. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProductCode" type="xsd:string" />
<xsd:element name="Type" type="xsd:string" />
<xsd:element name="CupTest">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="CupVolume" type="xsd:float" />
<xsd:element name="Density" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Volume in g/cm^3.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Temperature" type="xsd:float">
<xsd:annotation>
<xsd:documentation>Temperature in Celsius degrees.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Timestamp" type="xsd:dateTime" />
<xsd:element name="Operator" type="IR:IRtext" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Calibration">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="CalibrationDate" type="xsd:dateTime" />
<xsd:element name="NextCalibrationDue" type="xsd:date" />
<xsd:element name="Operator" type="IR:IRtext" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="DRPQualVersion" type="IR:IRversion" fixed="V 1.3" use="required" />
<xsd:attribute name="DRPQualDownwCompat" type="IR:IRversion" fixed="V 1.3" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ECShotData">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IREventGenType">
<xsd:sequence>
<xsd:element name="SDelay" minOccurs="1" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="HoleID" type="ECholeID" minOccurs="1" maxOccurs="1000" />
<xsd:element name="Delay" type="xsd:duration" />
<xsd:element name="Manufacturer" type="IR:IRtext" />
<xsd:element name="Type" type="IR:IRtext" />
<xsd:element name="SerialNumber" type="IR:IRtext" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:schema>
|