<?xml version="1.0"?>
<p1:OEXML xmlns:p1="urn:OEXML:r1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:OEXML:r1 file:///d:/oexml/oexml_r1.xsd">
    <Header>
        <MessageID>abc-Req</MessageID>
        <!--Element InitiatingMessageID is optional-->
        <InitiatingMessageID duplicate="No">original345</InitiatingMessageID>
        <!--Element ConversationID is optional-->
        <LOV_Back_Office_Region__ConversationID>US_AR</LOV_Back_Office_Region__ConversationID>
        <MessageDate>2002-10-10T12:00:00-05:00</MessageDate>
        <From>Siebel</From>
        <InitiatingSystem>SecurityMail</InitiatingSystem>
        <!--Element ReturnURI is optional-->
        <LOV_Back_Office_Region__ReturnURI>US_CO</LOV_Back_Office_Region__ReturnURI>
        <!--Element ErrorURI is optional-->
        <ErrorURI>string</ErrorURI>
        <!--Element SourceUserID is optional-->
        <SourceUserID>string</SourceUserID>
        <!--Element Priority is optional-->
        <Priority>99</Priority>
        <!--Element TimeToLive is optional-->
        <TimeToLive>2002-10-10T12:00:00-05:00</TimeToLive>
        <!--Element Service is optional-->
        <!--<BusinessServiceBase operation="string">-->
            <!--Element ProcessStream is optional-->
        <ProcessStream>Transfer Out Decomposition</ProcessStream>
        <!--Element Credential is optional, maxOccurs=unbounded-->
        <Credential>
            <CredentialName>string</CredentialName>
            <CredentialValue>string</CredentialValue>
        </Credential>
        <Credential>
            <CredentialName>string</CredentialName>
            <CredentialValue>string</CredentialValue>
        </Credential>
        <Credential>
            <CredentialName>string</CredentialName>
            <CredentialValue>string</CredentialValue>
        </Credential>
        <!--Element NameValuePair is optional, maxOccurs=unbounded-->
        <NameValuePair>
            <Name>IntegrationKey</Name>
            <Value>12322334</Value>
        </NameValuePair>
        <NameValuePair>
            <Name>MessageID</Name>
            <Value>456</Value>
        </NameValuePair>
        <NameValuePair>
            <Name>string</Name>
            <Value>string</Value>
        </NameValuePair>
    </Header>
	<Transaction transactionDate="2002-10-10T12:00:00-05:00" commodity="Gas" transactionType="Status Change">
        <!--Attribute commodity is optional-->
        <!--Attribute transactionDate is optional-->
        <TransferNotification version="r1">
            <Role>stri</Role>
            <RoleStatus>C</RoleStatus>
            <ChangeRequest>
                <Participant description="string">
                    <!--Attribute description is optional-->string</Participant>
                <RequestID>9999999999</RequestID>
                <!--Element ChangeStatusCode is optional-->
                <ChangeStatusCode>
                    <!--Element StatusChangeDate is optional-->
                    <StatusChangeDate>1999-01-21</StatusChangeDate>
                    <Status>Error</Status>
                </ChangeStatusCode>
                <ChangeData>
                    <!--Element ChangeReasonCode is optional-->
                    <ChangeReasonCode>stri</ChangeReasonCode>
                    <ProposedDate>1999-01-21</ProposedDate>
                    <!--Element MeterReadTypeCode is optional-->
                    <MeterReadTypeCode>st</MeterReadTypeCode>
                    <!--Element ActualEndDate is optional-->
                    <ActualEndDate>1999-01-21</ActualEndDate>
                    <!--Element InitiatingRequestID is optional-->
                    <InitiatingRequestID>9999999999</InitiatingRequestID>
					<NMIStandingData xsi:type="p1:ElectricityStandingData">
						<NMI>1234567890</NMI>
					</NMIStandingData>
                </ChangeData>
            </ChangeRequest>
            <!--Element Objection is optional-->
            <Objection>
                <Participant description="string">
                    <!--Attribute description is optional-->string</Participant>
                <ObjectionID>9999999999</ObjectionID>
                <LOV_Back_Office_Region__ObjectionAction>Raised</LOV_Back_Office_Region__ObjectionAction>
                <ObjectionData>
                    <InitiatingRequestID>9999999999</InitiatingRequestID>
                    <Role>stri</Role>
                    <ObjectionCode>string</ObjectionCode>
                </ObjectionData>
                <!--Element ObjectionDate is optional-->
                <ObjectionDate>1999-01-21</ObjectionDate>
            </Objection>
            <!--Element JurisdictionCode is optional-->
            <JurisdictionCode>str</JurisdictionCode>
            <!--Element NMIClassificationCode is optional-->
            <NMIClassificationCode>string</NMIClassificationCode>
            <!--Element ObjectionEndDate is optional-->
            <ObjectionEndDate>1999-01-21</ObjectionEndDate>
        </TransferNotification>
    </Transaction>
</p1:OEXML>
