Skip to content

Commit

Permalink
1977 use remote xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed May 3, 2016
1 parent fd0705e commit b5ea0eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<statemachine
xmlns="https://static.spryker.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="static.spryker.com oms-01.xsd"
>
xsi:schemaLocation="https://static.spryker.com https://static.spryker.com/oms-01.xsd">

<process name="SubProcessA">
<states>
<state name="state b"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<statemachine
xmlns="https://static.spryker.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="static.spryker.com oms-01.xsd"
>
xsi:schemaLocation="https://static.spryker.com https://static.spryker.com/oms-01.xsd">

<process name="ProcessA" main="true">
<subprocesses>
<process>SubProcessA</process>
Expand All @@ -12,11 +13,6 @@
<state name="state a" reserved="true"/>
</states>

<transition>
<source>state a</source>
<target>state b</target>
</transition>

</process>

<process name="SubProcessA" file="SubProcesses/sub-process-a.xml"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<statemachine
xmlns="https://static.spryker.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="static.spryker.com oms-01.xsd"
xsi:schemaLocation="https://static.spryker.com https://static.spryker.com/oms-01.xsd">
>
<process name="ProcessB" main="true">
<states>
Expand Down

0 comments on commit b5ea0eb

Please sign in to comment.