TCRMConsolidatedPartyBObj

<xsd:element name="TCRMConsolidatedPartyBObj" substitutionGroup="CommonBObj" type="TCRMConsolidatedPartyBObjType"  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:annotation>
			<xsd:documentation>
				TCRMConsolidatedPartyBObj Business Object
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
This business object is used in the following transaction:

TCRMConsolidatedPartyBObjType

<xsd:complexType name="TCRMConsolidatedPartyBObjType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:complexContent>
		<xsd:extension base="CommonBObjType">
			<xsd:sequence maxOccurs="1" minOccurs="1">
				<xsd:element maxOccurs="1" minOccurs="0" ref="ComponentID"/>
				<xsd:element maxOccurs="1" minOccurs="0" ref="ObjectReferenceId"/>
				<xsd:element maxOccurs="1" minOccurs="0" ref="PartyInquiryLevel"/>
				<xsd:choice maxOccurs="1" minOccurs="0">
					<xsd:element maxOccurs="1" minOccurs="1" ref="TCRMPartyBObj"/>
					<xsd:element maxOccurs="1" minOccurs="1" ref="TCRMOrganizationBObj"/>					
					<xsd:element maxOccurs="1" minOccurs="1" ref="TCRMPersonBObj"/>					
				</xsd:choice>
				<xsd:element maxOccurs="1" minOccurs="0" ref="TCRMPartyListBObj"/>
				<xsd:element maxOccurs="1" minOccurs="0" ref="TCRMExtension"/>
				<!-- ######## response element ######## -->
				<xsd:element minOccurs="0" ref="DWLStatus"/>
				<xsd:choice minOccurs="0">
				</xsd:choice>
			</xsd:sequence>
		</xsd:extension>
	</xsd:complexContent>
</xsd:complexType>