annotate skippable edge elements

    • Hide

      For example,

      ##
      hasAgentCollection.edge.choice |= hasAgentCollection.edge.def
      hasAgentCollection.edge.def =

        1. a collection of Agents.
          element hasAgents { hasAgentCollection.type.def }

          ==>

          The information about what edge elements are skippable can be propagated into the schema documentation by adding to the description in the RNC modules.

          ##
          hasAgentCollection.edge.choice |= hasAgentCollection.edge.def
          hasAgentCollection.edge.def =

          ## a collection of Agents. Skippable.
          element hasAgents { hasAgentCollection.type.def }

      These definitions are contained in the modules
      in LRML
      stripe_optional_module.rnc
      stripe_optional_ruleml_module.rnc

      In the RuleML modules, these definitions are not kept together in one module, but are distributed across many.

      Show
      For example, ## hasAgentCollection.edge.choice |= hasAgentCollection.edge.def hasAgentCollection.edge.def = a collection of Agents. element hasAgents { hasAgentCollection.type.def } ==> The information about what edge elements are skippable can be propagated into the schema documentation by adding to the description in the RNC modules. ## hasAgentCollection.edge.choice |= hasAgentCollection.edge.def hasAgentCollection.edge.def = ## a collection of Agents. Skippable. element hasAgents { hasAgentCollection.type.def } These definitions are contained in the modules in LRML stripe_optional_module.rnc stripe_optional_ruleml_module.rnc In the RuleML modules, these definitions are not kept together in one module, but are distributed across many.

      The information about what edge elements are skippable does not get propagated into the schema documentation, as that is based on the normalized serialization format.

            Assignee:
            Unassigned
            Reporter:
            Tara Athan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: