Definition Type: Element
Name: ProcessType
Namespace: http://www.irs.gov/efile
Type: nsA:StringType
Containing Schema: efileMessage.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of ProcessType in schema efilemessage_xsd (IRS Electronic Tax Administration)
Collapse XSD Schema Code:
<xsd:element name="ProcessType" minOccurs="0">
    <xsd:simpleType>
        <xsd:restriction base="StringType">
            <xsd:enumeration value="T">
                <xsd:annotation>
                    <xsd:documentation>Test</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
            <xsd:enumeration value="P">
                <xsd:annotation>
                    <xsd:documentation>Production</xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration T
Enumeration P
Collapse Derivation Tree: