Skip to content

Commit

Permalink
swap order of includes of slot modules
Browse files Browse the repository at this point in the history
convention is dependent first, independent second

Signed-off-by: greenTara <taraathan@gmail.com>
  • Loading branch information
greenTara committed Jul 17, 2018
1 parent 84f9453 commit 7cbb955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions relaxng/datalogPSOA_normal.rnc
Expand Up @@ -150,14 +150,14 @@ include "modules/material_default_expansion_module.rnc" inherit = ruleml {start
#
include "modules/oid_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
#
# SLOTS INCLUDED
#
include "modules/slot_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
#
# DEPENDENT SLOTS INCLUDED
#
include "modules/slotdep_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
#
# SLOTS INCLUDED
#
include "modules/slot_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
#
# SLOT CARDINALITY INCLUDED
#
include "modules/card_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
Expand Down

1 comment on commit 7cbb955

@greenTara
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.