Issues for Mailing list of the PLM Services 2.1 Revision Task Force

To comment on any of these issues, send email to plm2-rtf@omg.org. (Please include the issue number in the Subject: header, thusly: [Issue ###].) To submit a new issue, send email to issues@omg.org.

List of issues (green=resolved, yellow=pending Board vote, red=unresolved)

List options: All ; Open Issues only; or Closed Issues only

Issue 11204: Associated_process_property_query Reference
Issue 15210: Class definition of Document_file is different between specification document and XSD
Issue 15576: XSD files lack default namespace

Issue 11204: Associated_process_property_query Reference (plm2-rtf)

Click here for this issue's archive.
Source: PROSTEP AG (Mr. Guido Adolphi, guido.adolphi(at)prostep.com)
Nature: Uncategorized Issue
Severity:
Summary:
PLM Services 2.0, mantis/07-03-01 Update, Chapter 9.7.23 and Figure 9.39 Cause The location step property_value_association_step is unable to select instances of Property_value_representation since inverse is implicitly set to false. Furthermore, location step property_value_representation_step is unable to select instances of Property_value since inverse is implicitly set to false. Finally, location step global_unit_step cannot select instances of type Unit since the named relationship global_unit is defined in Property_value_representation, but the result-set of the preceding location step does not contain any Property_value_representation at all. For consistency reasons the names of the mentioned location steps shall be adjusted. New Specification Text: The following is a literal description of the changes to be made in figure~9.39. The location steps property_value_association_step and property_value_representation_step must have the attribute inverse set to true in order to select instances of Property_value_representation and Property_value properly. Furthermore, the location step global_unit_step has to be the next step of location step property_value_association_step to select Unit instances by the named relationship Property_value_representation.global_unit. For consistency reasons location step property_value_association_step has to be renamed into inverse_property_value_representation_step (since the inverse location step selects instances of type Property_value_representation) and property_value_representation_step has to be renamed into inverse_property_value_step (since the inverse location step selects instances of type Property_value).

Resolution: Accepted as summarized.
Revised Text: New Figure 9.39.: see report
Actions taken:
July 27, 2007: received issue
June 9, 2009: closed issue

Issue 15210: Class definition of Document_file is different between specification document and XSD (plm2-rtf)

Click
here for this issue's archive.
Nature: Clarification
Severity: Critical
Summary:
In 8.4.1.7 Class Document_file, Document_file has a attribute named "description". 
However, in InformationalModel.xsd, Document_file does NOT have the attribete named "description". 
I downloaded the InformationalModel.xsd from http://www.omg.org/spec/PLM/2.0/schema/InformationalModel.xsd.

I'd like to know which of spec or XSD is valid for Class Document_file. And if the spec is valid, would you please correct the XSD ?

Resolution: The RTF agrees that the xsd file is in error. Update the xsd file at http://www.omg.org/spec/PLM/2.0/schema/InformationalModel.xsd. by inserting the missing element definition line into the definition of Document_file.
Revised Text: Into file http://www.omg.org/spec/PLM/2.0/schema/InformationalModel.xsd , Insert the line <xsd:element minOccurs='0' name='Description' type='Translatable_string'></xsd:element> as the third element into complexContent of Document_file. The complete definition of Document_file within this file should then read (the inserted line is highlighted): <xsd:complexType abstract='true' name='Document_file'> <xsd:annotation> <xsd:appinfo> <info:implementsInfo> <info:base name='Activity_element_select'></info:base> <info:base name='Assigned_document_select'></info:base> <info:base name='Classified_element_select'></info:base> <info:base name='Approval_element_select'></info:base> <info:base name='Item_property_select'></info:base> <info:base name='Effective_element_select'></info:base> <info:base name='General_organizational_data_select'></info:base> <info:base name='Security_element_select'></info:base> <info:base name='Identifiable'></info:base> </info:implementsInfo> </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base='core:PLM_root_object'> <xsd:sequence> <xsd:element name='File_id' type='xsd:string'></xsd:element> <xsd:element minOccurs='0' name='Version_id' type='xsd:string'></xsd:element> <xsd:element minOccurs='0' name='Description' type='Translatable_string'></xsd:element> <xsd:element minOccurs='0' name='Document_file_type' type='xsd:IDREF'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='Document_type_property'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element minOccurs='0' name='External_id_and_location' type='xsd:IDREFS'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='External_file_id_and_location'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element minOccurs='0' name='Size' type='xsd:IDREF'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='Document_size_property'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element minOccurs='0' name='File_format' type='xsd:IDREF'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='Document_format_property'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element minOccurs='0' name='Content' type='xsd:IDREF'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='Document_content_property'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element minOccurs='0' name='Creation' type='xsd:IDREF'> <xsd:annotation> <xsd:appinfo> <info:referencesInfo name='Document_creation_property'></info:referencesInfo> </xsd:appinfo> </xsd:annotation> </xsd:element> <xsd:element maxOccurs='unbounded' minOccurs='0' name='Document_file_relationship' type='Document_file_relationship'></xsd:element> <xsd:element maxOccurs='unbounded' minOccurs='0' name='Simple_property_association' type='Simple_property_association'></xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> Disposition: Resolved
Actions taken:
April 20, 2010: received issue
January 14, 2011: closed issue

Discussion:


Issue 15576: XSD files lack default namespace (plm2-rtf)

Click
here for this issue's archive.
Source: 88solutions (Mr. Manfred R. Koethe, koethe(at)88solutions.com)
Nature: Uncategorized Issue
Severity: Minor
Summary:
XSD files lack default namespace

Resolution: The RTF agrees that the xsd files require corrections of the namespace declarations to validate. The RTF takes this opportunity to convert the XSD files to the new namespace convention of the OMG. This requires corresponding changes in the WSDL files too.
Revised Text: In file ComputationalCore.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/core" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" elementFormDefault="qualified"> In file Exception.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/exception" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/exception" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/exception" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file GenericQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/generic" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/generic" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/generic" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file Information.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/information" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/information" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/information" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file InformationalCore.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/informational/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/informational/core" targetNamespace="http://www.omg.org/spec/PLM/20100901/informational/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" elementFormDefault="qualified"> In file InformationalModel.xsd Replace <xsd:schema attributeFormDefault='unqualified' elementFormDefault='qualified' targetNamespace='urn:omg.org/plm20/informational/model' version='1.0' xmlns='urn:omg.org/plm20/informational/model' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:info='urn:omg.org/plm20/schemaInfo' xmlns:core='urn:omg.org/plm20/informational/core'> <xsd:import namespace='urn:omg.org/plm20/informational/core' schemaLocation='InformationalCore.xsd'></xsd:import> <xsd:element name='PLM_container' type='PLM_container'></xsd:element> by <xsd:schema attributeFormDefault='unqualified' elementFormDefault='qualified' xmlns='http://www.omg.org/spec/PLM/20100901/informational/model' targetNamespace='http://www.omg.org/spec/PLM/20100901/informational/model' version='1.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:info='http://www.omg.org/spec/PLM/20100901/schemaInfo' xmlns:core='http://www.omg.org/spec/PLM/20100901/informational/core'> <xsd:import namespace='http://www.omg.org/spec/PLM/20100901/informational/core' schemaLocation='InformationalCore.xsd'></xsd:import> <xsd:element name='PLM_container' type='PLM_container'></xsd:element> In file MessageQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/message" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:computational="urn:omg.org/plm20/computational/core" xmlns:informational="urn:omg.org/plm20/informational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/message" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/message" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:computational="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:informational="http://www.omg.org/spec/PLM/20100901/informational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/informational/core"/> <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/informational/core" schemaLocation="InformationalCore.xsd"/> <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file Parameter.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/services/parameter" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:computational="urn:omg.org/plm20/computational/core" xmlns:informational="urn:omg.org/plm20/informational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/services/parameter" targetNamespace="http://www.omg.org/spec/PLM/20100901/services/parameter" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:computational="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:informational="http://www.omg.org/spec/PLM/20100901/informational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> <xsd:import namespace="urn:omg.org/plm20/informational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/informational/core" schemaLocation="InformationalCore.xsd"/> In file PdtnetQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/pdtnet" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/pdtnet" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/pdtnet" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file ProxyQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/proxy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:model="urn:omg.org/plm20/informational/model" xmlns:core="urn:omg.org/plm20/informational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/proxy" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/proxy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:model="http://www.omg.org/spec/PLM/20100901/informational/model" xmlns:core="http://www.omg.org/spec/PLM/20100901/informational/core" xmlns:utility="http://www.omg.org/spec/PLM/20100901/computational/query/utility" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/informational/model"/> <xsd:import namespace="urn:omg.org/plm20/informational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/informational/model" schemaLocation="InformationalModel.xsd"/> <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/informational/core" schemaLocation="InformationalCore.xsd"/> <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/utility" schemaLocation="UtilityQueries.xsd"/> In file SchemaInfo.xsd.xsd Replace <xs:schema targetNamespace="urn:omg.org/plm20/schemaInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> by <xs:schema xmlns="http://www.omg.org/spec/PLM/20100901/schemaInfo" targetNamespace="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> In file SpecificQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/specific" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/specific" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/specific" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:utility="http://www.omg.org/spec/PLM/20100901/computational/query/utility" elementFormDefault="qualified"> and replace <xsd:element name="Specific_query" type="Specific_query"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/utility" schemaLocation="UtilityQueries.xsd"/> <xsd:element name="Specific_query" type="Specific_query"/> In file UtilityQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/utility" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/utility" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/utility" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file XPathQueries.xsd Replace <xsd:schema targetNamespace="urn:omg.org/plm20/computational/query/xpath" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="urn:omg.org/plm20/schemaInfo" xmlns:core="urn:omg.org/plm20/computational/core" elementFormDefault="qualified"> by <xsd:schema xmlns="http://www.omg.org/spec/PLM/20100901/computational/query/xpath" targetNamespace="http://www.omg.org/spec/PLM/20100901/computational/query/xpath" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:info="http://www.omg.org/spec/PLM/20100901/schemaInfo" xmlns:core="http://www.omg.org/spec/PLM/20100901/computational/core" elementFormDefault="qualified"> and replace <xsd:import namespace="urn:omg.org/plm20/computational/core"/> by <xsd:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> In file ConnectionFactory.wsdl Replace <wsdl:definitions name="PLM_connection_factory" targetNamespace="urn:omg.org/plm20/services/factory" xmlns="urn:omg.org/plm20/services/factory" xmlns:parameter="urn:omg.org/plm20/services/parameter" xmlns:informational="urn:omg.org/plm20/informational/core" xmlns:computational="urn:omg.org/plm20/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> by <wsdl:definitions name="PLM_connection_factory" targetNamespace="http://www.omg.org/spec/PLM/20100901/services/factory" xmlns="http://www.omg.org/spec/PLM/20100901/services/factory" xmlns:parameter="http://www.omg.org/spec/PLM/20100901/services/parameter" xmlns:informational="http://www.omg.org/spec/PLM/20100901/informational/core" xmlns:computational="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> In file GeneralConnection.wsdl Replace <wsdl:definitions name="PLM_general_connection" targetNamespace="urn:omg.org/plm20/services/general" xmlns="urn:omg.org/plm20/services/general" xmlns:parameter="urn:omg.org/plm20/services/parameter" xmlns:informational="urn:omg.org/plm20/informational/core" xmlns:computational="urn:omg.org/plm20/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> by <wsdl:definitions name="PLM_general_connection" targetNamespace="http://www.omg.org/spec/PLM/20100901/services/general" xmlns="http://www.omg.org/spec/PLM/20100901/services/general" xmlns:parameter="http://www.omg.org/spec/PLM/20100901/services/parameter" xmlns:informational="http://www.omg.org/spec/PLM/20100901/informational/core" xmlns:computational="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> In file MessageConnection.wsdl Replace <wsdl:definitions name="PLM_message_connection" targetNamespace="urn:omg.org/plm20/services/message" xmlns="urn:omg.org/plm20/services/message" xmlns:parameter="urn:omg.org/plm20/services/parameter" xmlns:informational="urn:omg.org/plm20/informational/core" xmlns:computational="urn:omg.org/plm20/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> by <wsdl:definitions name="PLM_message_connection" targetNamespace="http://www.omg.org/spec/PLM/20100901/services/message" xmlns="http://www.omg.org/spec/PLM/20100901/services/message" xmlns:parameter="http://www.omg.org/spec/PLM/20100901/services/parameter" xmlns:informational="http://www.omg.org/spec/PLM/20100901/informational/core" xmlns:computational="http://www.omg.org/spec/PLM/20100901/computational/core" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> In file PLMServicesAll.wsdl Replace targetNamespace="urn:omg.org/plm20/services/all" xmlns="urn:omg.org/plm20/services/all" by targetNamespace="http://www.omg.org/spec/PLM/20100901/services/all" xmlns="http://www.omg.org/spec/PLM/20100901/services/all" and replace <wsdl:import namespace="urn:omg.org/plm20/services/factory" location="ConnectionFactory.wsdl"/> <wsdl:import namespace="urn:omg.org/plm20/services/general" location="GeneralConnection.wsdl"/> <wsdl:import namespace="urn:omg.org/plm20/services/message" location="MessageConnection.wsdl"/> by <wsdl:import namespace="http://www.omg.org/spec/PLM/20100901/services/factory" location="ConnectionFactory.wsdl"/> <wsdl:import namespace="http://www.omg.org/spec/PLM/20100901/services/general" location="GeneralConnection.wsdl"/> <wsdl:import namespace="http://www.omg.org/spec/PLM/20100901/services/message" location="MessageConnection.wsdl"/> and replace <xs:import namespace="urn:omg.org/plm20/computational/core" schemaLocation="ComputationalCore.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/exception" schemaLocation="Exception.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/generic" schemaLocation="GenericQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/information" schemaLocation="Information.xsd"/> <xs:import namespace="urn:omg.org/plm20/informational/core" schemaLocation="InformationalCore.xsd"/> <xs:import namespace="urn:omg.org/plm20/informational/model" schemaLocation="InformationalModel.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/message" schemaLocation="MessageQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/services/parameter" schemaLocation="Parameter.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/pdtnet" schemaLocation="PdtnetQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/proxy" schemaLocation="ProxyQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/schemaInfo" schemaLocation="SchemaInfo.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/specific" schemaLocation="SpecificQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/utility" schemaLocation="UtilityQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/xpath" schemaLocation="XPathQueries.xsd"/> by <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/core" schemaLocation="ComputationalCore.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/plm20/computational/exception" schemaLocation="Exception.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/generic" schemaLocation="GenericQueries.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/plm20/computational/information" schemaLocation="Information.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/plm20/informational/core" schemaLocation="InformationalCore.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/informational/model" schemaLocation="InformationalModel.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/message" schemaLocation="MessageQueries.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/services/parameter" schemaLocation="Parameter.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/pdtnet" schemaLocation="PdtnetQueries.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/proxy" schemaLocation="ProxyQueries.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/schemaInfo" schemaLocation="SchemaInfo.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/specific" schemaLocation="SpecificQueries.xsd"/> <xs:import namespace="urn:omg.org/plm20/computational/query/utility" schemaLocation="UtilityQueries.xsd"/> <xs:import namespace="http://www.omg.org/spec/PLM/20100901/computational/query/xpath" schemaLocation="XPathQueries.xsd"/>
Actions taken:
September 23, 2010: received issue
January 14, 2011: closed issue