-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
516 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,41 +18,41 @@ jobs: | |
- uses: korelstar/xmllint-problem-matcher@v1 | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "./examples/Chapter 11 Example 1 Originations/Chapter 11 Example.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-file: "./examples/Chapter 12 Example 1 Originations/Chapter 12 Example.dmn" | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "./examples/Chapter 11 Example 1 Originations/Financial.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-file: "./examples/Chapter 12 Example 1 Originations/Financial.dmn" | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Chapter 11 Example 2 Ranked Loan Products/Recommended Loan Products.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-file: "examples/Chapter 12 Example 2 Ranked Loan Products/Recommended Loan Products.dmn" | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Chapter 11 Example 2 Ranked Loan Products/Loan info.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-file: "examples/Chapter 12 Example 2 Ranked Loan Products/Loan info.dmn" | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-service.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-decision-with-listed-input-data.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-dish-example.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() | ||
- uses: ChristophWurst/[email protected] | ||
with: | ||
xml-file: "examples/Diagram Interchange/diagram-interchange-shape-with-label-text.dmn" | ||
xml-schema-file: ./xsd/DMN15.xsd | ||
xml-schema-file: ./xsd/DMN16.xsd | ||
if: always() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"xml.catalogs": [ | ||
"xsd/catalog.xml" | ||
], | ||
"xml.filePathSupport.mappings": [ | ||
// see: https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/XMLFilePathSupport.md | ||
{ | ||
"pattern": "**/*.dmn", | ||
"expressions": [ | ||
{ | ||
"xpath": "import/@locationURI" | ||
} | ||
] | ||
} | ||
], | ||
"xml.references": [ | ||
// see: https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/XMLReferencesFeatures.md | ||
{ | ||
"pattern": "**/*.dmn", | ||
"expressions": [ | ||
{ | ||
"from": "itemComponent/typeRef/text()", | ||
"to": "itemDefinition/@name" | ||
}, | ||
{ | ||
"from": "@dmnElementRef", | ||
"to": "@id" | ||
}, | ||
{ | ||
"from": "@href", | ||
"prefix": "#", | ||
"to": "@id" | ||
}, | ||
{ | ||
"from": "DMNEdge/@sourceElement", | ||
"to": "DMNShape/@id" | ||
}, | ||
{ | ||
"from": "DMNEdge/@targetElement", | ||
"to": "DMNShape/@id" | ||
} | ||
] | ||
}, | ||
{ | ||
"pattern": "**/*.xmi", | ||
"expressions": [ | ||
{ | ||
"from": "@idref", | ||
"to": "@id" | ||
}, | ||
{ | ||
"from": "@type", | ||
"to": "@id" | ||
}, | ||
{ | ||
"from": "@element", | ||
"to": "@id" | ||
} | ||
] | ||
} | ||
] | ||
} |
42 changes: 21 additions & 21 deletions
42
...ple 1 Originations/Chapter 11 Example.dmn → ...ple 1 Originations/Chapter 12 Example.dmn
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/Diagram Interchange/diagram-interchange-dish-example.dmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.