<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CSPPlan">
<xsd:annotation>
<xsd:documentation>IREDES Charging Performance Reporting</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IRplanGenType">
<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="Recipe">
<xsd:complexType>
<xsd:group ref="CSRecipe" />
</xsd:complexType>
</xsd:element>
<xsd:element name="Accelerator">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AcceleratorType" type="IR:IRtext" />
<xsd:element name="AcceleratorTolerance" type="xsd:float" />
<xsd:element name="AcceleratorQuantity" type="xsd:float" />
<xsd:element name="AcceleratorDensity" type="xsd:float" />
</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>
|