Schema Name: FractionsOfCentsAdjSupportingInfo.xsd
Target Namespace: http://www.irs.gov/efile
Documentation:
IRS e-file 94x Schema - Schema for Fractions of Cents Adjustment Explanation Supporting Info Final Release 2.7 December 15, 2008
Collapse XSD Schema Code:

<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns="http://www.irs.gov/efile" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">

	<xsd:annotation>
		<xsd:documentation>
			<Description>IRS e-file 94x Schema - Schema for Fractions of Cents Adjustment Explanation Supporting Info</Description>
                    <Version>Final Release 2.7</Version>
                    <ReleaseDate>December 15, 2008</ReleaseDate>
		</xsd:documentation>
	</xsd:annotation>

	<xsd:include schemaLocation="../efileTypes.xsd" />

	<!-- Fractions of Cents Adjustment Explanation Supporting Info -->
	<xsd:element name="FractionsOfCentsAdjExplanation">
		<xsd:annotation>
			<xsd:documentation>
				<Description>Explanation for fractions of cents adjustment</Description>
				<LineNumber>Form 941 Line 9, Form 941-PR Line 9, Form 941-SS Line 9</LineNumber>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="FractionsOfCentsAdjExplanationType">
				    <xsd:attributeGroup ref="DocumentAttributes" />
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>

	<xsd:complexType name="FractionsOfCentsAdjExplanationType">
		<xsd:sequence>
			<xsd:element name="Explanation" type="ExplanationType" />
		</xsd:sequence>
	</xsd:complexType>

</xsd:schema>
Collapse ComplexTypes:
Collapse Elements: