<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CSPMWS">
<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="TimeStamp" type="xsd:dateTime" />
<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="NozzlePosition" type="IR:IRpointType" minOccurs="0" />
<xsd:element name="SprayingVector" type="IR:IRpointType" minOccurs="0" maxOccurs="1" />
<xsd:element name="AirFlow" type="xsd:float" minOccurs="0" maxOccurs="1" />
<xsd:element name="MaterialFlow" type="xsd:float" minOccurs="0" maxOccurs="1" />
<xsd:element name="AcceleratorFlow" type="xsd:float" minOccurs="0" maxOccurs="1" />
<xsd:element name="AcceleratorTemperature" type="xsd:float" />
<xsd:element name="ConcreteTemperature" type="xsd:float" />
<xsd:element name="AmbientTemperature" type="xsd:float" />
<xsd:element name="CompressedAirTemperature" type="xsd:float" />
<xsd:element name="ExtElement" minOccurs="0" maxOccurs="5">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ExtElementName" type="IR:IRtext" />
<xsd:element name="ExtElementValue" type="xsd:float" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Events" type="IR:IRtext" minOccurs="0" maxOccurs="5" />
</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>
|