Definition Type: Element
Name: CSPPerf
Namespace: http://www.iredes.org/xml/Charger
Type: [Unresolved]: IRpPerfGenType:http://www.iredes.org/xml
Containing Schema: IRConcrete.xsd
Abstract False
Collapse XSD Schema Diagram:
XSD Diagram of CSPPerf
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="CSPPerf">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="IR:IRpPerfGenType">
                <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="PumpOpHours" type="xsd:duration">
                        <xsd:annotation>
                            <xsd:documentation>Time of the pump work.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="SprayedConcrete" type="xsd:float">
                        <xsd:annotation>
                            <xsd:documentation>Amount of sprayed concrete.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="SprayedAdditives" type="xsd:float">
                        <xsd:annotation>
                            <xsd:documentation>Amount of sprayed additives.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Maintenance">
                        <xsd:simpleType>
                            <xsd:restriction base="IR:IRtext">
                                <xsd:enumeration value="No maintenance" />
                                <xsd:enumeration value="Warning" />
                                <xsd:enumeration value="Alarm" />
                            </xsd:restriction>
                        </xsd:simpleType>
                    </xsd:element>
                    <xsd:element name="Blockages" type="xsd:int" />
                    <xsd:element name="PumpStrokes" type="xsd:int" minOccurs="0" maxOccurs="1" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProcessType ProcessType:http://www.iredes.org/xml/Charger (1) (1)
PumpOpHours PumpOpHours:http://www.iredes.org/xml/Charger (1) (1)
SprayedConcrete SprayedConcrete:http://www.iredes.org/xml/Charger (1) (1)
SprayedAdditives SprayedAdditives:http://www.iredes.org/xml/Charger (1) (1)
Maintenance Maintenance:http://www.iredes.org/xml/Charger (1) (1)
Blockages Blockages:http://www.iredes.org/xml/Charger (1) (1)
PumpStrokes PumpStrokes:http://www.iredes.org/xml/Charger 0 1