TAILInternalLogBObj

<xsd:element name="TAILInternalLogBObj" substitutionGroup="CommonBObj" type="TAILInternalLogBObjType"  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:annotation>
		<xsd:documentation>
			TAILInternalLog Business Object
		</xsd:documentation>
	</xsd:annotation>
</xsd:element>

This business object is used in the following transaction:

TAILInternalLogBObjType

<xsd:complexType name="TAILInternalLogBObjType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:complexContent>
		<xsd:extension base="CommonBObjType">
			<xsd:sequence>
				<xsd:element minOccurs="0" ref="ComponentID"/>
				<xsd:element minOccurs="0" ref="InternalBusinessTxnType"/>
				<xsd:element minOccurs="0" ref="InternalBusinessTxnValue"/>
				<xsd:element minOccurs="0" ref="InternalLogIdPK"/>
				<xsd:element minOccurs="0" ref="InternalLogLastUpdateDate"/>
				<xsd:element minOccurs="0" ref="InternalLogLastUpdateUser"/>
				<xsd:element minOccurs="0" ref="TransactionLogId"/>
				<xsd:element minOccurs="0" ref="DWLStatus"/>
				<xsd:element maxOccurs="unbounded" minOccurs="0" ref="TAILInternalLogTxnKeyBObj"/>
				<xsd:choice>
					<xsd:element minOccurs="0" ref="TCRMExtension"/>
					<xsd:element maxOccurs="1" minOccurs="0" ref="DWLAdminExtension"/>
				</xsd:choice>
			</xsd:sequence>
		</xsd:extension>
	</xsd:complexContent>
</xsd:complexType>