You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Stuart, Jay Cameron" <Ja...@usi.net> on 2005/12/01 21:33:48 UTC

axis2 wsdl2java issue

I get a NPE when attempting to generate java code from the following PS
WSDL file using wsdl2java command line tool.  Any help would be greatly
appreciated.
 
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
    name="RC_CASE_RESPONSE_ASYNC"
    targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn"
 
xmlns:RC_CASE_RESPONSE_ASYNCRequest="http://peoplesoft.com/RC_CASE_RESPO
NSE_ASYNCRequest"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 
xmlns:wsdl_target="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn">
    <wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Case Asynchronous EIP
response message</wsdl:documentation>
    <wsdl:types>
        <xsd:schema
 
targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
            xmlns="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <xsd:element name="RC_CASE_RESPONSE_ASYNC"
type="RC_CASE_RESPONSE_ASYNCType"/>
            <xsd:complexType name="RC_CASE_RESPONSE_ASYNCType">
                <xsd:sequence>
                    <xsd:element name="FieldTypes"
type="FieldTypesType"/>
                    <xsd:element name="MsgData" type="MsgDataType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesType">
                <xsd:all>
                    <xsd:element name="RCFCASE"
type="FieldTypesRCFCASEType"/>
                    <xsd:element name="RCFCASE_COMPL"
type="FieldTypesRCFCASE_COMPLType"/>
                    <xsd:element name="RCTCASE"
type="FieldTypesRCTCASEType"/>
                    <xsd:element name="RC_ATTR_CASE"
type="FieldTypesRC_ATTR_CASEType"/>
                    <xsd:element name="RC_CASE_EIP_ERR"
type="FieldTypesRC_CASE_EIP_ERRType"/>
                    <xsd:element name="RC_CASE_EIP_WRK"
type="FieldTypesRC_CASE_EIP_WRKType"/>
                    <xsd:element name="RC_CASE_NOTE"
type="FieldTypesRC_CASE_NOTEType"/>
                    <xsd:element name="RC_INCIDENT_WRK"
type="FieldTypesRC_INCIDENT_WRKType"/>
                    <xsd:element name="RC_INTEREST_PRT"
type="FieldTypesRC_INTEREST_PRTType"/>
                    <xsd:element name="RC_RELATIONSHIP"
type="FieldTypesRC_RELATIONSHIPType"/>
                    <xsd:element name="RC_RESOLUTION"
type="FieldTypesRC_RESOLUTIONType"/>
                    <xsd:element name="PSCAMA"
type="FieldTypesPSCAMAType"/>
                </xsd:all>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRCFCASEType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ISSUE_SUBTYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ISSUE_VISIBILITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="FIN_ACCOUNT_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="TARGET_CLOSE_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="SALES_ENTRY_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="TRANSACTION_NO"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_BS_INSTANCE"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="FORM_INSTANCE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="CONFIG_CODE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRCFCASE_COMPLType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="COMPL_CAUSE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="COMPL_CAUSE_ENTITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CLAIM_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="CLAIM_SUBMITTED_BY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CLAIM_CURR_CD"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CLAIM_AMOUNT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="CLAIM_PAID_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="CLAIM_PAID_CURR_CD"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CLAIM_PAID_AMOUNT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="EMPLID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="INFORM_EMPL_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ACK_REQUIRED_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="INFORM_CONTACT_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="AFTERCARE_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="NO_CHARGE_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="LETTER_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="RECEIVED_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="DETAIL_INFO_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="EXT_DUE_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="COMPL_CLOSE_REASON"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="COMPL_RECEIVED_VIA"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SITE_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRCTCASEType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTACCTID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTDISPTYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTBILLID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTBILLITEMID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTEVENTID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTADJTYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTAMTADJ"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RBTRESOURCETYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTDISPUTEAMT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RBTDISPREASON"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RBTDISPSTATUS"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="DESCR254"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_ATTR_CASEType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="MARKET"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ATTRIBUTE_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ATTR_ITEM_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ATTRIBUTE_VALUE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ATTR_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="ATTR_NUMBER"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_CASE_EIP_ERRType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CASE_EIP_ERROR_MSG"
type="FieldTypesCharFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_CASE_EIP_WRKType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="REMOTE_CASE_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_VERTICAL"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="MARKET"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RB_ANONYMOUS_FLAG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROLE_TYPE_ID_CUST"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BO_ID_CUST"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SETID_CUSTOMER"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CUST_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="EMPLID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROLE_TYPE_ID_CNTCT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BO_ID_CONTACT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="CONTACT_PERSON_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="BO_ID_ALT_CNCT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="ALT_CNCT_PERSON_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ALT_CNCT_CUST_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_TRACKING_NBR"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SIN"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PERSON_PIN"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="BO_ID_SITE"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SETID_SITE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SITE_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="REGION_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PROFILE_CM_SEQ_ADD"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="PROFILE_CM_SEQ_PHN"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="PROFILE_CM_SEQ_EML"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="PROFILE_CM_SEQ_PGR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="CM_TYPE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RC_CONTACT_INFO"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SETID_PRODUCT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PRODUCT_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="INST_PROD_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SERIAL_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ASSETTAG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SETID_ENTL"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="AGREEMENT_CODE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="AGR_RENEWAL_NUM"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="AGREEMENT_LINE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="WARRANTY_NAME"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PROBLEM_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_SUMMARY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_DESCRLONG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ERROR_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="ERROR_CODE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ERROR_MESSAGE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CASE_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SECURE_CASE_FLG"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_CATEGORY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_DETAIL"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_PRIORITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_SEVERITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_STATUS"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_SOURCE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SETID_PROV_GRP"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PRIOR_PRVDR_GRP_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PROVIDER_GRP_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PRIOR_ASSIGNED_TO"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ASSIGNED_TO"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CM_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RB_LOCATION_DETAIL"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="BUS_PROC_INSTANCE"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RES_FIRST_CNTCT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CREATION_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="CLOSED_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="CLOSED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="CLOSED_BY_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_RESP_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="RC_RESP_TIME"
type="FieldTypesTimeFieldType"/>
                    <xsd:element name="RC_RESPMET_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="RC_RESPMET_TIME"
type="FieldTypesTimeFieldType"/>
                    <xsd:element name="RC_RESP_IND"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_REST_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="RC_REST_TIME"
type="FieldTypesTimeFieldType"/>
                    <xsd:element name="RC_RESTMET_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="RC_RESTMET_TIME"
type="FieldTypesTimeFieldType"/>
                    <xsd:element name="RC_REST_IND"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="CASE_EIP_STATUS"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CASE_EIP_GEN_MSG"
type="FieldTypesCharFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_CASE_NOTEType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="NOTE_SEQ_NBR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RC_SUMMARY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_NOTE_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_NOTE_ORIGIN"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="NOTE_CONTACT_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="BO_ID_CUST"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BO_ID_CONTACT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="ROLE_TYPE_ID_CNTCT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="ROLE_TYPE_ID_CUST"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="PERSON_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RSLN_SEQ_NBR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RC_VISIBILITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="USI_STATUS"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RC_PRIORITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ASSIGNED_TO"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="DUE_DATE"
type="FieldTypesDateFieldType"/>
                    <xsd:element name="USI_DUE_TIME"
type="FieldTypesTimeFieldType"/>
                    <xsd:element name="USI_COMPLETION_DT"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="USI_LABOR_TIME"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="USI_LABOR_TIME_CHR"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="TIMEZONE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SCHEDULED"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="RC_DESCRLONG"
type="FieldTypesCharFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_INCIDENT_WRKType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDRESS_SUB_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CROSS_STREET_1"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CROSS_STREET_2"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="COUNTRY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDRESS1"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDRESS2"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDRESS3"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDRESS4"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="CITY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="NUM1"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="NUM2"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="HOUSE_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDR_FIELD1"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDR_FIELD2"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ADDR_FIELD3"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="COUNTY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="STATE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="POSTAL"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="GEO_CODE"
type="FieldTypesCharFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_INTEREST_PRTType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="PERSON_ID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="INT_SEQ_NBR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="REASON_CD"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_RELATIONSHIPType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RELATED_BU"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RELATED_CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RELATIONSHIP_TYPE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesRC_RESOLUTIONType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RSLN_SEQ_NBR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SOLUTION_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RSLN_SUMMARY"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="RSLN_STATE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SOURCE_CASE_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SOURCE_RSLN_SEQNBR"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="NEW_SOLUTION_ID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="USAGE_COUNT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="LAST_USAGE_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="RC_SOLVED_COUNT"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="RC_RSLN_SOURCE"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="USI_COMPLETION_DT"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="FieldTypesCharFieldType"/>
                    <xsd:element name="SYNCID"
type="FieldTypesNumberFieldType"/>
                    <xsd:element name="SYNCDTTM"
type="FieldTypesDateTimeFieldType"/>
                    <xsd:element name="RSLN_NOTES"
type="FieldTypesCharFieldType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="PSCAMAMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element
                        maxOccurs="1"
                        minOccurs="0"
                        name="AUDIT_ACTN"
                        type="AUDIT_ACTNType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="AUDIT_ACTNType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesPSCAMAType">
                <xsd:all>
                    <xsd:element name="LANGUAGE_CD"
type="FieldTypesLANGUAGE_CDType"/>
                    <xsd:element name="AUDIT_ACTN"
type="FieldTypesAUDIT_ACTNType"/>
                    <xsd:element name="BASE_LANGUAGE_CD"
type="FieldTypesBASE_LANGUAGE_CDType"/>
                    <xsd:element name="MSG_SEQ_FLG"
type="FieldTypesMSG_SEQ_FLGType"/>
                    <xsd:element name="PROCESS_INSTANCE"
type="FieldTypesPROCESS_INSTANCEType"/>
                    <xsd:element name="PUBLISH_RULE_ID"
type="FieldTypesPUBLISH_RULE_IDType"/>
                    <xsd:element name="MSGNODENAME"
type="FieldTypesMSGNODENAMEType"/>
                </xsd:all>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesLANGUAGE_CDType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesAUDIT_ACTNType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesBASE_LANGUAGE_CDType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesMSG_SEQ_FLGType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesPROCESS_INSTANCEType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesPUBLISH_RULE_IDType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesMSGNODENAMEType">
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="type" type="xsd:string"/>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PSCAMAType">
                <xsd:all>
                    <xsd:element name="LANGUAGE_CD"
type="FieldTypesLANGUAGE_CDType"/>
                    <xsd:element name="AUDIT_ACTN"
type="FieldTypesAUDIT_ACTNType"/>
                    <xsd:element name="BASE_LANGUAGE_CD"
type="FieldTypesBASE_LANGUAGE_CDType"/>
                    <xsd:element name="MSG_SEQ_FLG"
type="FieldTypesMSG_SEQ_FLGType"/>
                    <xsd:element name="PROCESS_INSTANCE"
type="FieldTypesPROCESS_INSTANCEType"/>
                    <xsd:element name="PUBLISH_RULE_ID"
type="FieldTypesPUBLISH_RULE_IDType"/>
                    <xsd:element name="MSGNODENAME"
type="FieldTypesMSGNODENAMEType"/>
                </xsd:all>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesFieldType">
                <xsd:attribute name="type" type="fieldtypes"
use="required"/>
                <xsd:attribute name="format" type="fieldtypes"
use="optional"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesCharFieldType">
                <xsd:attribute fixed="CHAR" name="type" use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesNumberFieldType">
                <xsd:attribute fixed="NUMBER" name="type"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesDateFieldType">
                <xsd:attribute fixed="DATE" name="type" use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesTimeFieldType">
                <xsd:attribute fixed="TIME" name="type" use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesDateTimeFieldType">
                <xsd:attribute fixed="DATETIME" name="type"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="FieldTypesImageFieldType">
                <xsd:attribute fixed="IMAGE" name="type"
use="required"/>
                <xsd:attribute name="format" type="fieldtypes"
use="required"/>
            </xsd:complexType>
            <xsd:simpleType name="fieldtypes">
                <xsd:restriction base="xsd:string"/>
            </xsd:simpleType>
            <xsd:complexType name="MsgDataType">
                <xsd:sequence maxOccurs="unbounded" minOccurs="0">
                    <xsd:element name="Transaction"
type="TransactionType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="TransactionType">
                <xsd:sequence>
                    <xsd:element name="RC_CASE_EIP_WRK"
type="RC_CASE_EIP_WRKMsgDataRecordType"/>
                    <xsd:element name="PSCAMA" type="PSCAMAType"/>
                </xsd:sequence>
            </xsd:complexType>
            <xsd:complexType name="RCFCASEMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="ISSUE_SUBTYPE"
type="ISSUE_SUBTYPEType"/>
                    <xsd:element name="ISSUE_VISIBILITY"
type="ISSUE_VISIBILITYType"/>
                    <xsd:element name="FIN_ACCOUNT_ID"
type="FIN_ACCOUNT_IDType"/>
                    <xsd:element name="TARGET_CLOSE_DATE"
type="TARGET_CLOSE_DATEType"/>
                    <xsd:element name="SALES_ENTRY_ID"
type="SALES_ENTRY_IDType"/>
                    <xsd:element name="TRANSACTION_NO"
type="TRANSACTION_NOType"/>
                    <xsd:element name="RC_BS_INSTANCE"
type="RC_BS_INSTANCEType"/>
                    <xsd:element name="FORM_INSTANCE_ID"
type="FORM_INSTANCE_IDType"/>
                    <xsd:element name="CONFIG_CODE"
type="CONFIG_CODEType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RCFCASE_COMPLMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="COMPL_CAUSE"
type="COMPL_CAUSEType"/>
                    <xsd:element name="COMPL_CAUSE_ENTITY"
type="COMPL_CAUSE_ENTITYType"/>
                    <xsd:element name="CLAIM_DATE"
type="CLAIM_DATEType"/>
                    <xsd:element name="CLAIM_SUBMITTED_BY"
type="CLAIM_SUBMITTED_BYType"/>
                    <xsd:element name="CLAIM_CURR_CD"
type="CLAIM_CURR_CDType"/>
                    <xsd:element name="CLAIM_AMOUNT"
type="CLAIM_AMOUNTType"/>
                    <xsd:element name="CLAIM_PAID_DATE"
type="CLAIM_PAID_DATEType"/>
                    <xsd:element name="CLAIM_PAID_CURR_CD"
type="CLAIM_PAID_CURR_CDType"/>
                    <xsd:element name="CLAIM_PAID_AMOUNT"
type="CLAIM_PAID_AMOUNTType"/>
                    <xsd:element name="EMPLID" type="EMPLIDType"/>
                    <xsd:element name="INFORM_EMPL_FLG"
type="INFORM_EMPL_FLGType"/>
                    <xsd:element name="ACK_REQUIRED_FLG"
type="ACK_REQUIRED_FLGType"/>
                    <xsd:element name="INFORM_CONTACT_FLG"
type="INFORM_CONTACT_FLGType"/>
                    <xsd:element name="AFTERCARE_FLG"
type="AFTERCARE_FLGType"/>
                    <xsd:element name="NO_CHARGE_FLG"
type="NO_CHARGE_FLGType"/>
                    <xsd:element name="LETTER_DATE"
type="LETTER_DATEType"/>
                    <xsd:element name="RECEIVED_DATE"
