Schema Name: GeneralSupportingInformation.xsd
Target Namespace: http://www.irs.gov/efile
Documentation:
IRS e-file 94x Schema - Schema for General Supporting Information 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 General Supporting Information</Description>
      <Version>Release 2.11</Version>
      <ReleaseDate>October 14, 2010</ReleaseDate>
    </xsd:documentation>
  </xsd:annotation>

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

  <!-- General Supporting Information -->
  <xsd:element name="GeneralSupportingInformation">
    <xsd:annotation>
      <xsd:documentation>
        <Description>General Supporting Information</Description>
      </xsd:documentation>
    </xsd:annotation>

    <xsd:complexType>
      <xsd:complexContent>
        <xsd:extension base="GeneralSupportingInformationType">
          <xsd:attributeGroup ref="DocumentAttributes" />
        </xsd:extension>
      </xsd:complexContent>
    </xsd:complexType>
  </xsd:element>

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

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