OLD line(s): 58
| NEW line(s): 59,125
<!-- ===== Partnership information when attached to Form 3800. ===== --> <xsd:element name="Form3800PartnershipInfo" minOccurs="0"> <xsd:complexType> <xsd:sequence> <!-- Partnership's Name --> <xsd:element name="PartnershipName" type="BusinessNameType"> <xsd:annotation> <xsd:documentation> <Description>Partnership's Name</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Partnership's In Care Of Name --> <xsd:element name="InCareOfNm" type="InCareOfNameType"> <xsd:annotation> <xsd:documentation> <Description>Partnership's In Care Of Name</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Partnership's Address: choice between US and Foreign Address --> <xsd:choice minOccurs="0"> <!-- Partnership's US Address --> <xsd:element name="PartnershipUSAddress" type="USAddressType"> <xsd:annotation> <xsd:documentation> <Description>Partnership's US address</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Partnership's Foreign Address --> <xsd:element name="PartnershipForeignAddress" type="ForeignAddressType"> <xsd:annotation> <xsd:documentation> <Description>Partnership's foreign address</Description> </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> <!-- Partnership's Identification Number: choice between EIN or Missing EIN Reason Code--> <xsd:choice> <!-- Partnership's EIN --> <xsd:element name="PartnershipEIN" type="EINType"> <xsd:annotation> <xsd:documentation> <Description>Partnership's EIN</Description> </xsd:documentation> </xsd:annotation> </xsd:element> <!-- Partnership's Missing EIN Reason --> <xsd:element name="MissingEINReasonCd"> <xsd:annotation> <xsd:documentation> <Description>Partnership's Missing EIN Reason</Description> </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="StringType"> <xsd:enumeration value="APPLD FOR"/> <xsd:enumeration value="FOREIGNUS"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:sequence> </xsd:complexType> </xsd:element> |