postProcessing.xsd 559 Bytes
<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:include schemaLocation="download.xsd" />	
	
    <xs:element name="postProcess" substitutionGroup="PostProcessingElement" >
		<xs:complexType>
            <xs:sequence>
                <xs:element name="zip" minOccurs="0" maxOccurs="1"/>
                <xs:element name="tar" minOccurs="0" maxOccurs="1"/>
                <xs:element name="gzip" minOccurs="0" maxOccurs="1"/>
            </xs:sequence>
        </xs:complexType>
	</xs:element>
	
</xs:schema>