WO2022169010A1 - Système et procédé de conversion de structure de document pour migration arxml - Google Patents

Système et procédé de conversion de structure de document pour migration arxml Download PDF

Info

Publication number
WO2022169010A1
WO2022169010A1 PCT/KR2021/001625 KR2021001625W WO2022169010A1 WO 2022169010 A1 WO2022169010 A1 WO 2022169010A1 KR 2021001625 W KR2021001625 W KR 2021001625W WO 2022169010 A1 WO2022169010 A1 WO 2022169010A1
Authority
WO
WIPO (PCT)
Prior art keywords
xml
document
attribute
original document
xml element
Prior art date
Application number
PCT/KR2021/001625
Other languages
English (en)
Korean (ko)
Inventor
서용진
Original Assignee
주식회사 알티스트
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 알티스트 filed Critical 주식회사 알티스트
Publication of WO2022169010A1 publication Critical patent/WO2022169010A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring

Definitions

  • the present invention relates to a document structure conversion system and method for ARXML migration.
  • the present invention is a research result of "Development of high-reliability and adaptive battlefield SW platform technology for intelligent vehicle service” carried out with the support of the SW computing industry source technology development (R&D) project of the Information and Communication Planning and Evaluation Institute with the resources of the Ministry of Science and ICT. Ida (task identification number: 1711102833).
  • R&D SW computing industry source technology development
  • AUTOSAR aims to standardize the SW architecture and development methodologies mounted on ECUs, largely for the automotive SW architecture and application interfaces, methodology for developing electronic equipment software using them, and for software safety. Standardization is in progress by dividing it into conformance test fields.
  • ARXML Autosar standard format based on XML (eXtensible Markup Language).
  • ARXML has a schema of about 140,000 lines and a vast document form that contains design information from various perspectives, it is difficult to track changes. Very difficult problems also arise.
  • the embodiment of the present invention converts the structure of an original document, which is a document created by the existing version of ARXML, to the same as that of a reference document, which is a document created by the newly updated version of ARXML, when the version of ARXML is updated.
  • a document structure conversion system (10) that analyzes the structure of the document to reduce the waste of time and money required to manually change it to match the structure of the reference document, or to rewrite an existing document to fit the structure of the newly updated version of ARXML. ) and to provide a document structure conversion system (10).
  • a document structure transformation method includes: (a) analyzing, by a structure analysis unit, the structure of a reference document and an original document having an ARXML structure created through XML schema; (b) a document structure comparison step of comparing, by a structure comparison unit, a difference in structure between the reference document and the original document; and (c) converting the structure of the original document into the structure of the reference document based on the comparison result by the structure conversion unit.
  • the step (a) includes: (a-1) mapping each XML element included in the ARXML structure to each node; (a-2) mapping the XML attribute of each XML element included in the ARXML structure to the attribute of each node; and (a-3) analyzing the structure by implementing a graph database for each of the reference document and the original document based on the node and the properties of the node.
  • the step (b) includes: (b-1) comparing, by a first comparison unit, a graph database for each of the reference document and the original document, and adding the XML element, deleting the XML element, and the XML attribute determining whether there is an addition, deletion of the XML attribute, or a change of the XML attribute; (b-2) comparing, by a second comparison unit, a graph database for each of the reference document and the original document, and determining whether there is a movement of the position of the XML element or movement of the XML attribute; and (b-3) providing, by the review unit, the determination result in steps (b-1) and (b-2) and a user interface in which a pop-up menu for correcting the determination result is displayed.
  • the step (b-1) includes: (b-1-1) determining that the XML element is added when an XML element having the same XML attribute is included in the structure of the reference document instead of being included in the structure of the original document ; (b-1-2) determining that the XML element is deleted when an XML element having the same XML attribute is included in the structure of the original document but not in the structure of the reference document; (b-1-3) determining that the XML attribute is added when an XML attribute having the same data type and multiplicity for a specific XML element is not included in the structure of the original document but is included in the structure of the reference document; (b-1-4) determining that the XML attribute is deleted when an XML attribute having the same data type and multiplicity for a specific XML element is included in the structure of the original document and not included in the structure of the reference document; and (b-1-5) determining that the XML attribute is changed when the data type or multiplicity of the specific XML attribute of the specific
  • the step (b-2) includes: (b-2-1) determining that the position of the XML element is moved when the XML element is deleted from the structure of the original document and added from the structure of the reference document ; and (b-2-2) determining that the position of the XML attribute is moved when the XML attribute is deleted from the structure of the original document and added from the structure of the reference document.
  • the step (b-3) includes: (b-3-1) providing a user interface displaying the structure of the added reference document when it is determined that the XML element is added or the XML attribute is added; (b-3-2) providing a user interface displaying the structure of the deleted original document when it is determined that the XML element is deleted or the XML attribute is deleted; (b-3-3) providing a user interface in which the XML attribute in the original document before the change and the XML attribute in the reference document after the change are displayed when it is determined that the XML attribute is changed; (b-3-4) When it is determined that there is a movement of the position of the XML element or movement of the XML attribute, a user interface in which the structure of the original document before the movement and the structure of the reference document after the movement are displayed providing; and (b-3-5) when it is determined that there is a deletion of an XML element in the original document and an addition of an XML element in the reference document, it is corrected by moving the position of the XML
  • the method may further include providing a user interface in which a pop-up menu is displayed.
  • the step (c) includes: (c-1) converting the structure of the original document into the structure of the reference document based on the comparison result; and (c-2) when it is determined that the XML element or XML attribute included in the structure of the original document is deleted or moved, the XML element or XML attribute is deleted from the structure of the original document, but the deleted XML element or XML
  • the information included in the attribute may further include the step of separately storing the information in a separate database.
  • a document structure conversion system includes: a structure analyzer configured to analyze the structure of a reference document and an original document having an ARXML structure created through XML schema; a structure comparison unit configured to compare a difference in structure between the reference document and the original document; and a structure conversion unit configured to convert the structure of the original document into the structure of the reference document based on the comparison result in the structure comparison unit.
  • the structure analysis unit maps each XML element included in the ARXML structure to each node; mapping an XML attribute of each XML element included in the ARXML structure to an attribute of each node; It may be configured to analyze the structure by implementing a graph database for each of the reference document and the original document based on the node and the properties of the node.
  • the structure comparison unit compares graph databases for each of the reference document and the original document, and adds the XML element, deletes the XML element, adds the XML attribute, deletes the XML attribute, or changes the XML attribute.
  • a first comparison unit configured to determine whether there is a second comparison unit, configured to compare a graph database for each of the reference document and the original document to determine whether there is a positional movement of the XML element or a movement of the XML attribute; and a review unit configured to provide a user interface in which a result of determination by the first comparison unit and the second comparison unit and a pop-up menu for modifying the determination result are displayed.
  • the first comparison unit is configured to: determine that the XML element is added when an XML element having the same XML attribute is included in the structure of the reference document rather than included in the structure of the original document; when an XML element having the same XML attribute is included in the structure of the original document and not included in the structure of the reference document, it is determined that the XML element is deleted; When an XML attribute having the same data type and multiplicity of a specific XML element is not included in the structure of the original document but is included in the structure of the reference document, it is determined that the XML attribute is added; For a specific XML element, when an XML attribute having the same data type and multiplicity is included in the structure of the original document and not included in the structure of the reference document, it is determined that the XML attribute is deleted; When a data type or multiplicity of a specific XML attribute for a specific XML element is different from each other, it may be configured to determine that the XML attribute has been changed.
  • the second comparison unit is configured to: determine that there is a positional movement of the XML element when the XML element is deleted from the structure of the original document and added from the structure of the reference document; When the XML attribute is deleted from the structure of the original document and added from the structure of the reference document, it may be determined that the position of the XML attribute is moved.
  • the review unit is configured to: if it is determined that there is the addition of the XML element or the addition of the XML attribute, provides a user interface in which the structure of the added reference document is displayed; when it is determined that there is deletion of the XML element or deletion of the XML attribute, providing a user interface displaying the structure of the deleted original document; if it is determined that there is a change in the XML attribute, providing a user interface in which the XML attribute in the original document before the change and the XML attribute in the reference document after the change are displayed; when it is determined that there is a movement of the position of the XML element or movement of the XML attribute, providing a user interface in which the structure of the original document before the movement and the structure of the reference document after the movement are displayed; When it is determined that there is a deletion of an XML element in the original document and an addition of an XML element in the reference document, it is corrected by moving the position of the XML element, or by deleting an XML
  • a user interface displaying a pop-up menu that can be modified by adding an XML attribute or by adding an XML attribute in the reference document when it is determined that there is a movement of the XML attribute in the original document.
  • the structure conversion unit converts the structure of the original document into the structure of the reference document based on the comparison result; When it is determined that the XML element or XML attribute included in the structure of the original document has been deleted or moved, the XML element or XML attribute is deleted from the structure of the original document, but the information included in the deleted XML element or XML attribute is It can be configured to be kept separately in a separate database.
  • the document structure conversion system 10 and the document structure conversion method S10 convert the structure of the original document, which is a document created by the existing version of ARXML, to the newly updated version of ARXML.
  • the structure of the reference document which is a document created by It can reduce the waste of time and money.
  • FIG. 1 is a flowchart illustrating a document structure conversion method (S10) according to an embodiment of the present invention.
  • FIG. 2 is a diagram illustrating a document structure conversion system 10 according to an embodiment of the present invention.
  • FIG. 3 is a flowchart illustrating a state in which the document structure conversion method ( S10 ) is performed by the document structure conversion system 10 .
  • FIG. 4 is a diagram illustrating a graph database of an original document.
  • FIG. 5 is a diagram illustrating a graph database of an XML element added transformation document.
  • FIG. 6 is a diagram illustrating a graph database of a converted document in which an XML element is deleted.
  • FIG. 7 is a diagram illustrating a graph database of a converted document to which an XML attribute is added.
  • FIG. 8 is a diagram illustrating a graph database of a converted document in which the XML attribute is deleted.
  • FIG. 9 is a diagram illustrating a graph database of a converted document in which the XML attribute is changed.
  • FIG. 10 is a diagram illustrating a graph database of a converted document in which the position of an XML element is moved.
  • FIG. 11 is a diagram illustrating a graph database of a converted document in which the position of the XML attribute has been moved.
  • FIG. 12 is a diagram illustrating a user interface provided by review unit 230 .
  • FIG. 1 is a flowchart illustrating a document structure conversion method S10 according to an embodiment of the present invention
  • FIG. 2 is a diagram illustrating a document structure conversion system 10 according to an embodiment of the present invention
  • FIG. 3 is a document It is a flowchart showing a state that the document structure conversion method (S10) is performed by the structure conversion system (10).
  • the document structure conversion method ( S10 ) is performed through steps S100 to S300 .
  • the document structure conversion method (S10) is performed by the structure analysis unit 100, and a document structure analysis step (S100) of analyzing the structure of a reference document and an original document having an ARXML structure created through XML schema; It is performed by the structure comparison unit 200 and is performed by the document structure comparison step (S200) and the structure conversion unit 300 for comparing the structural difference between the reference document and the original document, and based on the comparison result in step S200, the original and a document structure conversion step (S300) of converting the structure of the document into the structure of the reference document.
  • the structure analysis unit 100 is configured to analyze the structure of a reference document and an original document written through XML schema and having an ARXML structure, and the structure comparison unit 200 compares a difference in structure between the reference document and the original document.
  • the structure conversion unit 300 is configured to convert the structure of the original document into the structure of the reference document based on the comparison result in the structure comparison unit 200 .
  • the original document refers to a document written by ARXML before the version is updated
  • the reference document refers to a document written by ARXML after the version is updated.
  • the document structure conversion system 10 and the document structure conversion method S10 of the present invention refer to a system and method for changing an ARXML structure of an original document into an ARXML structure of a reference document.
  • an original document and a reference document are input to the structure analysis unit 100 .
  • the structure analysis unit 100 analyzes the structure of the reference document and the original document having the ARXML structure by being created through the XML schema, and implemented by the graph database of the reference document implemented by the structure of the reference document and the structure of the original document Outputs the graph database of the original document.
  • the graph database of the reference document and the graph database of the original document output by the structure analysis unit 100 are input to the structure comparison unit 200 .
  • the structure comparison unit 200 compares the graph database of the reference document with the graph database of the original document, determines whether there is a difference in structure between the two documents, and outputs the determination result.
  • the determination result on the difference in the structure output by the structure comparison unit 200 is input to the structure conversion unit 300 .
  • the structure conversion unit 300 converts the structure of the original document into the structure of the reference document based on the determined difference in structure, and as a result, the structure of the document is converted to be the same as the structure of the reference document (hereinafter referred to as conversion) document) is printed.
  • An XML document having an ARXML structure includes one or more XML elements, and a hierarchical relationship exists between each XML element.
  • Each XML element contains an XML element identifier indicating the name of the XML element and one or more XML attributes.
  • the XML attribute may include an XML attribute identifier indicating the name of the corresponding XML attribute, a data type indicating the range of attribute values that the corresponding XML attribute can have, and a multiplicity indicating the number of corresponding XML attribute values. Indicates the characteristics of the corresponding XML element.
  • Step S100 performed by the structure analysis unit 100 may include steps S110 to S130.
  • Step S110 refers to a step of mapping each XML element included in the ARXML structure to each node.
  • Step S120 refers to a step of mapping the XML attribute of each XML element included in the ARXML structure to the attribute of each node.
  • step S130 refers to a step of analyzing the structure by implementing a graph database for each of the reference document and the original document based on the node and the properties of the node.
  • Steps S110 to S130 may be performed by the structure analysis unit 100 .
  • the structure analysis unit 100 maps each XML element included in the ARXML structure to each node, and then XML attributes can be mapped to attributes of each node.
  • ARXML The structure of ARXML consists of XML elements and XML attributes in text form according to XML schema. Since information composed in text form can be compared through the arrangement and position of the characters constituting the information, even if they have the same character arrangement, they can be identified as different XML elements if they exist in different positions.
  • the ARXML structure needs to be converted into an appropriate form so that it can be compared based on the XML element identifier and the XML attribute identifier.
  • the graph database may be composed of nodes and edges. Each node is composed of a name and an attribute.
  • the node is mapped to an XML element in the ARXML structure, and the attribute of the node can be mapped to an XML attribute.
  • an XML element may be mapped to a node in the graph database, and an XML attribute for each XML element may be mapped to an attribute for a corresponding node in the graph database.
  • the structure analyzer 100 maps each XML element included in the ARXML structure to each node of the graph database, and maps the XML attribute of each XML element included in the ARXML structure to the attribute of each node.
  • the structure of each document can be analyzed by implementing a graph database for each of the reference document and the original document.
  • the structure comparison unit 200 may include a first comparison unit 210 , a second comparison unit 220 , and a review unit 230 .
  • Step S200 performed by the structure comparison unit 200 may include steps S210 to S230.
  • Step S210 is performed by the first comparison unit 210 and compares the graph database for each of the reference document and the original document, to add an XML element, delete an XML element, add an XML attribute, delete an XML attribute, or an XML attribute refers to a step of determining whether there is a change in
  • step S220 is performed by the second comparison unit 220 and compares the graph database for each of the reference document and the original document to move the position of the XML element or the position of the XML attribute
  • step S230 is performed by the review unit 230 and provides a user interface in which the determination result in steps S210 and S220 and a pop-up menu for correcting the determination result are displayed steps to say
  • the user interface may be provided as shown in FIG. 12 to be described later.
  • the first comparison unit 210 compares the graph database for each of the reference document and the original document, so that addition of an XML element, deletion of an XML element, addition of an XML attribute, deletion of an XML attribute, or change of an XML attribute is determined.
  • the second comparison unit 220 is configured to compare the graph database for each of the reference document and the original document to determine whether there is a displacement of an XML element or a displacement of an XML attribute.
  • the review unit 230 may be configured to provide a user interface in which a result of the determination by the first comparison unit 210 and the second comparison unit 220 and a pop-up menu for modifying the determination result are displayed. .
  • Step S210 performed by the first comparison unit 210 may include steps S211 to S215 .
  • Step S211 refers to a step of determining that the XML element is added when an XML element having the same XML attribute is included in the structure of the reference document rather than included in the structure of the original document.
  • step S212 when an XML element having the same XML attribute is included in the structure of the original document and not included in the structure of the reference document, it is determined that the XML element is deleted.
  • Step S213 refers to a step of determining that the XML attribute is added when an XML attribute having the same data type and multiplicity for a specific XML element is not included in the structure of the original document but is included in the structure of the reference document.
  • Step S214 refers to a step of determining that the XML attribute is deleted when, for a specific XML element, an XML attribute having the same data type and multiplicity is included in the structure of the original document but not in the structure of the reference document.
  • step S215 refers to a step of determining that the XML attribute is changed when the data type or multiplicity of a specific XML attribute for a specific XML element is different from each other.
  • the first comparison unit 210 determines that the XML element is added, and determines that the XML element has the same XML attribute is included in the structure of the original document but not in the structure of the reference document, it is determined that the XML element has been deleted, and the XML attribute with the same data type and multiplicity for a specific XML element is not included in the structure of the original document.
  • the XML attribute has been added, and the XML attribute having the same data type and multiplicity for a specific XML element is included in the structure of the original document and not included in the structure of the reference document. In this case, it may be determined that the XML attribute has been deleted, and if the data type or multiplicity of a specific XML attribute for a specific XML element is different from each other, it may be determined that the XML attribute has been changed.
  • FIG. 4 is a diagram illustrating a graph database of an original document
  • FIG. 5 is a diagram illustrating a graph database of a converted document to which an XML element is added
  • FIG. 6 is a diagram illustrating a graph database of a converted document in which an XML element is deleted.
  • the addition of an XML element means that an XML element that did not exist in the structure of the original document exists in the structure of the reference document.
  • deletion of the XML element means that the XML element existing in the structure of the original document does not exist in the structure of the reference document.
  • XML elements are basically identified through XML element identifiers
  • addition and deletion of XML elements can be identified by comparing both the structure of the original document and the XML element identifier of the structure of the reference document.
  • FIG. 7 is a diagram illustrating a graph database of a converted document in which an XML attribute is added
  • FIG. 8 is a diagram illustrating a graph database of a converted document in which an XML attribute is deleted.
  • an XML attribute means that an XML attribute that does not exist in the structure of an original document exists in the structure of a reference document with respect to a specific XML element.
  • deletion of the XML attribute means that for a specific XML element, the XML attribute that existed in the structure of the original document does not exist in the structure of the reference document.
  • XML attributes are identified through XML attribute identifiers, so addition and deletion of XML attributes can be identified by comparing all XML attribute identifiers for all XML elements in the structure of the original document and the structure of the reference document.
  • FIG. 9 is a diagram illustrating a graph database of a converted document in which the XML attribute is changed.
  • the change of XML attribute means a case in which specific XML attributes having the same XML attribute identifier have different configurations.
  • step S210 performed by the first comparison unit 210 may be performed by comparing the structure of the original document with the structure of the basic document and determining the difference.
  • Step S220 performed by the second comparison unit 220 may include steps S221 and S222.
  • Step S221 refers to a step of determining that the position of the XML element is moved when the XML element is deleted from the structure of the original document and added from the structure of the reference document.
  • step S222 when the XML attribute is deleted from the structure of the original document and added from the structure of the reference document, it is determined that the position of the XML attribute is moved.
  • the second comparison unit 220 determines that the position of the XML element has moved, and the XML attribute is deleted from the structure of the original document. and added in the structure of the reference document, it may be configured to determine that there is a positional movement of the XML attribute.
  • FIG. 10 is a diagram illustrating a graph database of a converted document in which the position of an XML element is moved.
  • the movement of the position of an XML element means that a specific XML element exists in both the structure of the original document and the structure of the reference document, but the positions are different. means it has been changed.
  • relationship information between XML elements is expressed as XML attributes, so this can be identified through differences in XML attributes.
  • FIG. 11 is a diagram illustrating a graph database of a converted document in which the position of the XML attribute has been moved.
  • the movement of the XML attribute is a case in which specific XML attributes having the same XML attribute identifier, data type, and multiplicity exist in different XML elements in the structure of the original document and the structure of the reference document. it means.
  • the difference between the structure of the original document and the structure of the reference document is analyzed through comparison between XML elements having the same XML element identifier.
  • step S220 since the deleted information is added to another location in step S220 performed by the second comparison unit 220, an XML element or XML attribute having the same configuration is deleted from the structure of the original document, It can be performed by determining whether to be added in the structure of the reference document.
  • the review unit 230 may provide a user interface to the user so that the determination result can be corrected.
  • FIG. 12 is a diagram illustrating a user interface provided by review unit 230 .
  • step S230 performed by the review unit 230 may include steps S231 to S235 .
  • Step S231 refers to a step of providing a user interface in which the structure of the added reference document is displayed when it is determined that there is an addition of an XML element or an addition of an XML attribute.
  • Step S232 refers to a step of providing a user interface in which the structure of the deleted original document is displayed when it is determined that there is deletion of the XML element or deletion of the XML attribute.
  • step S233 when it is determined that there is a change in the XML attribute, a user interface in which the XML attribute in the original document before the change and the XML attribute in the reference document after the change are displayed is provided.
  • Step S234 refers to a step of providing a user interface in which the structure of the original document before the position movement and the structure of the reference document after the position movement are displayed when it is determined that there is a movement of the position of the XML element or movement of the XML attribute. .
  • step S235 if it is determined that there is a deletion of an XML element in the original document and an addition of an XML element in the reference document, it is corrected by moving the position of the XML element, or deletion of an XML attribute in the original document and the addition of an XML element in the reference document. If it is determined that there is an XML attribute addition in the , it is corrected by moving the position of the XML attribute. Refers to the step of providing a user interface displaying a pop-up menu for further modification or, when it is determined that there is a movement of the XML attribute, the deletion of the XML attribute from the original document and the addition of the XML attribute from the reference document. .
  • the review unit 230 provides a user interface in which the structure of the added reference document is displayed, and it is determined that there is the deletion of the XML element or the deletion of the XML attribute.
  • a user interface is provided in which the structure of the deleted original document is displayed, and when it is determined that there is a change in the XML attribute, the user interface in which the XML attribute in the original document before the change and the XML attribute in the reference document after the change are displayed and, when it is determined that there is a movement of an XML element or a movement of an XML attribute, a user interface is provided in which the structure of the original document before the movement and the structure of the reference document after the movement are displayed.
  • it is modified by moving the position of the XML attribute, or if it is determined that there is a movement of the XML element, it is modified by deleting the XML element from the original document and adding an XML element from the base document, or , when it is determined that there is a positional movement of the XML attribute, it may be configured to provide a user interface in which a pop-up menu is displayed in which the deletion of the XML attribute in the original document and addition of the XML attribute in the reference document can be modified.
  • the user interface may be shown as shown in FIG. 12 .
  • Step S300 performed by the structure conversion unit 300 may include steps S310 and S320.
  • Step S310 refers to a step of converting the structure of the original document into the structure of the reference document based on the comparison result in step S200.
  • step S320 when it is determined that the XML element or XML attribute included in the structure of the original document has been deleted or moved, the XML element or XML attribute is deleted from the structure of the original document, but information included in the deleted XML element or XML attribute refers to the step of storing separately in a separate database.
  • the structure conversion unit 300 converts the structure of the original document into the structure of the reference document based on the comparison result in the structure comparison unit 200 to output the converted document, and an XML element included in the structure of the original document or
  • the XML element or XML attribute may be deleted from the structure of the original document, but information included in the deleted XML element or XML attribute may be separately stored in a separate database.
  • step S300 refers to a step of converting the structure of the original document to be the same as that of the reference document based on the comparison result in step S200.
  • step S300 a specific XML element or a specific XML attribute may be deleted or added after deletion. Since step S300 converts the structure of the original document to be the same as that of the reference document, it is not possible to add new information that does not exist. Therefore, it will be obvious that only additional work is not performed separately.
  • the delete operation is performed targeting the deletion of XML elements and the deletion of XML attributes. This can be done by literally deleting the relevant information. However, since all of the previously created information is created out of necessity, it is desirable to keep it as it is even if it does not exist in the target structure. Therefore, all information deleted through step S300 may be separately stored in a separate database.
  • the operation to be added after deletion is performed by moving the position of the XML element, moving the position of the XML attribute, and changing the XML attribute.
  • the deletion operation proceeds in the same manner as described above. After deletion, the information is equally added to the structure of the reference document, but since this also accompanies the deletion process, all deleted information may be separately stored in a separate database.
  • the document structure conversion method S10 performed by the document structure conversion system 10 and the document structure conversion system 10 according to an embodiment of the present invention is a document created by the existing version of ARXML when the version of ARXML is updated.
  • the structure of the original document, which is a document created by the newly updated version of ARXML, can be converted to be the same as that of the reference document.
  • the present invention may further include a computer-readable recording medium in which a program for executing the above-described document structure conversion method ( S10 ) is recorded.

Abstract

La présente invention concerne un procédé de conversion de la structure d'un document comportant, selon un mode de réalisation: (a) une étape d'analyse de structure de document consistant à analyser, au moyen d'une unité d'analyse de structure, les structures d'un document d'origine et d'un document de référence doté d'une structure ARXML créée par l'intermédiaire d'un schéma XML; (b) une étape de comparaison de structure de documents consistant à comparer, au moyen d'une unité de comparaison de structure, une différence de structure entre le document de référence et le document d'origine; et (c) une étape de conversion de structure de document consistant à convertir, au moyen d'une unité de conversion de structure, la structure du document d'origine en la structure du document de référence sur la base du résultat de comparaison.
PCT/KR2021/001625 2021-02-05 2021-02-08 Système et procédé de conversion de structure de document pour migration arxml WO2022169010A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020210016714A KR20220113030A (ko) 2021-02-05 2021-02-05 Arxml 마이그레이션을 위한 문서 구조 변환 시스템 및 방법
KR10-2021-0016714 2021-02-05

Publications (1)

Publication Number Publication Date
WO2022169010A1 true WO2022169010A1 (fr) 2022-08-11

Family

ID=82742180

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2021/001625 WO2022169010A1 (fr) 2021-02-05 2021-02-08 Système et procédé de conversion de structure de document pour migration arxml

Country Status (2)

Country Link
KR (1) KR20220113030A (fr)
WO (1) WO2022169010A1 (fr)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100653189B1 (ko) * 2005-12-06 2006-12-04 한국전자통신연구원 엑스엠엘 문서 변환 장치 및 그 방법
KR20070013770A (ko) * 2005-07-27 2007-01-31 주식회사 유텍 구조화 문서의 동기화를 이용한 문서변환 시스템 및문서변환 방법
KR20070062800A (ko) * 2005-12-13 2007-06-18 한국과학기술정보연구원 규칙기반의 전자문서 변환방법 및 그 시스템
US20090132906A1 (en) * 2004-10-27 2009-05-21 Justsystems Corporation Document processing device and document processing method
KR101487192B1 (ko) * 2013-08-19 2015-01-29 인포뱅크 주식회사 서버 장치 및 그의 오토사 관련 서비스 제공 방법
JP2018036972A (ja) * 2016-09-01 2018-03-08 ポップコーンサー コー リミテッド ファイルフォーマット変換装置及びその変換方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090132906A1 (en) * 2004-10-27 2009-05-21 Justsystems Corporation Document processing device and document processing method
KR20070013770A (ko) * 2005-07-27 2007-01-31 주식회사 유텍 구조화 문서의 동기화를 이용한 문서변환 시스템 및문서변환 방법
KR100653189B1 (ko) * 2005-12-06 2006-12-04 한국전자통신연구원 엑스엠엘 문서 변환 장치 및 그 방법
KR20070062800A (ko) * 2005-12-13 2007-06-18 한국과학기술정보연구원 규칙기반의 전자문서 변환방법 및 그 시스템
KR101487192B1 (ko) * 2013-08-19 2015-01-29 인포뱅크 주식회사 서버 장치 및 그의 오토사 관련 서비스 제공 방법
JP2018036972A (ja) * 2016-09-01 2018-03-08 ポップコーンサー コー リミテッド ファイルフォーマット変換装置及びその変換方法

