Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows SchemaElement instance to use import namespace as targetNamesp… #1095

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2019

  1. Allows SchemaElement instance to use import namespace as targetNamesp…

    …ace when the attribute is not set.
    
    ### Allows SchemaElement instance to use import namespace as targetNamespace when the attribute is not set.
    
    Prevents the following error message when schema elements do not include targetNamespace attribute:
    
    > Target-Namespace "undefined" already in use by another Schema!
    Niche committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    b39c4fa View commit details
    Browse the repository at this point in the history
  2. Added test for undefined targetNamespaces

    Rubén Alberto Reyes committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    79daeb4 View commit details
    Browse the repository at this point in the history