type="RECEIVED_DATEType"/>
                    <xsd:element name="DETAIL_INFO_FLG"
type="DETAIL_INFO_FLGType"/>
                    <xsd:element name="EXT_DUE_DATE"
type="EXT_DUE_DATEType"/>
                    <xsd:element name="COMPL_CLOSE_REASON"
type="COMPL_CLOSE_REASONType"/>
                    <xsd:element name="COMPL_RECEIVED_VIA"
type="COMPL_RECEIVED_VIAType"/>
                    <xsd:element name="SITE_ID" type="SITE_IDType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RCTCASEMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="RBTACCTID" type="RBTACCTIDType"/>
                    <xsd:element name="RBTDISPTYPE"
type="RBTDISPTYPEType"/>
                    <xsd:element name="RBTBILLID" type="RBTBILLIDType"/>
                    <xsd:element name="RBTBILLITEMID"
type="RBTBILLITEMIDType"/>
                    <xsd:element name="RBTEVENTID"
type="RBTEVENTIDType"/>
                    <xsd:element name="RBTADJTYPE"
type="RBTADJTYPEType"/>
                    <xsd:element name="RBTAMTADJ" type="RBTAMTADJType"/>
                    <xsd:element name="RBTRESOURCETYPE"
type="RBTRESOURCETYPEType"/>
                    <xsd:element name="RBTDISPUTEAMT"
type="RBTDISPUTEAMTType"/>
                    <xsd:element name="RBTDISPREASON"
type="RBTDISPREASONType"/>
                    <xsd:element name="RBTDISPSTATUS"
type="RBTDISPSTATUSType"/>
                    <xsd:element name="DESCR254" type="DESCR254Type"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_ATTR_CASEMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="MARKET" type="MARKETType"/>
                    <xsd:element name="ATTRIBUTE_ID"
type="ATTRIBUTE_IDType"/>
                    <xsd:element name="ATTR_ITEM_ID"
type="ATTR_ITEM_IDType"/>
                    <xsd:element name="ATTRIBUTE_VALUE"
type="ATTRIBUTE_VALUEType"/>
                    <xsd:element name="ATTR_DATE" type="ATTR_DATEType"/>
                    <xsd:element name="ATTR_NUMBER"
type="ATTR_NUMBERType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_CASE_EIP_ERRMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="CASE_EIP_ERROR_MSG"
type="CASE_EIP_ERROR_MSGType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_CASE_EIP_WRKMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="REMOTE_CASE_ID"
type="REMOTE_CASE_IDType"/>
                    <xsd:element name="OPRID" type="OPRIDType"/>
                    <xsd:element name="RC_VERTICAL"
type="RC_VERTICALType"/>
                    <xsd:element name="MARKET" type="MARKETType"/>
                    <xsd:element name="RB_ANONYMOUS_FLAG"
type="RB_ANONYMOUS_FLAGType"/>
                    <xsd:element name="ROLE_TYPE_ID_CUST"
type="ROLE_TYPE_ID_CUSTType"/>
                    <xsd:element name="BO_ID_CUST"
type="BO_ID_CUSTType"/>
                    <xsd:element name="SETID_CUSTOMER"
type="SETID_CUSTOMERType"/>
                    <xsd:element name="CUST_ID" type="CUST_IDType"/>
                    <xsd:element name="EMPLID" type="EMPLIDType"/>
                    <xsd:element name="ROLE_TYPE_ID_CNTCT"
type="ROLE_TYPE_ID_CNTCTType"/>
                    <xsd:element name="BO_ID_CONTACT"
type="BO_ID_CONTACTType"/>
                    <xsd:element name="CONTACT_PERSON_ID"
type="CONTACT_PERSON_IDType"/>
                    <xsd:element name="BO_ID_ALT_CNCT"
type="BO_ID_ALT_CNCTType"/>
                    <xsd:element name="ALT_CNCT_PERSON_ID"
type="ALT_CNCT_PERSON_IDType"/>
                    <xsd:element name="ALT_CNCT_CUST_ID"
type="ALT_CNCT_CUST_IDType"/>
                    <xsd:element name="RC_TRACKING_NBR"
type="RC_TRACKING_NBRType"/>
                    <xsd:element name="SIN" type="SINType"/>
                    <xsd:element name="PERSON_PIN"
type="PERSON_PINType"/>
                    <xsd:element name="BO_ID_SITE"
type="BO_ID_SITEType"/>
                    <xsd:element name="SETID_SITE"
type="SETID_SITEType"/>
                    <xsd:element name="SITE_ID" type="SITE_IDType"/>
                    <xsd:element name="REGION_ID" type="REGION_IDType"/>
                    <xsd:element name="PROFILE_CM_SEQ_ADD"
type="PROFILE_CM_SEQ_ADDType"/>
                    <xsd:element name="PROFILE_CM_SEQ_PHN"
type="PROFILE_CM_SEQ_PHNType"/>
                    <xsd:element name="PROFILE_CM_SEQ_EML"
type="PROFILE_CM_SEQ_EMLType"/>
                    <xsd:element name="PROFILE_CM_SEQ_PGR"
type="PROFILE_CM_SEQ_PGRType"/>
                    <xsd:element name="CM_TYPE_ID"
type="CM_TYPE_IDType"/>
                    <xsd:element name="RC_CONTACT_INFO"
type="RC_CONTACT_INFOType"/>
                    <xsd:element name="SETID_PRODUCT"
type="SETID_PRODUCTType"/>
                    <xsd:element name="PRODUCT_ID"
type="PRODUCT_IDType"/>
                    <xsd:element name="INST_PROD_ID"
type="INST_PROD_IDType"/>
                    <xsd:element name="SERIAL_ID" type="SERIAL_IDType"/>
                    <xsd:element name="ASSETTAG" type="ASSETTAGType"/>
                    <xsd:element name="SETID_ENTL"
type="SETID_ENTLType"/>
                    <xsd:element name="AGREEMENT_CODE"
type="AGREEMENT_CODEType"/>
                    <xsd:element name="AGR_RENEWAL_NUM"
type="AGR_RENEWAL_NUMType"/>
                    <xsd:element name="AGREEMENT_LINE"
type="AGREEMENT_LINEType"/>
                    <xsd:element name="WARRANTY_NAME"
type="WARRANTY_NAMEType"/>
                    <xsd:element name="PROBLEM_TYPE"
type="PROBLEM_TYPEType"/>
                    <xsd:element name="RC_SUMMARY"
type="RC_SUMMARYType"/>
                    <xsd:element name="RC_DESCRLONG"
type="RC_DESCRLONGType"/>
                    <xsd:element name="ERROR_ID" type="ERROR_IDType"/>
                    <xsd:element name="ERROR_CODE"
type="ERROR_CODEType"/>
                    <xsd:element name="ERROR_MESSAGE"
type="ERROR_MESSAGEType"/>
                    <xsd:element name="CASE_TYPE" type="CASE_TYPEType"/>
                    <xsd:element name="SECURE_CASE_FLG"
type="SECURE_CASE_FLGType"/>
                    <xsd:element name="RC_CATEGORY"
type="RC_CATEGORYType"/>
                    <xsd:element name="RC_TYPE" type="RC_TYPEType"/>
                    <xsd:element name="RC_DETAIL" type="RC_DETAILType"/>
                    <xsd:element name="RC_PRIORITY"
type="RC_PRIORITYType"/>
                    <xsd:element name="RC_SEVERITY"
type="RC_SEVERITYType"/>
                    <xsd:element name="RC_STATUS" type="RC_STATUSType"/>
                    <xsd:element name="RC_SOURCE" type="RC_SOURCEType"/>
                    <xsd:element name="SETID_PROV_GRP"
type="SETID_PROV_GRPType"/>
                    <xsd:element name="PRIOR_PRVDR_GRP_ID"
type="PRIOR_PRVDR_GRP_IDType"/>
                    <xsd:element name="PROVIDER_GRP_ID"
type="PROVIDER_GRP_IDType"/>
                    <xsd:element name="PRIOR_ASSIGNED_TO"
type="PRIOR_ASSIGNED_TOType"/>
                    <xsd:element name="ASSIGNED_TO"
type="ASSIGNED_TOType"/>
                    <xsd:element name="CM_ID" type="CM_IDType"/>
                    <xsd:element name="RB_LOCATION_DETAIL"
type="RB_LOCATION_DETAILType"/>
                    <xsd:element name="BUS_PROC_INSTANCE"
type="BUS_PROC_INSTANCEType"/>
                    <xsd:element name="RES_FIRST_CNTCT"
type="RES_FIRST_CNTCTType"/>
                    <xsd:element name="CREATION_DATE"
type="CREATION_DATEType"/>
                    <xsd:element name="CLOSED_DATE"
type="CLOSED_DATEType"/>
                    <xsd:element name="CLOSED_DTTM"
type="CLOSED_DTTMType"/>
                    <xsd:element name="CLOSED_BY_OPRID"
type="CLOSED_BY_OPRIDType"/>
                    <xsd:element name="RC_RESP_DATE"
type="RC_RESP_DATEType"/>
                    <xsd:element name="RC_RESP_TIME"
type="RC_RESP_TIMEType"/>
                    <xsd:element name="RC_RESPMET_DATE"
type="RC_RESPMET_DATEType"/>
                    <xsd:element name="RC_RESPMET_TIME"
type="RC_RESPMET_TIMEType"/>
                    <xsd:element name="RC_RESP_IND"
type="RC_RESP_INDType"/>
                    <xsd:element name="RC_REST_DATE"
type="RC_REST_DATEType"/>
                    <xsd:element name="RC_REST_TIME"
type="RC_REST_TIMEType"/>
                    <xsd:element name="RC_RESTMET_DATE"
type="RC_RESTMET_DATEType"/>
                    <xsd:element name="RC_RESTMET_TIME"
type="RC_RESTMET_TIMEType"/>
                    <xsd:element name="RC_REST_IND"
type="RC_REST_INDType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                    <xsd:element name="CASE_EIP_STATUS"
type="CASE_EIP_STATUSType"/>
                    <xsd:element name="CASE_EIP_GEN_MSG"
type="CASE_EIP_GEN_MSGType"/>
                    <xsd:element maxOccurs="1" minOccurs="0"
name="PSCAMA" type="PSCAMAType"/>
                    <xsd:choice>
                        <xsd:sequence maxOccurs="1" minOccurs="0">
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_INCIDENT_WRK"
type="RC_INCIDENT_WRKMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_RESOLUTION"
type="RC_RESOLUTIONMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_CASE_NOTE"
type="RC_CASE_NOTEMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_ATTR_CASE"
type="RC_ATTR_CASEMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_INTEREST_PRT"
type="RC_INTEREST_PRTMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_RELATIONSHIP"
type="RC_RELATIONSHIPMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RCFCASE"
type="RCFCASEMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RCFCASE_COMPL"
type="RCFCASE_COMPLMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RCTCASE"
type="RCTCASEMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="RC_CASE_EIP_ERR"
type="RC_CASE_EIP_ERRMsgDataRecordType"/>
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                            <xsd:sequence maxOccurs="unbounded"
minOccurs="0">
                                <xsd:element name="PSCAMA"
type="PSCAMAMsgDataRecordType"/>
                            </xsd:sequence>
                        </xsd:sequence>
                    </xsd:choice>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_CASE_NOTEMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="NOTE_SEQ_NBR"
type="NOTE_SEQ_NBRType"/>
                    <xsd:element name="RC_SUMMARY"
type="RC_SUMMARYType"/>
                    <xsd:element name="RC_NOTE_TYPE"
type="RC_NOTE_TYPEType"/>
                    <xsd:element name="RC_NOTE_ORIGIN"
type="RC_NOTE_ORIGINType"/>
                    <xsd:element name="NOTE_CONTACT_TYPE"
type="NOTE_CONTACT_TYPEType"/>
                    <xsd:element name="BO_ID_CUST"
type="BO_ID_CUSTType"/>
                    <xsd:element name="BO_ID_CONTACT"
type="BO_ID_CONTACTType"/>
                    <xsd:element name="ROLE_TYPE_ID_CNTCT"
type="ROLE_TYPE_ID_CNTCTType"/>
                    <xsd:element name="ROLE_TYPE_ID_CUST"
type="ROLE_TYPE_ID_CUSTType"/>
                    <xsd:element name="PERSON_ID" type="PERSON_IDType"/>
                    <xsd:element name="RSLN_SEQ_NBR"
type="RSLN_SEQ_NBRType"/>
                    <xsd:element name="RC_VISIBILITY"
type="RC_VISIBILITYType"/>
                    <xsd:element name="USI_STATUS"
type="USI_STATUSType"/>
                    <xsd:element name="RC_PRIORITY"
type="RC_PRIORITYType"/>
                    <xsd:element name="ASSIGNED_TO"
type="ASSIGNED_TOType"/>
                    <xsd:element name="DUE_DATE" type="DUE_DATEType"/>
                    <xsd:element name="USI_DUE_TIME"
type="USI_DUE_TIMEType"/>
                    <xsd:element name="USI_COMPLETION_DT"
type="USI_COMPLETION_DTType"/>
                    <xsd:element name="USI_LABOR_TIME"
type="USI_LABOR_TIMEType"/>
                    <xsd:element name="USI_LABOR_TIME_CHR"
type="USI_LABOR_TIME_CHRType"/>
                    <xsd:element name="TIMEZONE" type="TIMEZONEType"/>
                    <xsd:element name="SCHEDULED" type="SCHEDULEDType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                    <xsd:element name="RC_DESCRLONG"
type="RC_DESCRLONGType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_INCIDENT_WRKMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="ADDRESS_SUB_TYPE"
type="ADDRESS_SUB_TYPEType"/>
                    <xsd:element name="CROSS_STREET_1"
type="CROSS_STREET_1Type"/>
                    <xsd:element name="CROSS_STREET_2"
type="CROSS_STREET_2Type"/>
                    <xsd:element name="COUNTRY" type="COUNTRYType"/>
                    <xsd:element name="ADDRESS1" type="ADDRESS1Type"/>
                    <xsd:element name="ADDRESS2" type="ADDRESS2Type"/>
                    <xsd:element name="ADDRESS3" type="ADDRESS3Type"/>
                    <xsd:element name="ADDRESS4" type="ADDRESS4Type"/>
                    <xsd:element name="CITY" type="CITYType"/>
                    <xsd:element name="NUM1" type="NUM1Type"/>
                    <xsd:element name="NUM2" type="NUM2Type"/>
                    <xsd:element name="HOUSE_TYPE"
type="HOUSE_TYPEType"/>
                    <xsd:element name="ADDR_FIELD1"
type="ADDR_FIELD1Type"/>
                    <xsd:element name="ADDR_FIELD2"
type="ADDR_FIELD2Type"/>
                    <xsd:element name="ADDR_FIELD3"
type="ADDR_FIELD3Type"/>
                    <xsd:element name="COUNTY" type="COUNTYType"/>
                    <xsd:element name="STATE" type="STATEType"/>
                    <xsd:element name="POSTAL" type="POSTALType"/>
                    <xsd:element name="GEO_CODE" type="GEO_CODEType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_INTEREST_PRTMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="PERSON_ID" type="PERSON_IDType"/>
                    <xsd:element name="INT_SEQ_NBR"
type="INT_SEQ_NBRType"/>
                    <xsd:element name="REASON_CD" type="REASON_CDType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_RELATIONSHIPMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="RELATED_BU"
type="RELATED_BUType"/>
                    <xsd:element name="RELATED_CASE_ID"
type="RELATED_CASE_IDType"/>
                    <xsd:element name="RELATIONSHIP_TYPE"
type="RELATIONSHIP_TYPEType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="RC_RESOLUTIONMsgDataRecordType">
                <xsd:sequence>
                    <xsd:element name="CASE_ID" type="CASE_IDType"/>
                    <xsd:element name="BUSINESS_UNIT"
type="BUSINESS_UNITType"/>
                    <xsd:element name="RSLN_SEQ_NBR"
type="RSLN_SEQ_NBRType"/>
                    <xsd:element name="SOLUTION_ID"
type="SOLUTION_IDType"/>
                    <xsd:element name="RSLN_SUMMARY"
type="RSLN_SUMMARYType"/>
                    <xsd:element name="RSLN_STATE"
type="RSLN_STATEType"/>
                    <xsd:element name="SOURCE_CASE_ID"
type="SOURCE_CASE_IDType"/>
                    <xsd:element name="SOURCE_RSLN_SEQNBR"
type="SOURCE_RSLN_SEQNBRType"/>
                    <xsd:element name="NEW_SOLUTION_ID"
type="NEW_SOLUTION_IDType"/>
                    <xsd:element name="USAGE_COUNT"
type="USAGE_COUNTType"/>
                    <xsd:element name="LAST_USAGE_DTTM"
type="LAST_USAGE_DTTMType"/>
                    <xsd:element name="RC_SOLVED_COUNT"
type="RC_SOLVED_COUNTType"/>
                    <xsd:element name="RC_RSLN_SOURCE"
type="RC_RSLN_SOURCEType"/>
                    <xsd:element name="USI_COMPLETION_DT"
type="USI_COMPLETION_DTType"/>
                    <xsd:element name="ROW_ADDED_DTTM"
type="ROW_ADDED_DTTMType"/>
                    <xsd:element name="ROW_ADDED_OPRID"
type="ROW_ADDED_OPRIDType"/>
                    <xsd:element name="ROW_LASTMANT_DTTM"
type="ROW_LASTMANT_DTTMType"/>
                    <xsd:element name="ROW_LASTMANT_OPRID"
type="ROW_LASTMANT_OPRIDType"/>
                    <xsd:element name="SYNCID" type="SYNCIDType"/>
                    <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
                    <xsd:element name="RSLN_NOTES"
type="RSLN_NOTESType"/>
                </xsd:sequence>
                <xsd:attribute fixed="R" name="class" type="xsd:string"
use="required"/>
            </xsd:complexType>
            <xsd:complexType name="CASE_IDType">
                <xsd:annotation>
                    <xsd:documentation>CASE_ID is a number of length 15
with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BUSINESS_UNITType">
                <xsd:annotation>
                    <xsd:documentation>BUSINESS_UNIT is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ISSUE_SUBTYPEType">
                <xsd:annotation>
                    <xsd:documentation>ISSUE_SUBTYPE is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ISSUE_VISIBILITYType">
                <xsd:annotation>
                    <xsd:documentation>ISSUE_VISIBILITY is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FIN_ACCOUNT_IDType">
                <xsd:annotation>
                    <xsd:documentation>FIN_ACCOUNT_ID is a character of
length 20</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="TARGET_CLOSE_DATEType">
                <xsd:annotation>
                    <xsd:documentation>TARGET_CLOSE_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SALES_ENTRY_IDType">
                <xsd:annotation>
                    <xsd:documentation>SALES_ENTRY_ID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="TRANSACTION_NOType">
                <xsd:annotation>
                    <xsd:documentation>TRANSACTION_NO is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_BS_INSTANCEType">
                <xsd:annotation>
                    <xsd:documentation>RC_BS_INSTANCE is a number of
length 15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="FORM_INSTANCE_IDType">
                <xsd:annotation>
                    <xsd:documentation>FORM_INSTANCE_ID is a number of
length 15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CONFIG_CODEType">
                <xsd:annotation>
                    <xsd:documentation>CONFIG_CODE is a character of
length 50</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROW_ADDED_DTTMType">
                <xsd:annotation>
                    <xsd:documentation>ROW_ADDED_DTTM is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROW_ADDED_OPRIDType">
                <xsd:annotation>
                    <xsd:documentation>ROW_ADDED_OPRID is a character of
length 30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROW_LASTMANT_DTTMType">
                <xsd:annotation>
                    <xsd:documentation>ROW_LASTMANT_DTTM is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROW_LASTMANT_OPRIDType">
                <xsd:annotation>
                    <xsd:documentation>ROW_LASTMANT_OPRID is a character
of length 30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SYNCIDType">
                <xsd:annotation>
                    <xsd:documentation>SYNCID is a number of length 10
with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SYNCDTTMType">
                <xsd:annotation>
                    <xsd:documentation>SYNCDTTM is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COMPL_CAUSEType">
                <xsd:annotation>
                    <xsd:documentation>COMPL_CAUSE is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COMPL_CAUSE_ENTITYType">
                <xsd:annotation>
                    <xsd:documentation>COMPL_CAUSE_ENTITY is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_DATEType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_SUBMITTED_BYType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_SUBMITTED_BY is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_CURR_CDType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_CURR_CD is a character of
length 3</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_AMOUNTType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_AMOUNT is a number of
length 29 with a decimal position of 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_PAID_DATEType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_PAID_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_PAID_CURR_CDType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_PAID_CURR_CD is a character
of length 3</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLAIM_PAID_AMOUNTType">
                <xsd:annotation>
                    <xsd:documentation>CLAIM_PAID_AMOUNT is a number of
length 29 with a decimal position of 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="EMPLIDType">
                <xsd:annotation>
                    <xsd:documentation>EMPLID is a character of length
11</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="INFORM_EMPL_FLGType">
                <xsd:annotation>
                    <xsd:documentation>INFORM_EMPL_FLG is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ACK_REQUIRED_FLGType">
                <xsd:annotation>
                    <xsd:documentation>ACK_REQUIRED_FLG is a character
of length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="INFORM_CONTACT_FLGType">
                <xsd:annotation>
                    <xsd:documentation>INFORM_CONTACT_FLG is a character
of length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="AFTERCARE_FLGType">
                <xsd:annotation>
                    <xsd:documentation>AFTERCARE_FLG is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NO_CHARGE_FLGType">
                <xsd:annotation>
                    <xsd:documentation>NO_CHARGE_FLG is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="LETTER_DATEType">
                <xsd:annotation>
                    <xsd:documentation>LETTER_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RECEIVED_DATEType">
                <xsd:annotation>
                    <xsd:documentation>RECEIVED_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="DETAIL_INFO_FLGType">
                <xsd:annotation>
                    <xsd:documentation>DETAIL_INFO_FLG is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="EXT_DUE_DATEType">
                <xsd:annotation>
                    <xsd:documentation>EXT_DUE_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COMPL_CLOSE_REASONType">
                <xsd:annotation>
                    <xsd:documentation>COMPL_CLOSE_REASON is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COMPL_RECEIVED_VIAType">
                <xsd:annotation>
                    <xsd:documentation>COMPL_RECEIVED_VIA is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SITE_IDType">
                <xsd:annotation>
                    <xsd:documentation>SITE_ID is a character of length
15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTACCTIDType">
                <xsd:annotation>
                    <xsd:documentation>RBTACCTID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTDISPTYPEType">
                <xsd:annotation>
                    <xsd:documentation>RBTDISPTYPE is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTBILLIDType">
                <xsd:annotation>
                    <xsd:documentation>RBTBILLID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTBILLITEMIDType">
                <xsd:annotation>
                    <xsd:documentation>RBTBILLITEMID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTEVENTIDType">
                <xsd:annotation>
                    <xsd:documentation>RBTEVENTID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTADJTYPEType">
                <xsd:annotation>
                    <xsd:documentation>RBTADJTYPE is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTAMTADJType">
                <xsd:annotation>
                    <xsd:documentation>RBTAMTADJ is a number of length 9
with a decimal position of 2</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTRESOURCETYPEType">
                <xsd:annotation>
                    <xsd:documentation>RBTRESOURCETYPE is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTDISPUTEAMTType">
                <xsd:annotation>
                    <xsd:documentation>RBTDISPUTEAMT is a number of
length 9 with a decimal position of 2</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTDISPREASONType">
                <xsd:annotation>
                    <xsd:documentation>RBTDISPREASON is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RBTDISPSTATUSType">
                <xsd:annotation>
                    <xsd:documentation>RBTDISPSTATUS is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="DESCR254Type">
                <xsd:annotation>
                    <xsd:documentation>DESCR254 is a character of length
254</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="MARKETType">
                <xsd:annotation>
                    <xsd:documentation>MARKET is a character of length
3</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ATTRIBUTE_IDType">
                <xsd:annotation>
                    <xsd:documentation>ATTRIBUTE_ID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ATTR_ITEM_IDType">
                <xsd:annotation>
                    <xsd:documentation>ATTR_ITEM_ID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ATTRIBUTE_VALUEType">
                <xsd:annotation>
                    <xsd:documentation>ATTRIBUTE_VALUE is a character of
length 254</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ATTR_DATEType">
                <xsd:annotation>
                    <xsd:documentation>ATTR_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ATTR_NUMBERType">
                <xsd:annotation>
                    <xsd:documentation>ATTR_NUMBER is a number of length
30 with a decimal position of 6</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CASE_EIP_ERROR_MSGType">
                <xsd:annotation>
                    <xsd:documentation>CASE_EIP_ERROR_MSG is a character
of length 150</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="REMOTE_CASE_IDType">
                <xsd:annotation>
                    <xsd:documentation>REMOTE_CASE_ID is a character of
length 18</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="OPRIDType">
                <xsd:annotation>
                    <xsd:documentation>OPRID is a character of length
30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_VERTICALType">
                <xsd:annotation>
                    <xsd:documentation>RC_VERTICAL is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RB_ANONYMOUS_FLAGType">
                <xsd:annotation>
                    <xsd:documentation>RB_ANONYMOUS_FLAG is a character
of length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROLE_TYPE_ID_CUSTType">
                <xsd:annotation>
                    <xsd:documentation>ROLE_TYPE_ID_CUST is a number of
length 12 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BO_ID_CUSTType">
                <xsd:annotation>
                    <xsd:documentation>BO_ID_CUST is a number of length
31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SETID_CUSTOMERType">
                <xsd:annotation>
                    <xsd:documentation>SETID_CUSTOMER is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CUST_IDType">
                <xsd:annotation>
                    <xsd:documentation>CUST_ID is a character of length
15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ROLE_TYPE_ID_CNTCTType">
                <xsd:annotation>
                    <xsd:documentation>ROLE_TYPE_ID_CNTCT is a number of
length 12 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BO_ID_CONTACTType">
                <xsd:annotation>
                    <xsd:documentation>BO_ID_CONTACT is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CONTACT_PERSON_IDType">
                <xsd:annotation>
                    <xsd:documentation>CONTACT_PERSON_ID is a character
of length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BO_ID_ALT_CNCTType">
                <xsd:annotation>
                    <xsd:documentation>BO_ID_ALT_CNCT is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ALT_CNCT_PERSON_IDType">
                <xsd:annotation>
                    <xsd:documentation>ALT_CNCT_PERSON_ID is a character
of length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ALT_CNCT_CUST_IDType">
                <xsd:annotation>
                    <xsd:documentation>ALT_CNCT_CUST_ID is a character
of length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_TRACKING_NBRType">
                <xsd:annotation>
                    <xsd:documentation>RC_TRACKING_NBR is a character of
length 30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SINType">
                <xsd:annotation>
                    <xsd:documentation>SIN is a character of length
40</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PERSON_PINType">
                <xsd:annotation>
                    <xsd:documentation>PERSON_PIN is a character of
length 40</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BO_ID_SITEType">
                <xsd:annotation>
                    <xsd:documentation>BO_ID_SITE is a number of length
31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SETID_SITEType">
                <xsd:annotation>
                    <xsd:documentation>SETID_SITE is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="REGION_IDType">
                <xsd:annotation>
                    <xsd:documentation>REGION_ID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROFILE_CM_SEQ_ADDType">
                <xsd:annotation>
                    <xsd:documentation>PROFILE_CM_SEQ_ADD is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROFILE_CM_SEQ_PHNType">
                <xsd:annotation>
                    <xsd:documentation>PROFILE_CM_SEQ_PHN is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROFILE_CM_SEQ_EMLType">
                <xsd:annotation>
                    <xsd:documentation>PROFILE_CM_SEQ_EML is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROFILE_CM_SEQ_PGRType">
                <xsd:annotation>
                    <xsd:documentation>PROFILE_CM_SEQ_PGR is a number of
length 31 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CM_TYPE_IDType">
                <xsd:annotation>
                    <xsd:documentation>CM_TYPE_ID is a number of length
6 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_CONTACT_INFOType">
                <xsd:annotation>
                    <xsd:documentation>RC_CONTACT_INFO is a character of
length 70</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SETID_PRODUCTType">
                <xsd:annotation>
                    <xsd:documentation>SETID_PRODUCT is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PRODUCT_IDType">
                <xsd:annotation>
                    <xsd:documentation>PRODUCT_ID is a character of
length 18</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="INST_PROD_IDType">
                <xsd:annotation>
                    <xsd:documentation>INST_PROD_ID is a character of
length 20</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SERIAL_IDType">
                <xsd:annotation>
                    <xsd:documentation>SERIAL_ID is a character of
length 20</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ASSETTAGType">
                <xsd:annotation>
                    <xsd:documentation>ASSETTAG is a character of length
40</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SETID_ENTLType">
                <xsd:annotation>
                    <xsd:documentation>SETID_ENTL is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="AGREEMENT_CODEType">
                <xsd:annotation>
                    <xsd:documentation>AGREEMENT_CODE is a character of
length 30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="AGR_RENEWAL_NUMType">
                <xsd:annotation>
                    <xsd:documentation>AGR_RENEWAL_NUM is a number of
length 4 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="AGREEMENT_LINEType">
                <xsd:annotation>
                    <xsd:documentation>AGREEMENT_LINE is a character of
length 10</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="WARRANTY_NAMEType">
                <xsd:annotation>
                    <xsd:documentation>WARRANTY_NAME is a character of
length 40</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROBLEM_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>PROBLEM_TYPE is a character of
length 8</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_SUMMARYType">
                <xsd:annotation>
                    <xsd:documentation>RC_SUMMARY is a character of
length 80</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_DESCRLONGType">
                <xsd:annotation>
                    <xsd:documentation>RC_DESCRLONG is a long
character</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ERROR_IDType">
                <xsd:annotation>
                    <xsd:documentation>ERROR_ID is a number of length 9
with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ERROR_CODEType">
                <xsd:annotation>
                    <xsd:documentation>ERROR_CODE is a character of
length 20</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ERROR_MESSAGEType">
                <xsd:annotation>
                    <xsd:documentation>ERROR_MESSAGE is a character of
length 254</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CASE_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>CASE_TYPE is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SECURE_CASE_FLGType">
                <xsd:annotation>
                    <xsd:documentation>SECURE_CASE_FLG is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_CATEGORYType">
                <xsd:annotation>
                    <xsd:documentation>RC_CATEGORY is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>RC_TYPE is a character of length
5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_DETAILType">
                <xsd:annotation>
                    <xsd:documentation>RC_DETAIL is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_PRIORITYType">
                <xsd:annotation>
                    <xsd:documentation>RC_PRIORITY is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_SEVERITYType">
                <xsd:annotation>
                    <xsd:documentation>RC_SEVERITY is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_STATUSType">
                <xsd:annotation>
                    <xsd:documentation>RC_STATUS is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_SOURCEType">
                <xsd:annotation>
                    <xsd:documentation>RC_SOURCE is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SETID_PROV_GRPType">
                <xsd:annotation>
                    <xsd:documentation>SETID_PROV_GRP is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PRIOR_PRVDR_GRP_IDType">
                <xsd:annotation>
                    <xsd:documentation>PRIOR_PRVDR_GRP_ID is a character
of length 10</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PROVIDER_GRP_IDType">
                <xsd:annotation>
                    <xsd:documentation>PROVIDER_GRP_ID is a character of
length 10</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PRIOR_ASSIGNED_TOType">
                <xsd:annotation>
                    <xsd:documentation>PRIOR_ASSIGNED_TO is a character
of length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ASSIGNED_TOType">
                <xsd:annotation>
                    <xsd:documentation>ASSIGNED_TO is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CM_IDType">
                <xsd:annotation>
                    <xsd:documentation>CM_ID is a number of length 31
with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RB_LOCATION_DETAILType">
                <xsd:annotation>
                    <xsd:documentation>RB_LOCATION_DETAIL is a character
of length 254</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="BUS_PROC_INSTANCEType">
                <xsd:annotation>
                    <xsd:documentation>BUS_PROC_INSTANCE is a number of
length 18 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RES_FIRST_CNTCTType">
                <xsd:annotation>
                    <xsd:documentation>RES_FIRST_CNTCT is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CREATION_DATEType">
                <xsd:annotation>
                    <xsd:documentation>CREATION_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLOSED_DATEType">
                <xsd:annotation>
                    <xsd:documentation>CLOSED_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLOSED_DTTMType">
                <xsd:annotation>
                    <xsd:documentation>CLOSED_DTTM is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CLOSED_BY_OPRIDType">
                <xsd:annotation>
                    <xsd:documentation>CLOSED_BY_OPRID is a character of
length 30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESP_DATEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESP_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESP_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESP_TIME is a
time</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESPMET_DATEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESPMET_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESPMET_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESPMET_TIME is a
time</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESP_INDType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESP_IND is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_REST_DATEType">
                <xsd:annotation>
                    <xsd:documentation>RC_REST_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_REST_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>RC_REST_TIME is a
time</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESTMET_DATEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESTMET_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RESTMET_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RESTMET_TIME is a
time</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_REST_INDType">
                <xsd:annotation>
                    <xsd:documentation>RC_REST_IND is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CASE_EIP_STATUSType">
                <xsd:annotation>
                    <xsd:documentation>CASE_EIP_STATUS is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CASE_EIP_GEN_MSGType">
                <xsd:annotation>
                    <xsd:documentation>CASE_EIP_GEN_MSG is a character
of length 254</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NOTE_SEQ_NBRType">
                <xsd:annotation>
                    <xsd:documentation>NOTE_SEQ_NBR is a number of
length 6 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_NOTE_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>RC_NOTE_TYPE is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_NOTE_ORIGINType">
                <xsd:annotation>
                    <xsd:documentation>RC_NOTE_ORIGIN is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NOTE_CONTACT_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>NOTE_CONTACT_TYPE is a character
of length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="PERSON_IDType">
                <xsd:annotation>
                    <xsd:documentation>PERSON_ID is a character of
length 15</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RSLN_SEQ_NBRType">
                <xsd:annotation>
                    <xsd:documentation>RSLN_SEQ_NBR is a number of
length 5 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_VISIBILITYType">
                <xsd:annotation>
                    <xsd:documentation>RC_VISIBILITY is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USI_STATUSType">
                <xsd:annotation>
                    <xsd:documentation>USI_STATUS is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="DUE_DATEType">
                <xsd:annotation>
                    <xsd:documentation>DUE_DATE is a
date</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USI_DUE_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>USI_DUE_TIME is a
time</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USI_COMPLETION_DTType">
                <xsd:annotation>
                    <xsd:documentation>USI_COMPLETION_DT is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USI_LABOR_TIMEType">
                <xsd:annotation>
                    <xsd:documentation>USI_LABOR_TIME is a number of
length 6 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USI_LABOR_TIME_CHRType">
                <xsd:annotation>
                    <xsd:documentation>USI_LABOR_TIME_CHR is a character
of length 6</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="TIMEZONEType">
                <xsd:annotation>
                    <xsd:documentation>TIMEZONE is a character of length
9</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SCHEDULEDType">
                <xsd:annotation>
                    <xsd:documentation>SCHEDULED is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDRESS_SUB_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>ADDRESS_SUB_TYPE is a character
of length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CROSS_STREET_1Type">
                <xsd:annotation>
                    <xsd:documentation>CROSS_STREET_1 is a character of
length 50</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CROSS_STREET_2Type">
                <xsd:annotation>
                    <xsd:documentation>CROSS_STREET_2 is a character of
length 50</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COUNTRYType">
                <xsd:annotation>
                    <xsd:documentation>COUNTRY is a character of length
3</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDRESS1Type">
                <xsd:annotation>
                    <xsd:documentation>ADDRESS1 is a character of length
55</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDRESS2Type">
                <xsd:annotation>
                    <xsd:documentation>ADDRESS2 is a character of length
55</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDRESS3Type">
                <xsd:annotation>
                    <xsd:documentation>ADDRESS3 is a character of length
55</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDRESS4Type">
                <xsd:annotation>
                    <xsd:documentation>ADDRESS4 is a character of length
55</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="CITYType">
                <xsd:annotation>
                    <xsd:documentation>CITY is a character of length
30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NUM1Type">
                <xsd:annotation>
                    <xsd:documentation>NUM1 is a character of length
6</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NUM2Type">
                <xsd:annotation>
                    <xsd:documentation>NUM2 is a character of length
4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="HOUSE_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>HOUSE_TYPE is a character of
length 2</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDR_FIELD1Type">
                <xsd:annotation>
                    <xsd:documentation>ADDR_FIELD1 is a character of
length 2</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDR_FIELD2Type">
                <xsd:annotation>
                    <xsd:documentation>ADDR_FIELD2 is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="ADDR_FIELD3Type">
                <xsd:annotation>
                    <xsd:documentation>ADDR_FIELD3 is a character of
length 4</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="COUNTYType">
                <xsd:annotation>
                    <xsd:documentation>COUNTY is a character of length
30</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="STATEType">
                <xsd:annotation>
                    <xsd:documentation>STATE is a character of length
6</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="POSTALType">
                <xsd:annotation>
                    <xsd:documentation>POSTAL is a character of length
12</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="GEO_CODEType">
                <xsd:annotation>
                    <xsd:documentation>GEO_CODE is a character of length
11</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="INT_SEQ_NBRType">
                <xsd:annotation>
                    <xsd:documentation>INT_SEQ_NBR is a number of length
5 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="REASON_CDType">
                <xsd:annotation>
                    <xsd:documentation>REASON_CD is a character of
length 10</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RELATED_BUType">
                <xsd:annotation>
                    <xsd:documentation>RELATED_BU is a character of
length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RELATED_CASE_IDType">
                <xsd:annotation>
                    <xsd:documentation>RELATED_CASE_ID is a number of
length 15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RELATIONSHIP_TYPEType">
                <xsd:annotation>
                    <xsd:documentation>RELATIONSHIP_TYPE is a character
of length 5</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SOLUTION_IDType">
                <xsd:annotation>
                    <xsd:documentation>SOLUTION_ID is a number of length
15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RSLN_SUMMARYType">
                <xsd:annotation>
                    <xsd:documentation>RSLN_SUMMARY is a character of
length 50</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RSLN_STATEType">
                <xsd:annotation>
                    <xsd:documentation>RSLN_STATE is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SOURCE_CASE_IDType">
                <xsd:annotation>
                    <xsd:documentation>SOURCE_CASE_ID is a number of
length 15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="SOURCE_RSLN_SEQNBRType">
                <xsd:annotation>
                    <xsd:documentation>SOURCE_RSLN_SEQNBR is a number of
length 5 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="NEW_SOLUTION_IDType">
                <xsd:annotation>
                    <xsd:documentation>NEW_SOLUTION_ID is a number of
length 15 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="USAGE_COUNTType">
                <xsd:annotation>
                    <xsd:documentation>USAGE_COUNT is a number of length
10 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="LAST_USAGE_DTTMType">
                <xsd:annotation>
                    <xsd:documentation>LAST_USAGE_DTTM is a
datetime</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_SOLVED_COUNTType">
                <xsd:annotation>
                    <xsd:documentation>RC_SOLVED_COUNT is a number of
length 6 with a decimal position of 0</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RC_RSLN_SOURCEType">
                <xsd:annotation>
                    <xsd:documentation>RC_RSLN_SOURCE is a character of
length 1</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
            <xsd:complexType name="RSLN_NOTESType">
                <xsd:annotation>
                    <xsd:documentation>RSLN_NOTES is a long
character</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string"/>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:schema>
    </wsdl:types>
    <wsdl:message name="RC_CASE_RESPONSE_ASYNCSoapIn">
        <wsdl:part
 
element="RC_CASE_RESPONSE_ASYNCRequest:RC_CASE_RESPONSE_ASYNC"
            name="parameters"/>
    </wsdl:message>
    <wsdl:portType name="RC_CASE_RESPONSE_ASYNC">
        <wsdl:operation name="RC_CASE_RESPONSE_ASYNCSoapIn">
            <wsdl:output
message="wsdl_target:RC_CASE_RESPONSE_ASYNCSoapIn"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding
        name="RC_CASE_RESPONSE_ASYNCBinding"
        type="wsdl_target:RC_CASE_RESPONSE_ASYNC">
        <soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="RC_CASE_RESPONSE_ASYNCSoapIn">
            <soap:operation soapAction="RC_CASE_RESPONSE_ASYNCSoapIn"/>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="RC_CASE_RESPONSE_ASYNCService">
        <wsdl:documentation
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PeopleSoft,PSFT_CR.NETCOOL
,OA,RC_CASE_RESPONSE_ASYNC.VERSION_1</wsdl:documentation>
        <wsdl:port
            binding="wsdl_target:RC_CASE_RESPONSE_ASYNCBinding"
            name="RC_CASE_RESPONSE_ASYNC">
            <soap:address
location="http://mstasc02.usi.net/PSIGW/HttpListeningConnector"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

Re: axis2 wsdl2java issue

Posted by iksrazal <ik...@gmail.com>.
The wsdl doesn't validate, at least according to the "free as in beer" soa 
editor from cape clear. NPE though is not very helpful of course. 

HTH,
iksrazal

Em Quinta 01 Dezembro 2005 18:33, o Stuart, Jay Cameron escreveu:
> I get a NPE when attempting to generate java code from the following PS
> WSDL file using wsdl2java command line tool.  Any help would be greatly
> appreciated.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <wsdl:definitions
>     name="RC_CASE_RESPONSE_ASYNC"
>     targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn"
>
> xmlns:RC_CASE_RESPONSE_ASYNCRequest="http://peoplesoft.com/RC_CASE_RESPO
> NSE_ASYNCRequest"
>     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
> xmlns:wsdl_target="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn">
>     <wsdl:documentation
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Case Asynchronous EIP
> response message</wsdl:documentation>
>     <wsdl:types>
>         <xsd:schema
>
> targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
>             xmlns="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
>             xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>             <xsd:element name="RC_CASE_RESPONSE_ASYNC"
> type="RC_CASE_RESPONSE_ASYNCType"/>
>             <xsd:complexType name="RC_CASE_RESPONSE_ASYNCType">
>                 <xsd:sequence>
>                     <xsd:element name="FieldTypes"
> type="FieldTypesType"/>
>                     <xsd:element name="MsgData" type="MsgDataType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesType">
>                 <xsd:all>
>                     <xsd:element name="RCFCASE"
> type="FieldTypesRCFCASEType"/>
>                     <xsd:element name="RCFCASE_COMPL"
> type="FieldTypesRCFCASE_COMPLType"/>
>                     <xsd:element name="RCTCASE"
> type="FieldTypesRCTCASEType"/>
>                     <xsd:element name="RC_ATTR_CASE"
> type="FieldTypesRC_ATTR_CASEType"/>
>                     <xsd:element name="RC_CASE_EIP_ERR"
> type="FieldTypesRC_CASE_EIP_ERRType"/>
>                     <xsd:element name="RC_CASE_EIP_WRK"
> type="FieldTypesRC_CASE_EIP_WRKType"/>
>                     <xsd:element name="RC_CASE_NOTE"
> type="FieldTypesRC_CASE_NOTEType"/>
>                     <xsd:element name="RC_INCIDENT_WRK"
> type="FieldTypesRC_INCIDENT_WRKType"/>
>                     <xsd:element name="RC_INTEREST_PRT"
> type="FieldTypesRC_INTEREST_PRTType"/>
>                     <xsd:element name="RC_RELATIONSHIP"
> type="FieldTypesRC_RELATIONSHIPType"/>
>                     <xsd:element name="RC_RESOLUTION"
> type="FieldTypesRC_RESOLUTIONType"/>
>                     <xsd:element name="PSCAMA"
> type="FieldTypesPSCAMAType"/>
>                 </xsd:all>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCFCASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ISSUE_SUBTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ISSUE_VISIBILITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="FIN_ACCOUNT_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TARGET_CLOSE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="SALES_ENTRY_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TRANSACTION_NO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_BS_INSTANCE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="FORM_INSTANCE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CONFIG_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCFCASE_COMPLType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_CAUSE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_CAUSE_ENTITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLAIM_SUBMITTED_BY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_CURR_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_AMOUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CLAIM_PAID_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLAIM_PAID_CURR_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_PAID_AMOUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="EMPLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INFORM_EMPL_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ACK_REQUIRED_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INFORM_CONTACT_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AFTERCARE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NO_CHARGE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="LETTER_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RECEIVED_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="DETAIL_INFO_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="EXT_DUE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="COMPL_CLOSE_REASON"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_RECEIVED_VIA"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SITE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCTCASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTACCTID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTBILLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTBILLITEMID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTEVENTID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTADJTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTAMTADJ"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RBTRESOURCETYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPUTEAMT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RBTDISPREASON"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPSTATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="DESCR254"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_ATTR_CASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="MARKET"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTRIBUTE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTR_ITEM_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTRIBUTE_VALUE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTR_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="ATTR_NUMBER"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_EIP_ERRType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_EIP_ERROR_MSG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_EIP_WRKType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="REMOTE_CASE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_VERTICAL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="MARKET"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RB_ANONYMOUS_FLAG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SETID_CUSTOMER"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CUST_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="EMPLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CONTACT_PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_ALT_CNCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ALT_CNCT_PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ALT_CNCT_CUST_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_TRACKING_NBR"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SIN"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PERSON_PIN"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_SITE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SETID_SITE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SITE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="REGION_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_ADD"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PHN"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_EML"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PGR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CM_TYPE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_CONTACT_INFO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_PRODUCT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRODUCT_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INST_PROD_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SERIAL_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSETTAG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_ENTL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AGREEMENT_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AGR_RENEWAL_NUM"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="AGREEMENT_LINE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="WARRANTY_NAME"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROBLEM_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ERROR_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ERROR_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ERROR_MESSAGE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SECURE_CASE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_CATEGORY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_DETAIL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SEVERITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SOURCE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_PROV_GRP"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRIOR_PRVDR_GRP_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROVIDER_GRP_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRIOR_ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CM_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RB_LOCATION_DETAIL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BUS_PROC_INSTANCE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RES_FIRST_CNTCT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CREATION_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLOSED_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLOSED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="CLOSED_BY_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_RESP_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESP_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESPMET_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESPMET_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESP_IND"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_REST_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_REST_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESTMET_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESTMET_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_REST_IND"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="CASE_EIP_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_EIP_GEN_MSG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_NOTEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NOTE_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_NOTE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_NOTE_ORIGIN"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NOTE_CONTACT_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_VISIBILITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="USI_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="DUE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="USI_DUE_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="USI_LABOR_TIME"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="USI_LABOR_TIME_CHR"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TIMEZONE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SCHEDULED"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_INCIDENT_WRKType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS_SUB_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CROSS_STREET_1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CROSS_STREET_2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COUNTRY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS3"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS4"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NUM1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NUM2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="HOUSE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD3"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COUNTY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="STATE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="POSTAL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="GEO_CODE"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_INTEREST_PRTType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INT_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="REASON_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_RELATIONSHIPType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RELATED_BU"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RELATED_CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RELATIONSHIP_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_RESOLUTIONType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SOLUTION_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RSLN_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_STATE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SOURCE_CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SOURCE_RSLN_SEQNBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="NEW_SOLUTION_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="USAGE_COUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="LAST_USAGE_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RC_SOLVED_COUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_RSLN_SOURCE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RSLN_NOTES"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="PSCAMAMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element
>                         maxOccurs="1"
>                         minOccurs="0"
>                         name="AUDIT_ACTN"
>                         type="AUDIT_ACTNType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="AUDIT_ACTNType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPSCAMAType">
>                 <xsd:all>
>                     <xsd:element name="LANGUAGE_CD"
> type="FieldTypesLANGUAGE_CDType"/>
>                     <xsd:element name="AUDIT_ACTN"
> type="FieldTypesAUDIT_ACTNType"/>
>                     <xsd:element name="BASE_LANGUAGE_CD"
> type="FieldTypesBASE_LANGUAGE_CDType"/>
>                     <xsd:element name="MSG_SEQ_FLG"
> type="FieldTypesMSG_SEQ_FLGType"/>
>                     <xsd:element name="PROCESS_INSTANCE"
> type="FieldTypesPROCESS_INSTANCEType"/>
>                     <xsd:element name="PUBLISH_RULE_ID"
> type="FieldTypesPUBLISH_RULE_IDType"/>
>                     <xsd:element name="MSGNODENAME"
> type="FieldTypesMSGNODENAMEType"/>
>                 </xsd:all>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesLANGUAGE_CDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesAUDIT_ACTNType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesBASE_LANGUAGE_CDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesMSG_SEQ_FLGType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPROCESS_INSTANCEType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPUBLISH_RULE_IDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesMSGNODENAMEType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PSCAMAType">
>                 <xsd:all>
>                     <xsd:element name="LANGUAGE_CD"
> type="FieldTypesLANGUAGE_CDType"/>
>                     <xsd:element name="AUDIT_ACTN"
> type="FieldTypesAUDIT_ACTNType"/>
>                     <xsd:element name="BASE_LANGUAGE_CD"
> type="FieldTypesBASE_LANGUAGE_CDType"/>
>                     <xsd:element name="MSG_SEQ_FLG"
> type="FieldTypesMSG_SEQ_FLGType"/>
>                     <xsd:element name="PROCESS_INSTANCE"
> type="FieldTypesPROCESS_INSTANCEType"/>
>                     <xsd:element name="PUBLISH_RULE_ID"
> type="FieldTypesPUBLISH_RULE_IDType"/>
>                     <xsd:element name="MSGNODENAME"
> type="FieldTypesMSGNODENAMEType"/>
>                 </xsd:all>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesFieldType">
>                 <xsd:attribute name="type" type="fieldtypes"
> use="required"/>
>                 <xsd:attribute name="format" type="fieldtypes"
> use="optional"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesCharFieldType">
>                 <xsd:attribute fixed="CHAR" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesNumberFieldType">
>                 <xsd:attribute fixed="NUMBER" name="type"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesDateFieldType">
>                 <xsd:attribute fixed="DATE" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesTimeFieldType">
>                 <xsd:attribute fixed="TIME" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesDateTimeFieldType">
>                 <xsd:attribute fixed="DATETIME" name="type"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesImageFieldType">
>                 <xsd:attribute fixed="IMAGE" name="type"
> use="required"/>
>                 <xsd:attribute name="format" type="fieldtypes"
> use="required"/>
>             </xsd:complexType>
>             <xsd:simpleType name="fieldtypes">
>                 <xsd:restriction base="xsd:string"/>
>             </xsd:simpleType>
>             <xsd:complexType name="MsgDataType">
>                 <xsd:sequence maxOccurs="unbounded" minOccurs="0">
>                     <xsd:element name="Transaction"
> type="TransactionType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="TransactionType">
>                 <xsd:sequence>
>                     <xsd:element name="RC_CASE_EIP_WRK"
> type="RC_CASE_EIP_WRKMsgDataRecordType"/>
>                     <xsd:element name="PSCAMA" type="PSCAMAType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="RCFCASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="ISSUE_SUBTYPE"
> type="ISSUE_SUBTYPEType"/>
>                     <xsd:element name="ISSUE_VISIBILITY"
> type="ISSUE_VISIBILITYType"/>
>                     <xsd:element name="FIN_ACCOUNT_ID"
> type="FIN_ACCOUNT_IDType"/>
>                     <xsd:element name="TARGET_CLOSE_DATE"
> type="TARGET_CLOSE_DATEType"/>
>                     <xsd:element name="SALES_ENTRY_ID"
> type="SALES_ENTRY_IDType"/>
>                     <xsd:element name="TRANSACTION_NO"
> type="TRANSACTION_NOType"/>
>                     <xsd:element name="RC_BS_INSTANCE"
> type="RC_BS_INSTANCEType"/>
>                     <xsd:element name="FORM_INSTANCE_ID"
> type="FORM_INSTANCE_IDType"/>
>                     <xsd:element name="CONFIG_CODE"
> type="CONFIG_CODEType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RCFCASE_COMPLMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="COMPL_CAUSE"
> type="COMPL_CAUSEType"/>
>                     <xsd:element name="COMPL_CAUSE_ENTITY"
> type="COMPL_CAUSE_ENTITYType"/>
>                     <xsd:element name="CLAIM_DATE"
> type="CLAIM_DATEType"/>
>                     <xsd:element name="CLAIM_SUBMITTED_BY"
> type="CLAIM_SUBMITTED_BYType"/>
>                     <xsd:element name="CLAIM_CURR_CD"
> type="CLAIM_CURR_CDType"/>
>                     <xsd:element name="CLAIM_AMOUNT"
> type="CLAIM_AMOUNTType"/>
>                     <xsd:element name="CLAIM_PAID_DATE"
> type="CLAIM_PAID_DATEType"/>
>                     <xsd:element name="CLAIM_PAID_CURR_CD"
> type="CLAIM_PAID_CURR_CDType"/>
>                     <xsd:element name="CLAIM_PAID_AMOUNT"
> type="CLAIM_PAID_AMOUNTType"/>
>                     <xsd:element name="EMPLID" type="EMPLIDType"/>
>                     <xsd:element name="INFORM_EMPL_FLG"
> type="INFORM_EMPL_FLGType"/>
>                     <xsd:element name="ACK_REQUIRED_FLG"
> type="ACK_REQUIRED_FLGType"/>
>                     <xsd:element name="INFORM_CONTACT_FLG"
> type="INFORM_CONTACT_FLGType"/>
>                     <xsd:element name="AFTERCARE_FLG"
> type="AFTERCARE_FLGType"/>
>                     <xsd:element name="NO_CHARGE_FLG"
> type="NO_CHARGE_FLGType"/>
>                     <xsd:element name="LETTER_DATE"
> type="LETTER_DATEType"/>
>                     <xsd:element name="RECEIVED_DATE"
> type="RECEIVED_DATEType"/>
>                     <xsd:element name="DETAIL_INFO_FLG"
> type="DETAIL_INFO_FLGType"/>
>                     <xsd:element name="EXT_DUE_DATE"
> type="EXT_DUE_DATEType"/>
>                     <xsd:element name="COMPL_CLOSE_REASON"
> type="COMPL_CLOSE_REASONType"/>
>                     <xsd:element name="COMPL_RECEIVED_VIA"
> type="COMPL_RECEIVED_VIAType"/>
>                     <xsd:element name="SITE_ID" type="SITE_IDType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RCTCASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="RBTACCTID" type="RBTACCTIDType"/>
>                     <xsd:element name="RBTDISPTYPE"
> type="RBTDISPTYPEType"/>
>                     <xsd:element name="RBTBILLID" type="RBTBILLIDType"/>
>                     <xsd:element name="RBTBILLITEMID"
> type="RBTBILLITEMIDType"/>
>                     <xsd:element name="RBTEVENTID"
> type="RBTEVENTIDType"/>
>                     <xsd:element name="RBTADJTYPE"
> type="RBTADJTYPEType"/>
>                     <xsd:element name="RBTAMTADJ" type="RBTAMTADJType"/>
>                     <xsd:element name="RBTRESOURCETYPE"
> type="RBTRESOURCETYPEType"/>
>                     <xsd:element name="RBTDISPUTEAMT"
> type="RBTDISPUTEAMTType"/>
>                     <xsd:element name="RBTDISPREASON"
> type="RBTDISPREASONType"/>
>                     <xsd:element name="RBTDISPSTATUS"
> type="RBTDISPSTATUSType"/>
>                     <xsd:element name="DESCR254" type="DESCR254Type"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_ATTR_CASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="MARKET" type="MARKETType"/>
>                     <xsd:element name="ATTRIBUTE_ID"
> type="ATTRIBUTE_IDType"/>
>                     <xsd:element name="ATTR_ITEM_ID"
> type="ATTR_ITEM_IDType"/>
>                     <xsd:element name="ATTRIBUTE_VALUE"
> type="ATTRIBUTE_VALUEType"/>
>                     <xsd:element name="ATTR_DATE" type="ATTR_DATEType"/>
>                     <xsd:element name="ATTR_NUMBER"
> type="ATTR_NUMBERType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CASE_EIP_ERRMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="CASE_EIP_ERROR_MSG"
> type="CASE_EIP_ERROR_MSGType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CASE_EIP_WRKMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="REMOTE_CASE_ID"
> type="REMOTE_CASE_IDType"/>
>                     <xsd:element name="OPRID" type="OPRIDType"/>
>                     <xsd:element name="RC_VERTICAL"
> type="RC_VERTICALType"/>
>                     <xsd:element name="MARKET" type="MARKETType"/>
>                     <xsd:element name="RB_ANONYMOUS_FLAG"
> type="RB_ANONYMOUS_FLAGType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="ROLE_TYPE_ID_CUSTType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="BO_ID_CUSTType"/>
>                     <xsd:element name="SETID_CUSTOMER"
> type="SETID_CUSTOMERType"/>
>                     <xsd:element name="CUST_ID" type="CUST_IDType"/>
>                     <xsd:element name="EMPLID" type="EMPLIDType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="ROLE_TYPE_ID_CNTCTType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="BO_ID_CONTACTType"/>
>                     <xsd:element name="CONTACT_PERSON_ID"
> type="CONTACT_PERSON_IDType"/>
>                     <xsd:element name="BO_ID_ALT_CNCT"
> type="BO_ID_ALT_CNCTType"/>
>                     <xsd:element name="ALT_CNCT_PERSON_ID"
> type="ALT_CNCT_PERSON_IDType"/>
>                     <xsd:element name="ALT_CNCT_CUST_ID"
> type="ALT_CNCT_CUST_IDType"/>
>                     <xsd:element name="RC_TRACKING_NBR"
> type="RC_TRACKING_NBRType"/>
>                     <xsd:element name="SIN" type="SINType"/>
>                     <xsd:element name="PERSON_PIN"
> type="PERSON_PINType"/>
>                     <xsd:element name="BO_ID_SITE"
> type="BO_ID_SITEType"/>
>                     <xsd:element name="SETID_SITE"
> type="SETID_SITEType"/>
>                     <xsd:element name="SITE_ID" type="SITE_IDType"/>
>                     <xsd:element name="REGION_ID" type="REGION_IDType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_ADD"
> type="PROFILE_CM_SEQ_ADDType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PHN"
> type="PROFILE_CM_SEQ_PHNType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_EML"
> type="PROFILE_CM_SEQ_EMLType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PGR"
> type="PROFILE_CM_SEQ_PGRType"/>
>                     <xsd:element name="CM_TYPE_ID"
> type="CM_TYPE_IDType"/>
>                     <xsd:element name="RC_CONTACT_INFO"
> type="RC_CONTACT_INFOType"/>
>                     <xsd:element name="SETID_PRODUCT"
> type="SETID_PRODUCTType"/>
>                     <xsd:element name="PRODUCT_ID"
> type="PRODUCT_IDType"/>
>                     <xsd:element name="INST_PROD_ID"
> type="INST_PROD_IDType"/>
>                     <xsd:element name="SERIAL_ID" type="SERIAL_IDType"/>
>                     <xsd:element name="ASSETTAG" type="ASSETTAGType"/>
>                     <xsd:element name="SETID_ENTL"
> type="SETID_ENTLType"/>
>                     <xsd:element name="AGREEMENT_CODE"
> type="AGREEMENT_CODEType"/>
>                     <xsd:element name="AGR_RENEWAL_NUM"
> type="AGR_RENEWAL_NUMType"/>
>                     <xsd:element name="AGREEMENT_LINE"
> type="AGREEMENT_LINEType"/>
>                     <xsd:element name="WARRANTY_NAME"
> type="WARRANTY_NAMEType"/>
>                     <xsd:element name="PROBLEM_TYPE"
> type="PROBLEM_TYPEType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="RC_SUMMARYType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="RC_DESCRLONGType"/>
>                     <xsd:element name="ERROR_ID" type="ERROR_IDType"/>
>                     <xsd:element name="ERROR_CODE"
> type="ERROR_CODEType"/>
>                     <xsd:element name="ERROR_MESSAGE"
> type="ERROR_MESSAGEType"/>
>                     <xsd:element name="CASE_TYPE" type="CASE_TYPEType"/>
>                     <xsd:element name="SECURE_CASE_FLG"
> type="SECURE_CASE_FLGType"/>
>                     <xsd:element name="RC_CATEGORY"
> type="RC_CATEGORYType"/>
>                     <xsd:element name="RC_TYPE" type="RC_TYPEType"/>
>                     <xsd:element name="RC_DETAIL" type="RC_DETAILType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="RC_PRIORITYType"/>
>                     <xsd:element name="RC_SEVERITY"
> type="RC_SEVERITYType"/>
>                     <xsd:element name="RC_STATUS" type="RC_STATUSType"/>
>                     <xsd:element name="RC_SOURCE" type="RC_SOURCEType"/>
>                     <xsd:element name="SETID_PROV_GRP"
> type="SETID_PROV_GRPType"/>
>                     <xsd:element name="PRIOR_PRVDR_GRP_ID"
> type="PRIOR_PRVDR_GRP_IDType"/>
>                     <xsd:element name="PROVIDER_GRP_ID"
> type="PROVIDER_GRP_IDType"/>
>                     <xsd:element name="PRIOR_ASSIGNED_TO"
> type="PRIOR_ASSIGNED_TOType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="ASSIGNED_TOType"/>
>                     <xsd:element name="CM_ID" type="CM_IDType"/>
>                     <xsd:element name="RB_LOCATION_DETAIL"
> type="RB_LOCATION_DETAILType"/>
>                     <xsd:element name="BUS_PROC_INSTANCE"
> type="BUS_PROC_INSTANCEType"/>
>                     <xsd:element name="RES_FIRST_CNTCT"
> type="RES_FIRST_CNTCTType"/>
>                     <xsd:element name="CREATION_DATE"
> type="CREATION_DATEType"/>
>                     <xsd:element name="CLOSED_DATE"
> type="CLOSED_DATEType"/>
>                     <xsd:element name="CLOSED_DTTM"
> type="CLOSED_DTTMType"/>
>                     <xsd:element name="CLOSED_BY_OPRID"
> type="CLOSED_BY_OPRIDType"/>
>                     <xsd:element name="RC_RESP_DATE"
> type="RC_RESP_DATEType"/>
>                     <xsd:element name="RC_RESP_TIME"
> type="RC_RESP_TIMEType"/>
>                     <xsd:element name="RC_RESPMET_DATE"
> type="RC_RESPMET_DATEType"/>
>                     <xsd:element name="RC_RESPMET_TIME"
> type="RC_RESPMET_TIMEType"/>
>                     <xsd:element name="RC_RESP_IND"
> type="RC_RESP_INDType"/>
>                     <xsd:element name="RC_REST_DATE"
> type="RC_REST_DATEType"/>
>                     <xsd:element name="RC_REST_TIME"
> type="RC_REST_TIMEType"/>
>                     <xsd:element name="RC_RESTMET_DATE"
> type="RC_RESTMET_DATEType"/>
>                     <xsd:element name="RC_RESTMET_TIME"
> type="RC_RESTMET_TIMEType"/>
>                     <xsd:element name="RC_REST_IND"
> type="RC_REST_INDType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                     <xsd:element name="CASE_EIP_STATUS"
> type="CASE_EIP_STATUSType"/>
>                     <xsd:element name="CASE_EIP_GEN_MSG"
> type="CASE_EIP_GEN_MSGType"/>
>                     <xsd:element maxOccurs="1" minOccurs="0"
> name="PSCAMA" type="PSCAMAType"/>
>                     <xsd:choice>
>                         <xsd:sequence maxOccurs="1" minOccurs="0">
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_INCIDENT_WRK"
> type="RC_INCIDENT_WRKMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_RESOLUTION"
> type="RC_RESOLUTIONMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_CASE_NOTE"
> type="RC_CASE_NOTEMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_ATTR_CASE"
> type="RC_ATTR_CASEMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_INTEREST_PRT"
> type="RC_INTEREST_PRTMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_RELATIONSHIP"
> type="RC_RELATIONSHIPMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RCFCASE"
> type="RCFCASEMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RCFCASE_COMPL"
> type="RCFCASE_COMPLMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RCTCASE"
> type="RCTCASEMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="RC_CASE_EIP_ERR"
> type="RC_CASE_EIP_ERRMsgDataRecordType"/>
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                             <xsd:sequence maxOccurs="unbounded"
> minOccurs="0">
>                                 <xsd:element name="PSCAMA"
> type="PSCAMAMsgDataRecordType"/>
>                             </xsd:sequence>
>                         </xsd:sequence>
>                     </xsd:choice>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CASE_NOTEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="NOTE_SEQ_NBR"
> type="NOTE_SEQ_NBRType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="RC_SUMMARYType"/>
>                     <xsd:element name="RC_NOTE_TYPE"
> type="RC_NOTE_TYPEType"/>
>                     <xsd:element name="RC_NOTE_ORIGIN"
> type="RC_NOTE_ORIGINType"/>
>                     <xsd:element name="NOTE_CONTACT_TYPE"
> type="NOTE_CONTACT_TYPEType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="BO_ID_CUSTType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="BO_ID_CONTACTType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="ROLE_TYPE_ID_CNTCTType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="ROLE_TYPE_ID_CUSTType"/>
>                     <xsd:element name="PERSON_ID" type="PERSON_IDType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="RSLN_SEQ_NBRType"/>
>                     <xsd:element name="RC_VISIBILITY"
> type="RC_VISIBILITYType"/>
>                     <xsd:element name="USI_STATUS"
> type="USI_STATUSType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="RC_PRIORITYType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="ASSIGNED_TOType"/>
>                     <xsd:element name="DUE_DATE" type="DUE_DATEType"/>
>                     <xsd:element name="USI_DUE_TIME"
> type="USI_DUE_TIMEType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="USI_COMPLETION_DTType"/>
>                     <xsd:element name="USI_LABOR_TIME"
> type="USI_LABOR_TIMEType"/>
>                     <xsd:element name="USI_LABOR_TIME_CHR"
> type="USI_LABOR_TIME_CHRType"/>
>                     <xsd:element name="TIMEZONE" type="TIMEZONEType"/>
>                     <xsd:element name="SCHEDULED" type="SCHEDULEDType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="RC_DESCRLONGType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_INCIDENT_WRKMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="ADDRESS_SUB_TYPE"
> type="ADDRESS_SUB_TYPEType"/>
>                     <xsd:element name="CROSS_STREET_1"
> type="CROSS_STREET_1Type"/>
>                     <xsd:element name="CROSS_STREET_2"
> type="CROSS_STREET_2Type"/>
>                     <xsd:element name="COUNTRY" type="COUNTRYType"/>
>                     <xsd:element name="ADDRESS1" type="ADDRESS1Type"/>
>                     <xsd:element name="ADDRESS2" type="ADDRESS2Type"/>
>                     <xsd:element name="ADDRESS3" type="ADDRESS3Type"/>
>                     <xsd:element name="ADDRESS4" type="ADDRESS4Type"/>
>                     <xsd:element name="CITY" type="CITYType"/>
>                     <xsd:element name="NUM1" type="NUM1Type"/>
>                     <xsd:element name="NUM2" type="NUM2Type"/>
>                     <xsd:element name="HOUSE_TYPE"
> type="HOUSE_TYPEType"/>
>                     <xsd:element name="ADDR_FIELD1"
> type="ADDR_FIELD1Type"/>
>                     <xsd:element name="ADDR_FIELD2"
> type="ADDR_FIELD2Type"/>
>                     <xsd:element name="ADDR_FIELD3"
> type="ADDR_FIELD3Type"/>
>                     <xsd:element name="COUNTY" type="COUNTYType"/>
>                     <xsd:element name="STATE" type="STATEType"/>
>                     <xsd:element name="POSTAL" type="POSTALType"/>
>                     <xsd:element name="GEO_CODE" type="GEO_CODEType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_INTEREST_PRTMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="PERSON_ID" type="PERSON_IDType"/>
>                     <xsd:element name="INT_SEQ_NBR"
> type="INT_SEQ_NBRType"/>
>                     <xsd:element name="REASON_CD" type="REASON_CDType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RELATIONSHIPMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="RELATED_BU"
> type="RELATED_BUType"/>
>                     <xsd:element name="RELATED_CASE_ID"
> type="RELATED_CASE_IDType"/>
>                     <xsd:element name="RELATIONSHIP_TYPE"
> type="RELATIONSHIP_TYPEType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESOLUTIONMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="RSLN_SEQ_NBRType"/>
>                     <xsd:element name="SOLUTION_ID"
> type="SOLUTION_IDType"/>
>                     <xsd:element name="RSLN_SUMMARY"
> type="RSLN_SUMMARYType"/>
>                     <xsd:element name="RSLN_STATE"
> type="RSLN_STATEType"/>
>                     <xsd:element name="SOURCE_CASE_ID"
> type="SOURCE_CASE_IDType"/>
>                     <xsd:element name="SOURCE_RSLN_SEQNBR"
> type="SOURCE_RSLN_SEQNBRType"/>
>                     <xsd:element name="NEW_SOLUTION_ID"
> type="NEW_SOLUTION_IDType"/>
>                     <xsd:element name="USAGE_COUNT"
> type="USAGE_COUNTType"/>
>                     <xsd:element name="LAST_USAGE_DTTM"
> type="LAST_USAGE_DTTMType"/>
>                     <xsd:element name="RC_SOLVED_COUNT"
> type="RC_SOLVED_COUNTType"/>
>                     <xsd:element name="RC_RSLN_SOURCE"
> type="RC_RSLN_SOURCEType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="USI_COMPLETION_DTType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                     <xsd:element name="RSLN_NOTES"
> type="RSLN_NOTESType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="CASE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CASE_ID is a number of length 15
> with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BUSINESS_UNITType">
>                 <xsd:annotation>
>                     <xsd:documentation>BUSINESS_UNIT is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ISSUE_SUBTYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ISSUE_SUBTYPE is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ISSUE_VISIBILITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>ISSUE_VISIBILITY is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FIN_ACCOUNT_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>FIN_ACCOUNT_ID is a character of
> length 20</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="TARGET_CLOSE_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>TARGET_CLOSE_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SALES_ENTRY_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SALES_ENTRY_ID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="TRANSACTION_NOType">
>                 <xsd:annotation>
>                     <xsd:documentation>TRANSACTION_NO is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_BS_INSTANCEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_BS_INSTANCE is a number of
> length 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FORM_INSTANCE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>FORM_INSTANCE_ID is a number of
> length 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CONFIG_CODEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CONFIG_CODE is a character of
> length 50</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROW_ADDED_DTTMType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROW_ADDED_DTTM is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROW_ADDED_OPRIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROW_ADDED_OPRID is a character of
> length 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROW_LASTMANT_DTTMType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROW_LASTMANT_DTTM is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROW_LASTMANT_OPRIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROW_LASTMANT_OPRID is a character
> of length 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SYNCIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SYNCID is a number of length 10
> with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SYNCDTTMType">
>                 <xsd:annotation>
>                     <xsd:documentation>SYNCDTTM is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COMPL_CAUSEType">
>                 <xsd:annotation>
>                     <xsd:documentation>COMPL_CAUSE is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COMPL_CAUSE_ENTITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>COMPL_CAUSE_ENTITY is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_SUBMITTED_BYType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_SUBMITTED_BY is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_CURR_CDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_CURR_CD is a character of
> length 3</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_AMOUNTType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_AMOUNT is a number of
> length 29 with a decimal position of 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_PAID_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_PAID_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_PAID_CURR_CDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_PAID_CURR_CD is a character
> of length 3</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLAIM_PAID_AMOUNTType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLAIM_PAID_AMOUNT is a number of
> length 29 with a decimal position of 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="EMPLIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>EMPLID is a character of length
> 11</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="INFORM_EMPL_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>INFORM_EMPL_FLG is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ACK_REQUIRED_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>ACK_REQUIRED_FLG is a character
> of length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="INFORM_CONTACT_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>INFORM_CONTACT_FLG is a character
> of length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="AFTERCARE_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>AFTERCARE_FLG is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NO_CHARGE_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>NO_CHARGE_FLG is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="LETTER_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>LETTER_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RECEIVED_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RECEIVED_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="DETAIL_INFO_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>DETAIL_INFO_FLG is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="EXT_DUE_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>EXT_DUE_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COMPL_CLOSE_REASONType">
>                 <xsd:annotation>
>                     <xsd:documentation>COMPL_CLOSE_REASON is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COMPL_RECEIVED_VIAType">
>                 <xsd:annotation>
>                     <xsd:documentation>COMPL_RECEIVED_VIA is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SITE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SITE_ID is a character of length
> 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTACCTIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTACCTID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTDISPTYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTDISPTYPE is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTBILLIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTBILLID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTBILLITEMIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTBILLITEMID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTEVENTIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTEVENTID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTADJTYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTADJTYPE is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTAMTADJType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTAMTADJ is a number of length 9
> with a decimal position of 2</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTRESOURCETYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTRESOURCETYPE is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTDISPUTEAMTType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTDISPUTEAMT is a number of
> length 9 with a decimal position of 2</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTDISPREASONType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTDISPREASON is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RBTDISPSTATUSType">
>                 <xsd:annotation>
>                     <xsd:documentation>RBTDISPSTATUS is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="DESCR254Type">
>                 <xsd:annotation>
>                     <xsd:documentation>DESCR254 is a character of length
> 254</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="MARKETType">
>                 <xsd:annotation>
>                     <xsd:documentation>MARKET is a character of length
> 3</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ATTRIBUTE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ATTRIBUTE_ID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ATTR_ITEM_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ATTR_ITEM_ID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ATTRIBUTE_VALUEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ATTRIBUTE_VALUE is a character of
> length 254</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ATTR_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ATTR_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ATTR_NUMBERType">
>                 <xsd:annotation>
>                     <xsd:documentation>ATTR_NUMBER is a number of length
> 30 with a decimal position of 6</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CASE_EIP_ERROR_MSGType">
>                 <xsd:annotation>
>                     <xsd:documentation>CASE_EIP_ERROR_MSG is a character
> of length 150</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="REMOTE_CASE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>REMOTE_CASE_ID is a character of
> length 18</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="OPRIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>OPRID is a character of length
> 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_VERTICALType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_VERTICAL is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RB_ANONYMOUS_FLAGType">
>                 <xsd:annotation>
>                     <xsd:documentation>RB_ANONYMOUS_FLAG is a character
> of length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROLE_TYPE_ID_CUSTType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROLE_TYPE_ID_CUST is a number of
> length 12 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BO_ID_CUSTType">
>                 <xsd:annotation>
>                     <xsd:documentation>BO_ID_CUST is a number of length
> 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SETID_CUSTOMERType">
>                 <xsd:annotation>
>                     <xsd:documentation>SETID_CUSTOMER is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CUST_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CUST_ID is a character of length
> 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ROLE_TYPE_ID_CNTCTType">
>                 <xsd:annotation>
>                     <xsd:documentation>ROLE_TYPE_ID_CNTCT is a number of
> length 12 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BO_ID_CONTACTType">
>                 <xsd:annotation>
>                     <xsd:documentation>BO_ID_CONTACT is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CONTACT_PERSON_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CONTACT_PERSON_ID is a character
> of length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BO_ID_ALT_CNCTType">
>                 <xsd:annotation>
>                     <xsd:documentation>BO_ID_ALT_CNCT is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ALT_CNCT_PERSON_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ALT_CNCT_PERSON_ID is a character
> of length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ALT_CNCT_CUST_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ALT_CNCT_CUST_ID is a character
> of length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_TRACKING_NBRType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_TRACKING_NBR is a character of
> length 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SINType">
>                 <xsd:annotation>
>                     <xsd:documentation>SIN is a character of length
> 40</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PERSON_PINType">
>                 <xsd:annotation>
>                     <xsd:documentation>PERSON_PIN is a character of
> length 40</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BO_ID_SITEType">
>                 <xsd:annotation>
>                     <xsd:documentation>BO_ID_SITE is a number of length
> 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SETID_SITEType">
>                 <xsd:annotation>
>                     <xsd:documentation>SETID_SITE is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="REGION_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>REGION_ID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROFILE_CM_SEQ_ADDType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROFILE_CM_SEQ_ADD is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROFILE_CM_SEQ_PHNType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROFILE_CM_SEQ_PHN is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROFILE_CM_SEQ_EMLType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROFILE_CM_SEQ_EML is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROFILE_CM_SEQ_PGRType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROFILE_CM_SEQ_PGR is a number of
> length 31 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CM_TYPE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CM_TYPE_ID is a number of length
> 6 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CONTACT_INFOType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_CONTACT_INFO is a character of
> length 70</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SETID_PRODUCTType">
>                 <xsd:annotation>
>                     <xsd:documentation>SETID_PRODUCT is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PRODUCT_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>PRODUCT_ID is a character of
> length 18</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="INST_PROD_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>INST_PROD_ID is a character of
> length 20</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SERIAL_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SERIAL_ID is a character of
> length 20</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ASSETTAGType">
>                 <xsd:annotation>
>                     <xsd:documentation>ASSETTAG is a character of length
> 40</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SETID_ENTLType">
>                 <xsd:annotation>
>                     <xsd:documentation>SETID_ENTL is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="AGREEMENT_CODEType">
>                 <xsd:annotation>
>                     <xsd:documentation>AGREEMENT_CODE is a character of
> length 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="AGR_RENEWAL_NUMType">
>                 <xsd:annotation>
>                     <xsd:documentation>AGR_RENEWAL_NUM is a number of
> length 4 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="AGREEMENT_LINEType">
>                 <xsd:annotation>
>                     <xsd:documentation>AGREEMENT_LINE is a character of
> length 10</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="WARRANTY_NAMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>WARRANTY_NAME is a character of
> length 40</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROBLEM_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROBLEM_TYPE is a character of
> length 8</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_SUMMARYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_SUMMARY is a character of
> length 80</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_DESCRLONGType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_DESCRLONG is a long
> character</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ERROR_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>ERROR_ID is a number of length 9
> with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ERROR_CODEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ERROR_CODE is a character of
> length 20</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ERROR_MESSAGEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ERROR_MESSAGE is a character of
> length 254</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CASE_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CASE_TYPE is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SECURE_CASE_FLGType">
>                 <xsd:annotation>
>                     <xsd:documentation>SECURE_CASE_FLG is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CATEGORYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_CATEGORY is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_TYPE is a character of length
> 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_DETAILType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_DETAIL is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_PRIORITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_PRIORITY is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_SEVERITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_SEVERITY is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_STATUSType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_STATUS is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_SOURCEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_SOURCE is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SETID_PROV_GRPType">
>                 <xsd:annotation>
>                     <xsd:documentation>SETID_PROV_GRP is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PRIOR_PRVDR_GRP_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>PRIOR_PRVDR_GRP_ID is a character
> of length 10</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PROVIDER_GRP_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>PROVIDER_GRP_ID is a character of
> length 10</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PRIOR_ASSIGNED_TOType">
>                 <xsd:annotation>
>                     <xsd:documentation>PRIOR_ASSIGNED_TO is a character
> of length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ASSIGNED_TOType">
>                 <xsd:annotation>
>                     <xsd:documentation>ASSIGNED_TO is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CM_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CM_ID is a number of length 31
> with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RB_LOCATION_DETAILType">
>                 <xsd:annotation>
>                     <xsd:documentation>RB_LOCATION_DETAIL is a character
> of length 254</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="BUS_PROC_INSTANCEType">
>                 <xsd:annotation>
>                     <xsd:documentation>BUS_PROC_INSTANCE is a number of
> length 18 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RES_FIRST_CNTCTType">
>                 <xsd:annotation>
>                     <xsd:documentation>RES_FIRST_CNTCT is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CREATION_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CREATION_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLOSED_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLOSED_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLOSED_DTTMType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLOSED_DTTM is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CLOSED_BY_OPRIDType">
>                 <xsd:annotation>
>                     <xsd:documentation>CLOSED_BY_OPRID is a character of
> length 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESP_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESP_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESP_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESP_TIME is a
> time</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESPMET_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESPMET_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESPMET_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESPMET_TIME is a
> time</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESP_INDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESP_IND is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_REST_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_REST_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_REST_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_REST_TIME is a
> time</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESTMET_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESTMET_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RESTMET_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RESTMET_TIME is a
> time</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_REST_INDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_REST_IND is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CASE_EIP_STATUSType">
>                 <xsd:annotation>
>                     <xsd:documentation>CASE_EIP_STATUS is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CASE_EIP_GEN_MSGType">
>                 <xsd:annotation>
>                     <xsd:documentation>CASE_EIP_GEN_MSG is a character
> of length 254</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NOTE_SEQ_NBRType">
>                 <xsd:annotation>
>                     <xsd:documentation>NOTE_SEQ_NBR is a number of
> length 6 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_NOTE_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_NOTE_TYPE is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_NOTE_ORIGINType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_NOTE_ORIGIN is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NOTE_CONTACT_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>NOTE_CONTACT_TYPE is a character
> of length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PERSON_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>PERSON_ID is a character of
> length 15</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RSLN_SEQ_NBRType">
>                 <xsd:annotation>
>                     <xsd:documentation>RSLN_SEQ_NBR is a number of
> length 5 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_VISIBILITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_VISIBILITY is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USI_STATUSType">
>                 <xsd:annotation>
>                     <xsd:documentation>USI_STATUS is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="DUE_DATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>DUE_DATE is a
> date</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USI_DUE_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>USI_DUE_TIME is a
> time</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USI_COMPLETION_DTType">
>                 <xsd:annotation>
>                     <xsd:documentation>USI_COMPLETION_DT is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USI_LABOR_TIMEType">
>                 <xsd:annotation>
>                     <xsd:documentation>USI_LABOR_TIME is a number of
> length 6 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USI_LABOR_TIME_CHRType">
>                 <xsd:annotation>
>                     <xsd:documentation>USI_LABOR_TIME_CHR is a character
> of length 6</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="TIMEZONEType">
>                 <xsd:annotation>
>                     <xsd:documentation>TIMEZONE is a character of length
> 9</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SCHEDULEDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SCHEDULED is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDRESS_SUB_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDRESS_SUB_TYPE is a character
> of length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CROSS_STREET_1Type">
>                 <xsd:annotation>
>                     <xsd:documentation>CROSS_STREET_1 is a character of
> length 50</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CROSS_STREET_2Type">
>                 <xsd:annotation>
>                     <xsd:documentation>CROSS_STREET_2 is a character of
> length 50</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COUNTRYType">
>                 <xsd:annotation>
>                     <xsd:documentation>COUNTRY is a character of length
> 3</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDRESS1Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDRESS1 is a character of length
> 55</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDRESS2Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDRESS2 is a character of length
> 55</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDRESS3Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDRESS3 is a character of length
> 55</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDRESS4Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDRESS4 is a character of length
> 55</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="CITYType">
>                 <xsd:annotation>
>                     <xsd:documentation>CITY is a character of length
> 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NUM1Type">
>                 <xsd:annotation>
>                     <xsd:documentation>NUM1 is a character of length
> 6</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NUM2Type">
>                 <xsd:annotation>
>                     <xsd:documentation>NUM2 is a character of length
> 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="HOUSE_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>HOUSE_TYPE is a character of
> length 2</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDR_FIELD1Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDR_FIELD1 is a character of
> length 2</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDR_FIELD2Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDR_FIELD2 is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="ADDR_FIELD3Type">
>                 <xsd:annotation>
>                     <xsd:documentation>ADDR_FIELD3 is a character of
> length 4</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="COUNTYType">
>                 <xsd:annotation>
>                     <xsd:documentation>COUNTY is a character of length
> 30</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="STATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>STATE is a character of length
> 6</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="POSTALType">
>                 <xsd:annotation>
>                     <xsd:documentation>POSTAL is a character of length
> 12</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="GEO_CODEType">
>                 <xsd:annotation>
>                     <xsd:documentation>GEO_CODE is a character of length
> 11</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="INT_SEQ_NBRType">
>                 <xsd:annotation>
>                     <xsd:documentation>INT_SEQ_NBR is a number of length
> 5 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="REASON_CDType">
>                 <xsd:annotation>
>                     <xsd:documentation>REASON_CD is a character of
> length 10</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RELATED_BUType">
>                 <xsd:annotation>
>                     <xsd:documentation>RELATED_BU is a character of
> length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RELATED_CASE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>RELATED_CASE_ID is a number of
> length 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RELATIONSHIP_TYPEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RELATIONSHIP_TYPE is a character
> of length 5</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SOLUTION_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SOLUTION_ID is a number of length
> 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RSLN_SUMMARYType">
>                 <xsd:annotation>
>                     <xsd:documentation>RSLN_SUMMARY is a character of
> length 50</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RSLN_STATEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RSLN_STATE is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SOURCE_CASE_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>SOURCE_CASE_ID is a number of
> length 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="SOURCE_RSLN_SEQNBRType">
>                 <xsd:annotation>
>                     <xsd:documentation>SOURCE_RSLN_SEQNBR is a number of
> length 5 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="NEW_SOLUTION_IDType">
>                 <xsd:annotation>
>                     <xsd:documentation>NEW_SOLUTION_ID is a number of
> length 15 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="USAGE_COUNTType">
>                 <xsd:annotation>
>                     <xsd:documentation>USAGE_COUNT is a number of length
> 10 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="LAST_USAGE_DTTMType">
>                 <xsd:annotation>
>                     <xsd:documentation>LAST_USAGE_DTTM is a
> datetime</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_SOLVED_COUNTType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_SOLVED_COUNT is a number of
> length 6 with a decimal position of 0</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RC_RSLN_SOURCEType">
>                 <xsd:annotation>
>                     <xsd:documentation>RC_RSLN_SOURCE is a character of
> length 1</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="RSLN_NOTESType">
>                 <xsd:annotation>
>                     <xsd:documentation>RSLN_NOTES is a long
> character</xsd:documentation>
>                 </xsd:annotation>
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string"/>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>         </xsd:schema>
>     </wsdl:types>
>     <wsdl:message name="RC_CASE_RESPONSE_ASYNCSoapIn">
>         <wsdl:part
>
> element="RC_CASE_RESPONSE_ASYNCRequest:RC_CASE_RESPONSE_ASYNC"
>             name="parameters"/>
>     </wsdl:message>
>     <wsdl:portType name="RC_CASE_RESPONSE_ASYNC">
>         <wsdl:operation name="RC_CASE_RESPONSE_ASYNCSoapIn">
>             <wsdl:output
> message="wsdl_target:RC_CASE_RESPONSE_ASYNCSoapIn"/>
>         </wsdl:operation>
>     </wsdl:portType>
>     <wsdl:binding
>         name="RC_CASE_RESPONSE_ASYNCBinding"
>         type="wsdl_target:RC_CASE_RESPONSE_ASYNC">
>         <soap:binding style="document"
> transport="http://schemas.xmlsoap.org/soap/http"/>
>         <wsdl:operation name="RC_CASE_RESPONSE_ASYNCSoapIn">
>             <soap:operation soapAction="RC_CASE_RESPONSE_ASYNCSoapIn"/>
>             <wsdl:output>
>                 <soap:body use="literal"/>
>             </wsdl:output>
>         </wsdl:operation>
>     </wsdl:binding>
>     <wsdl:service name="RC_CASE_RESPONSE_ASYNCService">
>         <wsdl:documentation
> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">PeopleSoft,PSFT_CR.NETCOOL
> ,OA,RC_CASE_RESPONSE_ASYNC.VERSION_1</wsdl:documentation>
>         <wsdl:port
>             binding="wsdl_target:RC_CASE_RESPONSE_ASYNCBinding"
>             name="RC_CASE_RESPONSE_ASYNC">
>             <soap:address
> location="http://mstasc02.usi.net/PSIGW/HttpListeningConnector"/>
>         </wsdl:port>
>     </wsdl:service>
> </wsdl:definitions>

Re: axis2 wsdl2java issue

Posted by Chathura Herath <ch...@gmail.com>.
Pls attach the WSDL(Last on got clipped gmail) and do give the stack
trace which would be helpful to understand what going on.
Chathura

On 12/1/05, Stuart, Jay Cameron <Ja...@usi.net> wrote:
>
> I get a NPE when attempting to generate java code from the following PS WSDL
> file using wsdl2java command line tool.  Any help would be greatly
> appreciated.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <wsdl:definitions
>     name="RC_CASE_RESPONSE_ASYNC"
>     targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn"
>
> xmlns:RC_CASE_RESPONSE_ASYNCRequest="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
>     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>     xmlns:wsdl_target="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCSoapIn">
>     <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Case
> Asynchronous EIP response message</wsdl:documentation>
>     <wsdl:types>
>         <xsd:schema
>
> targetNamespace="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
>             xmlns="http://peoplesoft.com/RC_CASE_RESPONSE_ASYNCRequest"
>             xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>             <xsd:element name="RC_CASE_RESPONSE_ASYNC"
> type="RC_CASE_RESPONSE_ASYNCType"/>
>             <xsd:complexType name="RC_CASE_RESPONSE_ASYNCType">
>                 <xsd:sequence>
>                     <xsd:element name="FieldTypes" type="FieldTypesType"/>
>                     <xsd:element name="MsgData" type="MsgDataType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesType">
>                 <xsd:all>
>                     <xsd:element name="RCFCASE"
> type="FieldTypesRCFCASEType"/>
>                     <xsd:element name="RCFCASE_COMPL"
> type="FieldTypesRCFCASE_COMPLType"/>
>                     <xsd:element name="RCTCASE"
> type="FieldTypesRCTCASEType"/>
>                     <xsd:element name="RC_ATTR_CASE"
> type="FieldTypesRC_ATTR_CASEType"/>
>                     <xsd:element name="RC_CASE_EIP_ERR"
> type="FieldTypesRC_CASE_EIP_ERRType"/>
>                     <xsd:element name="RC_CASE_EIP_WRK"
> type="FieldTypesRC_CASE_EIP_WRKType"/>
>                     <xsd:element name="RC_CASE_NOTE"
> type="FieldTypesRC_CASE_NOTEType"/>
>                     <xsd:element name="RC_INCIDENT_WRK"
> type="FieldTypesRC_INCIDENT_WRKType"/>
>                     <xsd:element name="RC_INTEREST_PRT"
> type="FieldTypesRC_INTEREST_PRTType"/>
>                     <xsd:element name="RC_RELATIONSHIP"
> type="FieldTypesRC_RELATIONSHIPType"/>
>                     <xsd:element name="RC_RESOLUTION"
> type="FieldTypesRC_RESOLUTIONType"/>
>                     <xsd:element name="PSCAMA" type="FieldTypesPSCAMAType"/>
>                 </xsd:all>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCFCASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ISSUE_SUBTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ISSUE_VISIBILITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="FIN_ACCOUNT_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TARGET_CLOSE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="SALES_ENTRY_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TRANSACTION_NO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_BS_INSTANCE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="FORM_INSTANCE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CONFIG_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCFCASE_COMPLType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_CAUSE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_CAUSE_ENTITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLAIM_SUBMITTED_BY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_CURR_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_AMOUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CLAIM_PAID_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLAIM_PAID_CURR_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CLAIM_PAID_AMOUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="EMPLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INFORM_EMPL_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ACK_REQUIRED_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INFORM_CONTACT_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AFTERCARE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NO_CHARGE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="LETTER_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RECEIVED_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="DETAIL_INFO_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="EXT_DUE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="COMPL_CLOSE_REASON"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COMPL_RECEIVED_VIA"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SITE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRCTCASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTACCTID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTBILLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTBILLITEMID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTEVENTID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTADJTYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTAMTADJ"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RBTRESOURCETYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPUTEAMT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RBTDISPREASON"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RBTDISPSTATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="DESCR254"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_ATTR_CASEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="MARKET"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTRIBUTE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTR_ITEM_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTRIBUTE_VALUE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ATTR_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="ATTR_NUMBER"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_EIP_ERRType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_EIP_ERROR_MSG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_EIP_WRKType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="REMOTE_CASE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_VERTICAL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="MARKET"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RB_ANONYMOUS_FLAG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SETID_CUSTOMER"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CUST_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="EMPLID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CONTACT_PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_ALT_CNCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ALT_CNCT_PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ALT_CNCT_CUST_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_TRACKING_NBR"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SIN" type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PERSON_PIN"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_SITE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SETID_SITE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SITE_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="REGION_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_ADD"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PHN"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_EML"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PROFILE_CM_SEQ_PGR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="CM_TYPE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_CONTACT_INFO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_PRODUCT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRODUCT_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INST_PROD_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SERIAL_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSETTAG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_ENTL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AGREEMENT_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="AGR_RENEWAL_NUM"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="AGREEMENT_LINE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="WARRANTY_NAME"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROBLEM_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ERROR_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ERROR_CODE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ERROR_MESSAGE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SECURE_CASE_FLG"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_CATEGORY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_DETAIL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SEVERITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_SOURCE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SETID_PROV_GRP"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRIOR_PRVDR_GRP_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PROVIDER_GRP_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PRIOR_ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CM_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RB_LOCATION_DETAIL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BUS_PROC_INSTANCE"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RES_FIRST_CNTCT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CREATION_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLOSED_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="CLOSED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="CLOSED_BY_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_RESP_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESP_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESPMET_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESPMET_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESP_IND"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_REST_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_REST_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_RESTMET_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="RC_RESTMET_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="RC_REST_IND"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="CASE_EIP_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CASE_EIP_GEN_MSG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_CASE_NOTEType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NOTE_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_NOTE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_NOTE_ORIGIN"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NOTE_CONTACT_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="BO_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BO_ID_CONTACT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CNTCT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="ROLE_TYPE_ID_CUST"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_VISIBILITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="USI_STATUS"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RC_PRIORITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ASSIGNED_TO"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="DUE_DATE"
> type="FieldTypesDateFieldType"/>
>                     <xsd:element name="USI_DUE_TIME"
> type="FieldTypesTimeFieldType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="USI_LABOR_TIME"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="USI_LABOR_TIME_CHR"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="TIMEZONE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SCHEDULED"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RC_DESCRLONG"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_INCIDENT_WRKType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS_SUB_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CROSS_STREET_1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CROSS_STREET_2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COUNTRY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS3"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDRESS4"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="CITY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NUM1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="NUM2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="HOUSE_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD1"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD2"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ADDR_FIELD3"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="COUNTY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="STATE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="POSTAL"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="GEO_CODE"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_INTEREST_PRTType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="PERSON_ID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="INT_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="REASON_CD"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_RELATIONSHIPType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RELATED_BU"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RELATED_CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RELATIONSHIP_TYPE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesRC_RESOLUTIONType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_SEQ_NBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SOLUTION_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RSLN_SUMMARY"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="RSLN_STATE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SOURCE_CASE_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SOURCE_RSLN_SEQNBR"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="NEW_SOLUTION_ID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="USAGE_COUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="LAST_USAGE_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RC_SOLVED_COUNT"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="RC_RSLN_SOURCE"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="USI_COMPLETION_DT"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="FieldTypesCharFieldType"/>
>                     <xsd:element name="SYNCID"
> type="FieldTypesNumberFieldType"/>
>                     <xsd:element name="SYNCDTTM"
> type="FieldTypesDateTimeFieldType"/>
>                     <xsd:element name="RSLN_NOTES"
> type="FieldTypesCharFieldType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="PSCAMAMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element
>                         maxOccurs="1"
>                         minOccurs="0"
>                         name="AUDIT_ACTN"
>                         type="AUDIT_ACTNType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="AUDIT_ACTNType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPSCAMAType">
>                 <xsd:all>
>                     <xsd:element name="LANGUAGE_CD"
> type="FieldTypesLANGUAGE_CDType"/>
>                     <xsd:element name="AUDIT_ACTN"
> type="FieldTypesAUDIT_ACTNType"/>
>                     <xsd:element name="BASE_LANGUAGE_CD"
> type="FieldTypesBASE_LANGUAGE_CDType"/>
>                     <xsd:element name="MSG_SEQ_FLG"
> type="FieldTypesMSG_SEQ_FLGType"/>
>                     <xsd:element name="PROCESS_INSTANCE"
> type="FieldTypesPROCESS_INSTANCEType"/>
>                     <xsd:element name="PUBLISH_RULE_ID"
> type="FieldTypesPUBLISH_RULE_IDType"/>
>                     <xsd:element name="MSGNODENAME"
> type="FieldTypesMSGNODENAMEType"/>
>                 </xsd:all>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesLANGUAGE_CDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesAUDIT_ACTNType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesBASE_LANGUAGE_CDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesMSG_SEQ_FLGType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPROCESS_INSTANCEType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesPUBLISH_RULE_IDType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesMSGNODENAMEType">
>                 <xsd:simpleContent>
>                     <xsd:extension base="xsd:string">
>                         <xsd:attribute name="type" type="xsd:string"/>
>                     </xsd:extension>
>                 </xsd:simpleContent>
>             </xsd:complexType>
>             <xsd:complexType name="PSCAMAType">
>                 <xsd:all>
>                     <xsd:element name="LANGUAGE_CD"
> type="FieldTypesLANGUAGE_CDType"/>
>                     <xsd:element name="AUDIT_ACTN"
> type="FieldTypesAUDIT_ACTNType"/>
>                     <xsd:element name="BASE_LANGUAGE_CD"
> type="FieldTypesBASE_LANGUAGE_CDType"/>
>                     <xsd:element name="MSG_SEQ_FLG"
> type="FieldTypesMSG_SEQ_FLGType"/>
>                     <xsd:element name="PROCESS_INSTANCE"
> type="FieldTypesPROCESS_INSTANCEType"/>
>                     <xsd:element name="PUBLISH_RULE_ID"
> type="FieldTypesPUBLISH_RULE_IDType"/>
>                     <xsd:element name="MSGNODENAME"
> type="FieldTypesMSGNODENAMEType"/>
>                 </xsd:all>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesFieldType">
>                 <xsd:attribute name="type" type="fieldtypes"
> use="required"/>
>                 <xsd:attribute name="format" type="fieldtypes"
> use="optional"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesCharFieldType">
>                 <xsd:attribute fixed="CHAR" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesNumberFieldType">
>                 <xsd:attribute fixed="NUMBER" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesDateFieldType">
>                 <xsd:attribute fixed="DATE" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesTimeFieldType">
>                 <xsd:attribute fixed="TIME" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesDateTimeFieldType">
>                 <xsd:attribute fixed="DATETIME" name="type" use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="FieldTypesImageFieldType">
>                 <xsd:attribute fixed="IMAGE" name="type" use="required"/>
>                 <xsd:attribute name="format" type="fieldtypes"
> use="required"/>
>             </xsd:complexType>
>             <xsd:simpleType name="fieldtypes">
>                 <xsd:restriction base="xsd:string"/>
>             </xsd:simpleType>
>             <xsd:complexType name="MsgDataType">
>                 <xsd:sequence maxOccurs="unbounded" minOccurs="0">
>                     <xsd:element name="Transaction" type="TransactionType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="TransactionType">
>                 <xsd:sequence>
>                     <xsd:element name="RC_CASE_EIP_WRK"
> type="RC_CASE_EIP_WRKMsgDataRecordType"/>
>                     <xsd:element name="PSCAMA" type="PSCAMAType"/>
>                 </xsd:sequence>
>             </xsd:complexType>
>             <xsd:complexType name="RCFCASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="ISSUE_SUBTYPE"
> type="ISSUE_SUBTYPEType"/>
>                     <xsd:element name="ISSUE_VISIBILITY"
> type="ISSUE_VISIBILITYType"/>
>                     <xsd:element name="FIN_ACCOUNT_ID"
> type="FIN_ACCOUNT_IDType"/>
>                     <xsd:element name="TARGET_CLOSE_DATE"
> type="TARGET_CLOSE_DATEType"/>
>                     <xsd:element name="SALES_ENTRY_ID"
> type="SALES_ENTRY_IDType"/>
>                     <xsd:element name="TRANSACTION_NO"
> type="TRANSACTION_NOType"/>
>                     <xsd:element name="RC_BS_INSTANCE"
> type="RC_BS_INSTANCEType"/>
>                     <xsd:element name="FORM_INSTANCE_ID"
> type="FORM_INSTANCE_IDType"/>
>                     <xsd:element name="CONFIG_CODE" type="CONFIG_CODEType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RCFCASE_COMPLMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="COMPL_CAUSE" type="COMPL_CAUSEType"/>
>                     <xsd:element name="COMPL_CAUSE_ENTITY"
> type="COMPL_CAUSE_ENTITYType"/>
>                     <xsd:element name="CLAIM_DATE" type="CLAIM_DATEType"/>
>                     <xsd:element name="CLAIM_SUBMITTED_BY"
> type="CLAIM_SUBMITTED_BYType"/>
>                     <xsd:element name="CLAIM_CURR_CD"
> type="CLAIM_CURR_CDType"/>
>                     <xsd:element name="CLAIM_AMOUNT"
> type="CLAIM_AMOUNTType"/>
>                     <xsd:element name="CLAIM_PAID_DATE"
> type="CLAIM_PAID_DATEType"/>
>                     <xsd:element name="CLAIM_PAID_CURR_CD"
> type="CLAIM_PAID_CURR_CDType"/>
>                     <xsd:element name="CLAIM_PAID_AMOUNT"
> type="CLAIM_PAID_AMOUNTType"/>
>                     <xsd:element name="EMPLID" type="EMPLIDType"/>
>                     <xsd:element name="INFORM_EMPL_FLG"
> type="INFORM_EMPL_FLGType"/>
>                     <xsd:element name="ACK_REQUIRED_FLG"
> type="ACK_REQUIRED_FLGType"/>
>                     <xsd:element name="INFORM_CONTACT_FLG"
> type="INFORM_CONTACT_FLGType"/>
>                     <xsd:element name="AFTERCARE_FLG"
> type="AFTERCARE_FLGType"/>
>                     <xsd:element name="NO_CHARGE_FLG"
> type="NO_CHARGE_FLGType"/>
>                     <xsd:element name="LETTER_DATE" type="LETTER_DATEType"/>
>                     <xsd:element name="RECEIVED_DATE"
> type="RECEIVED_DATEType"/>
>                     <xsd:element name="DETAIL_INFO_FLG"
> type="DETAIL_INFO_FLGType"/>
>                     <xsd:element name="EXT_DUE_DATE"
> type="EXT_DUE_DATEType"/>
>                     <xsd:element name="COMPL_CLOSE_REASON"
> type="COMPL_CLOSE_REASONType"/>
>                     <xsd:element name="COMPL_RECEIVED_VIA"
> type="COMPL_RECEIVED_VIAType"/>
>                     <xsd:element name="SITE_ID" type="SITE_IDType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RCTCASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="RBTACCTID" type="RBTACCTIDType"/>
>                     <xsd:element name="RBTDISPTYPE" type="RBTDISPTYPEType"/>
>                     <xsd:element name="RBTBILLID" type="RBTBILLIDType"/>
>                     <xsd:element name="RBTBILLITEMID"
> type="RBTBILLITEMIDType"/>
>                     <xsd:element name="RBTEVENTID" type="RBTEVENTIDType"/>
>                     <xsd:element name="RBTADJTYPE" type="RBTADJTYPEType"/>
>                     <xsd:element name="RBTAMTADJ" type="RBTAMTADJType"/>
>                     <xsd:element name="RBTRESOURCETYPE"
> type="RBTRESOURCETYPEType"/>
>                     <xsd:element name="RBTDISPUTEAMT"
> type="RBTDISPUTEAMTType"/>
>                     <xsd:element name="RBTDISPREASON"
> type="RBTDISPREASONType"/>
>                     <xsd:element name="RBTDISPSTATUS"
> type="RBTDISPSTATUSType"/>
>                     <xsd:element name="DESCR254" type="DESCR254Type"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_ATTR_CASEMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="MARKET" type="MARKETType"/>
>                     <xsd:element name="ATTRIBUTE_ID"
> type="ATTRIBUTE_IDType"/>
>                     <xsd:element name="ATTR_ITEM_ID"
> type="ATTR_ITEM_IDType"/>
>                     <xsd:element name="ATTRIBUTE_VALUE"
> type="ATTRIBUTE_VALUEType"/>
>                     <xsd:element name="ATTR_DATE" type="ATTR_DATEType"/>
>                     <xsd:element name="ATTR_NUMBER" type="ATTR_NUMBERType"/>
>                     <xsd:element name="ROW_ADDED_DTTM"
> type="ROW_ADDED_DTTMType"/>
>                     <xsd:element name="ROW_ADDED_OPRID"
> type="ROW_ADDED_OPRIDType"/>
>                     <xsd:element name="ROW_LASTMANT_DTTM"
> type="ROW_LASTMANT_DTTMType"/>
>                     <xsd:element name="ROW_LASTMANT_OPRID"
> type="ROW_LASTMANT_OPRIDType"/>
>                     <xsd:element name="SYNCID" type="SYNCIDType"/>
>                     <xsd:element name="SYNCDTTM" type="SYNCDTTMType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>             <xsd:complexType name="RC_CASE_EIP_ERRMsgDataRecordType">
>                 <xsd:sequence>
>                     <xsd:element name="CASE_ID" type="CASE_IDType"/>
>                     <xsd:element name="BUSINESS_UNIT"
> type="BUSINESS_UNITType"/>
>                     <xsd:element name="CASE_EIP_ERROR_MSG"
> type="CASE_EIP_ERROR_MSGType"/>
>                 </xsd:sequence>
>                 <xsd:attribute fixed="R" name="class" type="xsd:string"
> use="required"/>
>             </xsd:complexType>
>    &nbsp...
>
> [Message clipped]


--
Chathura Herath
http://www.bloglines.com/blog/chathurah