<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CSPQual">
<xsd:annotation>
<xsd:documentation>IREDES Charging Performance Reporting</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IRpQualGenType">
<xsd:sequence>
<xsd:element name="ProcessType">
<xsd:simpleType>
<xsd:restriction base="IR:IRtext">
<xsd:enumeration value="Concrete" />
<xsd:enumeration value="Water proofing" />
<xsd:enumeration value="Fire proofing" />
<xsd:enumeration value="Washing" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PumpCalibration" type="xsd:boolean" />
<xsd:element name="RefToPlanID" type="IR:IRtext" />
<xsd:element name="DeliveryConcrete" type="IR:IRtext" />
<xsd:element name="Additives">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AcceleratorQuantity" type="xsd:float" />
<xsd:element name="AcceleratorType" type="IR:IRtext" />
<xsd:element name="AcceleratorDensity" type="xsd:float" />
<xsd:element name="AcceleratorTolerance" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="WorkReport" minOccurs="0" maxOccurs="100">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="WorkEvent" type="IR:IRtext" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Location" type="IR:IRtext" minOccurs="0" maxOccurs="1" />
<xsd:element name="Overdosing" type="xsd:int" minOccurs="0" maxOccurs="1" />
<xsd:element name="Washing">
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:enumeration value="0" />
<xsd:enumeration value="1" />
<xsd:enumeration value="2" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Prewatering">
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:enumeration value="0" />
<xsd:enumeration value="1" />
<xsd:enumeration value="2" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TemperatureWarning" minOccurs="0" maxOccurs="100">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="StartTime" type="xsd:dateTime" />
<xsd:element name="EndTime" type="xsd:dateTime" />
</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>
|