Also Published As

Publication number Publication date
KR20220113030A (ko) 2022-08-12

Similar Documents

Publication Publication Date Title
US8140588B2 (en) Decentralized many-to-many relationship management in an object persistence management system
WO2010123168A1 (fr) Procédé et système de gestion de base de données
JP2000148461A (ja) ソフトウェアモデル及び既存のソ―スコ―ドを同期化させる方法及びその装置
WO2015137641A2 (fr) Système de gestion de règles commerciales ayant une structure de règles hiérarchique et procédé de représentation associé
WO2021141419A1 (fr) Procédé et appareil pour générer un contenu personnalisé en fonction de l'intention de l'utilisateur
WO2010137814A2 (fr) Procédé de fourniture d'une carte de brevets par point de vue et système associé
US8756205B2 (en) System and method for rule-based data object matching
WO2020233089A1 (fr) Procédé et appareil de création de jeu de test, terminal et support de stockage lisible par ordinateur
US7325240B2 (en) Method for generating calling convention transformation process
WO2022169010A1 (fr) Système et procédé de conversion de structure de document pour migration arxml
WO2022050551A1 (fr) Système de fourniture de services juridiques et procédé associé
WO2022260254A1 (fr) Procédé de détection de code android malveillant sur dispositif basé sur un modèle adaptatif par apprentissage par transfert et support d'enregistrement et appareil pour sa mise en œuvre
WO2018105804A1 (fr) Système diy iot fondé sur bpm et son procédé de mise en œuvre
US20070156746A1 (en) Information management system and method
WO2018151384A1 (fr) Procédé de modélisation de données de communication
WO2023003073A1 (fr) Procédé et dispositif d'établissement d'un système de gestion d'informations d'installation intégrée sur la base d'un système d'application automatique de jumeau numérique pour une gestion d'installation durable
US20020099754A1 (en) Data synchronizing device
WO2018080009A1 (fr) Appareil électronique d'enregistrement d'informations de débogage et procédé de commande associé
WO2016108677A1 (fr) Appareil et procédé de sortie de contenu vidéo
WO2022169007A1 (fr) Système de gestion d'interface utilisateur pour outil de configuration d'architecture de système ouvert automobile et procédé associé
WO2024019224A1 (fr) Procédé permettant de traiter des données structurées et des données non structurées dans une base de données, et plate-forme de traitement de données pour fournir un procédé
JPH1173328A (ja) コーディング規約チェックシステム
WO2024019225A1 (fr) Procédé de traitement de données structurées et de données non structurées dans une pluralité de bases de données différentes, et plateforme de traitement de données fournissant ledit procédé
WO2022211163A1 (fr) Procédé de publication d'une page web combinée comprenant au moins une phrase d'identification spécifique extraite de données d'entrée spécifiques d'un utilisateur et au moins un localisateur qui peut accéder à au moins une donnée de résultat de connexion correspondant à ladite ou auxdites phrases d'identification spécifiques et un serveur de publication de page web combinée l'utilisant
WO2022149674A1 (fr) Appareil électronique et son procédé de commande

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21924911

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21924911

Country of ref document: EP

Kind code of ref document: A1