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 Release 2.11 October 14, 2010
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>Release 2.11</Version>
      <ReleaseDate>October 14, 2010</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 7a, Form 941-PR Line 7a, Form 941-SS Line 7a</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: