Skip to content

Instantly share code, notes, and snippets.

@jahan-paisley
Last active August 29, 2015 14:00
Show Gist options
  • Save jahan-paisley/232b86ae205df9931e0d to your computer and use it in GitHub Desktop.
Save jahan-paisley/232b86ae205df9931e0d to your computer and use it in GitHub Desktop.
Shark XPDL Upload log
Call: services/json/workflow/uploadxpdl
----------------------------------------
Error: org.cmdbuild.workflow.CMWorkflowException: org.enhydra.shark.api.client.wfservice.PackageInvalid: Error in package
at org.cmdbuild.workflow.service.AbstractSharkService.uploadPackage(AbstractSharkService.java:172)
at org.cmdbuild.workflow.service.TransactedSharkService.access$201(TransactedSharkService.java:16)
at org.cmdbuild.workflow.service.TransactedSharkService$2.command(TransactedSharkService.java:110)
at org.cmdbuild.workflow.service.TransactedSharkService$2.command(TransactedSharkService.java:107)
at org.cmdbuild.workflow.service.TransactedSharkService$TransactedExecutor.execute(TransactedSharkService.java:24)
at org.cmdbuild.workflow.service.TransactedSharkService.uploadPackage(TransactedSharkService.java:107)
at org.cmdbuild.workflow.xpdl.CachedProcessDefinitionStore.uploadPackage(CachedProcessDefinitionStore.java:264)
at org.cmdbuild.workflow.xpdl.AbstractProcessDefinitionManager.updateDefinition(AbstractProcessDefinitionManager.java:53)
at org.cmdbuild.workflow.xpdl.XpdlManager.updateDefinition(XpdlManager.java:115)
at org.cmdbuild.workflow.ProcessClassImpl.updateDefinition(ProcessClassImpl.java:177)
at org.cmdbuild.logic.workflow.DefaultWorkflowLogic.updateProcessDefinition(DefaultWorkflowLogic.java:467)
at org.cmdbuild.servlets.json.Workflow.uploadXpdl(Workflow.java:263)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.cmdbuild.servlets.JSONDispatcher.dispatch(JSONDispatcher.java:97)
at org.cmdbuild.servlets.JSONDispatcher.doPost(JSONDispatcher.java:57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.cmdbuild.filters.AuthFilter.doFilter(AuthFilter.java:158)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.cmdbuild.filters.PatchManagerFilter.doFilter(PatchManagerFilter.java:48)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.cmdbuild.filters.ConfCheckFilter.doFilter(ConfCheckFilter.java:31)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.cmdbuild.filters.TranslationFilter.doFilter(TranslationFilter.java:52)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.enhydra.shark.api.client.wfservice.PackageInvalid: Error in package
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.enhydra.shark.ejb.client.ws.PackageAdministrationEJBEndpointPortSoapBindingStub.uploadPackage(Unknown Source)
at org.cmdbuild.workflow.service.AbstractSharkService.uploadPackage(AbstractSharkService.java:166)
... 50 more
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://www.wfmc.org/2008/XPDL2.1" xmlns:xpdl="http://www.wfmc.org/2008/XPDL2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Id="Package_requestforchange" xsi:schemaLocation="classpath:bpmnxpdl_31.xsd" >
<PackageHeader>
<XPDLVersion>2.1</XPDLVersion>
<Vendor/>
<Created/>
</PackageHeader>
<Script Type="text/java"/>
<TypeDeclarations>
<TypeDeclaration Id="Reference">
<ExternalReference location="org.cmdbuild.workflow.type.ReferenceType"/>
</TypeDeclaration>
<TypeDeclaration Id="References">
<ExternalReference location="org.cmdbuild.workflow.type.ReferenceType&lt;&gt;"/>
</TypeDeclaration>
<TypeDeclaration Id="Lookup">
<ExternalReference location="org.cmdbuild.workflow.type.LookupType"/>
</TypeDeclaration>
<TypeDeclaration Id="Lookups">
<ExternalReference location="org.cmdbuild.workflow.type.LookupType&lt;&gt;"/>
</TypeDeclaration>
</TypeDeclarations>
<Participants>
<Participant Id="SuperUser">
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="Helpdesk">
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="ChangeManager">
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="Specialist">
<ParticipantType Type="ROLE"/>
</Participant>
<Participant Id="System">
<ParticipantType Type="SYSTEM"/>
</Participant>
</Participants>
<Pools>
<Pool BoundaryVisible="true" Id="Package_requestforchange_pool1" MainPool="true" Name="Process_requestforchange" Orientation="HORIZONTAL" Process="Process_requestforchange">
<Lanes>
<Lane Id="Package_requestforchange_pool1_lan1" Name="Helpdesk">
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
</NodeGraphicsInfos>
<Performers>
<Performer>Helpdesk</Performer>
</Performers>
</Lane>
<Lane Id="Package_requestforchange_pool1_lan2" Name="ChangeManager">
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
</NodeGraphicsInfos>
<Performers>
<Performer>ChangeManager</Performer>
</Performers>
</Lane>
<Lane Id="Package_requestforchange_pool1_lan3" Name="Specialist">
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="220,220,220" IsVisible="true" ToolId="JaWE"/>
</NodeGraphicsInfos>
<Performers>
<Performer>Specialist</Performer>
</Performers>
</Lane>
</Lanes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,215" IsVisible="true" ToolId="JaWE"/>
</NodeGraphicsInfos>
</Pool>
</Pools>
<WorkflowProcesses>
<WorkflowProcess AccessLevel="PUBLIC" Id="Process_requestforchange">
<ProcessHeader/>
<DataFields>
<DataField Id="RiskAnalysisRequest" IsArray="false">
<DataType>
<BasicType Type="BOOLEAN"/>
</DataType>
</DataField>
<DataField Id="CostAnalysisRequest" IsArray="false">
<DataType>
<BasicType Type="BOOLEAN"/>
</DataType>
</DataField>
<DataField Id="ImpactAnalysisRequest" IsArray="false">
<DataType>
<BasicType Type="BOOLEAN"/>
</DataType>
</DataField>
<DataField Id="RFCStartDate" IsArray="false">
<DataType>
<BasicType Type="DATETIME"/>
</DataType>
</DataField>
<DataField Id="ExecutionEndDate" IsArray="false">
<DataType>
<BasicType Type="DATETIME"/>
</DataType>
</DataField>
<DataField Id="ExecutionStartDate" IsArray="false">
<DataType>
<BasicType Type="DATETIME"/>
</DataType>
</DataField>
<DataField Id="RFCEndDate" IsArray="false">
<DataType>
<BasicType Type="DATETIME"/>
</DataType>
</DataField>
<DataField Id="RequestNumber" IsArray="false">
<DataType>
<BasicType Type="INTEGER"/>
</DataType>
</DataField>
<DataField Id="ActionsPerformed" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="ImpactAnalysisResult" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="RiskAnalysisResult" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="Code" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="RFCDescription" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="Description" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="CostAnalysisResult" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="PlannedActions" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="Notes" IsArray="false">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</DataField>
<DataField Id="FlowStatus" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
</DataField>
<DataField Id="RFCStatus" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="Category" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="FormalEvaluation" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="RFCPriority" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="Decision" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="FinalResult" IsArray="false">
<DataType>
<DeclaredType Id="Lookup"/>
</DataType>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
<DataField Id="Requester" IsArray="false">
<DataType>
<DeclaredType Id="Reference"/>
</DataType>
<Length>Requester</Length>
<ExtendedAttributes>
<ExtendedAttribute Name="TRANSIENT" Value="false"/>
</ExtendedAttributes>
</DataField>
</DataFields>
<Activities>
<Activity Id="RegisterRFC" Name="Register RFC">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Helpdesk</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="RFCDescription"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan1" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="135" YCoordinate="42"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS010" Name="SYS010">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStartDate = Calendar.getInstance();
RequestNumber = cmdb.callFunction("cmwf_getRFCNumber").execute().get("RFCNumber");
Description = "RFC n. " + RequestNumber.toString() + " created by " + Requester.getDescription() + " date " + RFCStartDate.getTime().toString();
RFCStatus = cmdb.selectLookupByCode("RFC status", "REC_RFC");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan1" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="262" YCoordinate="41"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="FormalEvaluation" Name="Formal evaluation">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>ChangeManager</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="FormalEvaluation"/>
<ExtendedAttribute Name="VariableToProcess_UPDATE" Value="ImpactAnalysisRequest"/>
<ExtendedAttribute Name="VariableToProcess_UPDATE" Value="CostAnalysisRequest"/>
<ExtendedAttribute Name="VariableToProcess_UPDATE" Value="RiskAnalysisRequest"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="RFCPriority"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
<ExtendedAttribute Name="createModifyCard" Value="ButtonLabel=&quot;Requester card&quot;&#13;&#10;Reference=Requester&#13;&#10;ReadOnly=1"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="261" YCoordinate="67"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act2">
<Event>
<EndEvent Result="None"/>
</Event>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="236,120,98" Height="31" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="31">
<Coordinates XCoordinate="1658" YCoordinate="84"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act1">
<Event>
<StartEvent Trigger="None"/>
</Event>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="102,204,51" Height="31" IsVisible="true" LaneId="Package_requestforchange_pool1_lan1" ToolId="JaWE" Width="31">
<Coordinates XCoordinate="68" YCoordinate="54"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS020" Name="SYS020">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">CurrentUser = cmdb.cardFrom(_CurrentUser);
Employees = cmdb.queryClass("Employee").with("Email", CurrentUser.get("Email")).fetch();
if (Employees.size() &gt; 0) {
Employee = Employees.get(0);
cmdb.newRelation("RFCChangeManager").withCard1("RequestForChange", ProcessId.intValue()).withCard2("Employee", Employee.getId()).create();
}
RFCStatus = cmdb.selectLookupByCode("RFC status", "REQ_DOC");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Parallel">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra9"/>
<TransitionRef Id="Process_requestforchange_tra5"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="385" YCoordinate="66"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="RFCImpactAnalysis" Name="RFC impact analysis">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Specialist</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="ImpactAnalysisResult"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="635" YCoordinate="8"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="RFCRiskAnalysis" Name="RFC risk analysis">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Specialist</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="RiskAnalysisResult"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="633" YCoordinate="254"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="RFCCostAnalysis" Name="RFC cost analysis">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Specialist</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="CostAnalysisResult"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="634" YCoordinate="123"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS030.1">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStatus = cmdb.selectLookupByCode("RFC status", "PRE_DOC");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="771" YCoordinate="10"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS030.2">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStatus = cmdb.selectLookupByCode("RFC status", "PRE_DOC");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="771" YCoordinate="125"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS030.3">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStatus = cmdb.selectLookupByCode("RFC status", "PRE_DOC");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="768" YCoordinate="253"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="FinalEvaluation" Name="Final evaluation">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>ChangeManager</Performer>
</Performers>
<TransitionRestrictions>
<TransitionRestriction>
<Join Type="Exclusive"/>
</TransitionRestriction>
</TransitionRestrictions>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ImpactAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="CostAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RiskAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ActionsPerformed"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ExecutionEndDate"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="FinalResult"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1400" YCoordinate="67"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act8">
<Route GatewayType="Parallel"/>
<TransitionRestrictions>
<TransitionRestriction>
<Join Type="Parallel"/>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="1008" YCoordinate="201"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Decision" Name="Decision">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>ChangeManager</Performer>
</Performers>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Parallel">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra18"/>
<TransitionRef Id="Process_requestforchange_tra17"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ImpactAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="CostAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RiskAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="Decision"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="984" YCoordinate="73"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS040" Name="SYS040">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStatus = cmdb.selectLookupByCode("RFC status", "REQ_EXE");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1150" YCoordinate="72"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="StartExecution" Name="Start execution">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Specialist</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ImpactAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="CostAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RiskAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="PlannedActions"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1150" YCoordinate="186"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS050" Name="SYS050">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCStatus = cmdb.selectLookupByCode("RFC status", "IN_EXE");
ExecutionStartDate = Calendar.getInstance();</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1280" YCoordinate="18"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="EndExecution" Name="End execution">
<Implementation>
<No/>
</Implementation>
<Performers>
<Performer>Specialist</Performer>
</Performers>
<ExtendedAttributes>
<ExtendedAttribute Name="XFORMS_FILE"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RequestNumber"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Requester"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCDescription"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="Category"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RFCPriority"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ImpactAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="CostAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="RiskAnalysisResult"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="ExecutionStartDate"/>
<ExtendedAttribute Name="VariableToProcess_VIEW" Value="PlannedActions"/>
<ExtendedAttribute Name="VariableToProcess_UPDATEREQUIRED" Value="ActionsPerformed"/>
<ExtendedAttribute Name="openAttachment" Value="ButtonLabel=&quot;Attachments&quot;"/>
</ExtendedAttributes>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="187,247,190" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1279" YCoordinate="190"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS060" Name="SYS060">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">CurrentUser = cmdb.cardFrom(_CurrentUser);
Employees = cmdb.queryClass("Employee").with("Email", CurrentUser.get("Email")).fetch();
if (Employees.size() &gt; 0) {
Employee = Employees.get(0);
cmdb.newRelation("RFCExecutor").withCard1("RequestForChange", ProcessId.intValue()).withCard2("Employee", Employee.getId()).create();
}
RFCStatus = cmdb.selectLookupByCode("RFC status", "OUT_EXE");
ExecutionEndDate = Calendar.getInstance();</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1402" YCoordinate="22"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="SYS070" Name="SYS070">
<Implementation>
<Task>
<TaskScript>
<Script ScriptType="text/java">RFCEndDate = Calendar.getInstance();
RFCStatus = cmdb.selectLookupByCode("RFC status", "CLOSED");</Script>
</TaskScript>
</Task>
</Implementation>
<Performers>
<Performer/>
</Performers>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,255,204" Height="60" IsVisible="true" LaneId="Package_requestforchange_pool1_lan2" ToolId="JaWE" Width="90">
<Coordinates XCoordinate="1531" YCoordinate="67"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act5">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Exclusive">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra6"/>
<TransitionRef Id="Process_requestforchange_tra26"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="525" YCoordinate="79"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act6">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Exclusive">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra7"/>
<TransitionRef Id="Process_requestforchange_tra27"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="534" YCoordinate="199"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act7">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Exclusive">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra8"/>
<TransitionRef Id="Process_requestforchange_tra28"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="537" YCoordinate="343"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act4">
<Route GatewayType="Parallel"/>
<TransitionRestrictions>
<TransitionRestriction>
<Split Type="Parallel">
<TransitionRefs>
<TransitionRef Id="Process_requestforchange_tra13"/>
<TransitionRef Id="Process_requestforchange_tra14"/>
<TransitionRef Id="Process_requestforchange_tra15"/>
</TransitionRefs>
</Split>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="406" YCoordinate="199"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act3">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Join Type="Exclusive"/>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="904" YCoordinate="77"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act9">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Join Type="Exclusive"/>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="902" YCoordinate="200"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
<Activity Id="Process_requestforchange_act10">
<Route GatewayType="Exclusive"/>
<TransitionRestrictions>
<TransitionRestriction>
<Join Type="Exclusive"/>
</TransitionRestriction>
</TransitionRestrictions>
<NodeGraphicsInfos>
<NodeGraphicsInfo BorderColor="0,0,0" FillColor="255,229,124" Height="43" IsVisible="true" LaneId="Package_requestforchange_pool1_lan3" ToolId="JaWE" Width="43">
<Coordinates XCoordinate="888" YCoordinate="343"/>
</NodeGraphicsInfo>
</NodeGraphicsInfos>
</Activity>
</Activities>
<Transitions>
<Transition From="RegisterRFC" Id="Process_requestforchange_tra2" To="SYS010">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS010" Id="Process_requestforchange_tra3" To="FormalEvaluation">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act1" Id="Process_requestforchange_tra1" To="RegisterRFC">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="FormalEvaluation" Id="Process_requestforchange_tra4" To="SYS020">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS020" Id="Process_requestforchange_tra5" Name="Accepted" To="Process_requestforchange_act4">
<Condition Type="CONDITION">"ACCEPTED".equalsIgnoreCase(FormalEvaluation.Code)</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act5" Id="Process_requestforchange_tra6" Name="Impact" To="RFCImpactAnalysis">
<Condition Type="CONDITION">ImpactAnalysisRequest.booleanValue()</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act6" Id="Process_requestforchange_tra7" Name="Cost" To="RFCCostAnalysis">
<Condition Type="CONDITION">CostAnalysisRequest.booleanValue()</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act7" Id="Process_requestforchange_tra8" Name="Risk" To="RFCRiskAnalysis">
<Condition Type="CONDITION">RiskAnalysisRequest.booleanValue()</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS020" Id="Process_requestforchange_tra9" Name="Rejected" To="FinalEvaluation">
<Condition Type="CONDITION">"REJECTED".equalsIgnoreCase(FormalEvaluation.Code)</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="255,0,0" IsVisible="true" Style="NO_ROUTING_ORTHOGONAL" ToolId="JaWE">
<Coordinates XCoordinate="561" YCoordinate="166"/>
<Coordinates XCoordinate="1407" YCoordinate="164"/>
</ConnectorGraphicsInfo>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="RFCImpactAnalysis" Id="Process_requestforchange_tra10" To="SYS030.1">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="RFCCostAnalysis" Id="Process_requestforchange_tra11" To="SYS030.2">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="RFCRiskAnalysis" Id="Process_requestforchange_tra12" To="SYS030.3">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act8" Id="Process_requestforchange_tra16" To="Decision">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Decision" Id="Process_requestforchange_tra17" Name="Execution" To="SYS040">
<Condition Type="CONDITION">"APPROVED".equalsIgnoreCase(Decision.Code)</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Decision" Id="Process_requestforchange_tra18" Name="Not approved" To="FinalEvaluation">
<Condition Type="CONDITION">"NOT_APPROVED".equalsIgnoreCase(Decision.Code)</Condition>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="255,0,0" IsVisible="true" Style="NO_ROUTING_ORTHOGONAL" ToolId="JaWE">
<Coordinates XCoordinate="1143" YCoordinate="187"/>
<Coordinates XCoordinate="1394" YCoordinate="188"/>
</ConnectorGraphicsInfo>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS040" Id="Process_requestforchange_tra19" To="StartExecution">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="StartExecution" Id="Process_requestforchange_tra20" To="SYS050">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS050" Id="Process_requestforchange_tra21" To="EndExecution">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="EndExecution" Id="Process_requestforchange_tra22" To="SYS060">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS060" Id="Process_requestforchange_tra23" To="FinalEvaluation">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="FinalEvaluation" Id="Process_requestforchange_tra24" To="SYS070">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS070" Id="Process_requestforchange_tra25" To="Process_requestforchange_act2">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act4" Id="Process_requestforchange_tra13" To="Process_requestforchange_act5">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act4" Id="Process_requestforchange_tra14" To="Process_requestforchange_act6">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act4" Id="Process_requestforchange_tra15" To="Process_requestforchange_act7">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act5" Id="Process_requestforchange_tra26" To="Process_requestforchange_act3">
<Condition Type="OTHERWISE"/>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="255,128,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act6" Id="Process_requestforchange_tra27" To="Process_requestforchange_act9">
<Condition Type="OTHERWISE"/>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="255,128,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act7" Id="Process_requestforchange_tra28" To="Process_requestforchange_act10">
<Condition Type="OTHERWISE"/>
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="255,128,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS030.1" Id="Process_requestforchange_tra29" To="Process_requestforchange_act3">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS030.2" Id="Process_requestforchange_tra30" To="Process_requestforchange_act9">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="SYS030.3" Id="Process_requestforchange_tra31" To="Process_requestforchange_act10">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act10" Id="Process_requestforchange_tra32" To="Process_requestforchange_act8">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act9" Id="Process_requestforchange_tra33" To="Process_requestforchange_act8">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
<Transition From="Process_requestforchange_act3" Id="Process_requestforchange_tra34" To="Process_requestforchange_act8">
<ConnectorGraphicsInfos>
<ConnectorGraphicsInfo FillColor="0,0,0" IsVisible="true" Style="NO_ROUTING_SPLINE" ToolId="JaWE"/>
</ConnectorGraphicsInfos>
</Transition>
</Transitions>
<ExtendedAttributes>
<ExtendedAttribute Name="cmdbuildBindToClass" Value="RequestForChange"/>
</ExtendedAttributes>
</WorkflowProcess>
</WorkflowProcesses>
<ExtendedAttributes>
<ExtendedAttribute Name="EDITING_TOOL" Value="Together Workflow Editor"/>
<ExtendedAttribute Name="EDITING_TOOL_VERSION" Value="4.4-1-20120111-0622"/>
<ExtendedAttribute Name="JaWE_CONFIGURATION" Value="shark"/>
</ExtendedAttributes>
</Package>
16:00:53,513 INFO [Shark] PackageAdmin -> Trying to open Package from provided byte[] content
^[[B16:04:10,470 INFO [Shark] PackageAdmin -> Package file null failed to open
16:04:10,655 ERROR [stderr] org.enhydra.shark.api.client.wfservice.PackageInvalid: Error in package
16:04:10,655 ERROR [stderr] at org.enhydra.shark.PackageAdmin.openPackage(Unknown Source)
16:04:10,656 ERROR [stderr] at org.enhydra.shark.PackageAdmin.uploadPackage(Unknown Source)
16:04:10,656 ERROR [stderr] at org.enhydra.shark.ws.PackageAdministrationWrapper.uploadPackage(PackageAdministrationWrapper.java:251)
16:04:10,656 ERROR [stderr] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
16:04:10,656 ERROR [stderr] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
16:04:10,656 ERROR [stderr] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
16:04:10,656 ERROR [stderr] at java.lang.reflect.Method.invoke(Method.java:597)
16:04:10,656 ERROR [stderr] at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
16:04:10,656 ERROR [stderr] at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
16:04:10,656 ERROR [stderr] at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
16:04:10,656 ERROR [stderr] at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
16:04:10,656 ERROR [stderr] at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
16:04:10,656 ERROR [stderr] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
16:04:10,656 ERROR [stderr] at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
16:04:10,656 ERROR [stderr] at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
16:04:10,657 ERROR [stderr] at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
16:04:10,657 ERROR [stderr] at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
16:04:10,657 ERROR [stderr] at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
16:04:10,657 ERROR [stderr] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
16:04:10,657 ERROR [stderr] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145)
16:04:10,657 ERROR [stderr] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
16:04:10,657 ERROR [stderr] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
16:04:10,657 ERROR [stderr] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336)
16:04:10,657 ERROR [stderr] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
16:04:10,658 ERROR [stderr] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
16:04:10,658 ERROR [stderr] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920)
16:04:10,658 ERROR [stderr] at java.lang.Thread.run(Thread.java:662)
16:04:10,658 ERROR [Shark] PackageAdmin -> Package byte[] representation failed to open. Package is invalid, xpdlErrors=<html>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 2: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Error] at line number 2: cvc-elt.1.a: Cannot find the declaration of element 'Package'.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 3: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 4: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 5: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 6: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 8: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 9: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 10: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 11: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 13: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 14: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 16: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 17: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 19: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 20: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 23: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 24: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 25: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 27: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 28: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 30: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 31: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 33: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 34: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 36: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 37: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 40: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 41: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 42: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 43: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 44: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 45: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 46: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 48: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 49: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 52: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 53: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 54: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 55: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 57: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 58: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 61: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 62: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 63: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 64: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 66: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 67: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 71: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 72: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 76: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 77: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 78: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 79: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 80: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 81: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 82: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 85: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 86: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 87: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 90: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 91: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 92: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 95: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 96: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 97: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 100: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 101: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 102: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 105: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 106: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 107: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 110: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 111: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 112: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 115: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 116: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 117: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 120: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 121: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 122: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 125: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 126: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 127: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 130: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 131: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 132: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 135: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 136: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 137: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 140: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 141: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 142: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 145: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 146: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 147: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 150: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 151: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 152: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 155: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 156: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 157: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 160: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 161: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 162: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 165: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 166: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 167: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 170: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 171: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 172: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 174: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 175: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 178: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 179: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 180: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 182: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 183: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 186: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 187: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 188: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 190: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 191: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 194: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 195: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 196: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 198: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 199: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 202: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 203: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 204: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 206: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 207: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 210: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 211: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 212: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 214: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 215: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 218: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 219: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 220: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 222: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 223: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 224: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 228: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 229: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 230: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 231: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 233: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 234: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 236: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 237: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 238: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 239: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 241: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 242: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 243: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 247: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 248: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 249: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 250: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 251: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 258: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 259: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 261: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 262: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 263: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 267: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 268: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 269: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 271: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 272: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 274: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 275: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 276: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 277: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 278: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 279: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 280: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 281: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 282: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 283: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 284: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 285: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 286: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 287: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 289: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 290: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 291: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 295: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 296: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 297: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 299: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 300: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 301: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 305: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 306: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 307: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 309: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 310: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 311: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 315: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 316: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 317: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 318: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 319: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 329: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 330: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 332: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 333: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 334: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 335: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 336: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 337: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 342: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 343: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 344: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 348: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 349: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 350: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 352: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 353: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 355: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 356: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 357: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 358: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 359: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 360: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 361: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 362: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 363: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 364: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 366: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 367: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 368: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 372: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 373: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 374: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 376: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 377: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 379: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 380: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 381: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 382: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 383: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 384: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 385: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 386: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 387: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 388: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 390: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 391: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 392: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 396: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 397: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 398: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 400: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 401: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 403: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 404: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 405: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 406: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 407: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 408: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 409: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 410: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 411: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 412: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 414: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 415: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 416: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 420: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 421: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 422: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 423: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 424: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 428: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 429: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 431: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 432: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 433: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 437: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 438: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 439: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 440: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 441: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 445: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 446: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 448: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 449: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 450: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 454: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 455: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 456: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 457: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 458: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 462: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 463: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 465: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 466: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 467: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 471: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 472: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 473: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 475: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 476: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 478: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 479: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 480: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 483: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 484: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 485: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 486: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 487: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 488: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 489: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 490: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 491: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 492: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 493: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 494: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 495: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 496: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 497: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 499: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 500: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 501: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 505: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 506: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 507: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 508: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 509: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 512: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 513: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 514: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 518: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 519: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 520: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 522: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 523: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 525: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 526: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 527: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 528: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 529: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 530: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 535: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 536: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 537: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 538: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 539: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 540: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 541: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 542: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 543: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 544: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 545: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 546: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 547: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 549: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 550: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 551: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 555: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 556: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 557: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 558: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 559: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 563: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 564: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 566: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 567: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 568: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 572: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 573: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 574: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 576: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 577: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 579: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 580: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 581: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 582: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 583: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 584: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 585: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 586: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 587: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 588: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 589: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 590: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 591: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 593: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 594: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 595: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 599: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 600: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 601: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 602: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 603: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 608: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 609: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 611: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 612: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 613: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 617: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 618: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 619: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 621: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 622: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 624: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 625: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 626: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 627: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 628: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 629: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 630: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 631: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 632: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 633: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 634: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 635: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 636: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 637: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 638: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 640: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 641: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 642: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 646: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 647: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 648: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 649: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 650: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 661: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 662: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 664: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 665: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 666: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 670: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 671: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 672: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 673: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 674: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 679: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 680: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 682: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 683: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 684: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 688: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 689: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 690: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 691: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 692: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 693: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 694: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 695: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 700: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 701: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 702: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 706: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 707: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 708: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 709: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 710: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 711: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 712: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 713: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 718: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 719: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 720: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 724: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 725: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 726: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 727: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 728: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 729: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 730: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 731: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 736: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 737: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 738: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 742: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 743: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 744: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 745: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 746: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 747: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 748: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 749: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 750: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 755: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 756: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 757: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 761: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 762: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 763: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 764: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 765: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 768: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 769: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 770: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 774: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 775: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 776: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 777: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 778: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 781: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 782: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 783: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 787: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 788: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 789: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 790: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 791: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 794: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 795: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 796: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 801: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 802: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 803: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 804: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 807: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 808: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 809: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 812: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 813: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 814: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 817: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 818: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 819: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 822: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 823: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 824: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 825: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 828: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 829: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 830: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 831: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 834: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 835: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 836: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 837: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 840: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 841: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 842: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 843: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 846: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 847: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 848: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 849: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 850: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 851: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 855: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 856: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 857: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 860: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 861: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 862: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 865: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 866: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 867: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 870: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 871: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 872: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 875: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 876: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 877: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 878: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 881: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 882: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 883: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 884: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 885: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 886: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 890: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 891: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 892: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 895: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 896: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 897: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 900: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 901: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 902: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 905: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 906: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 907: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 910: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 911: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 912: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 915: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 916: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 917: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 920: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 921: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 922: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 925: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 926: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 927: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 930: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 931: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 932: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 935: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 936: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 937: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 940: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 941: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 942: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 943: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 946: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 947: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 948: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 949: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 952: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 953: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 954: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 955: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 958: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 959: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 960: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 963: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 964: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 965: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 968: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 969: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 970: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 973: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 974: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 975: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 978: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 979: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 980: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 983: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 984: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 985: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 989: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 990: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 994: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 995: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 996: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br>Type=ERROR, Sub-Type=SCHEMA, Location=Package 'Package_requestforchange': <br>: [Warning] at line number 997: schema_reference.4: Failed to read schema document 'http://www.wfmc.org/standards/docs/bpmnxpdl_24.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
<br><br></html>
@jahan-paisley
Copy link
Author

First it tries to download the bpmnxpdl_31.xsd from www.wfmc.org/standards/docs/bpmnxpdl_31.xsd while the jxpdl-1.3-1.jar contains the file in it's resources beside that there is no such resource available on wfmc website.

If I put the xsd file in class path and change the XMLUtil.class and XPDLRepositoryHandler.class files of jxpdl-1.3-1.jar and the xpdl file itself to point to new path, I'll get the above error message.

@jahan-paisley
Copy link
Author

Another issue is that upon login on the index page I'll get an error message:
Failure:
Class RequestForChange non found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment