Book a Demo

Author Topic: schema composer 12.1 - reference to other namespace?  (Read 9235 times)

broda

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
schema composer 12.1 - reference to other namespace?
« on: September 02, 2016, 01:14:39 am »
Hi!
nice forum  8)
I'm currently investigating using schema composer to generate XSD's.
I have to reference another namespace with type definitions, so they can be used as types in the XSD i'm generating.
So i want to be able to do something like this:

.....
<xsd:schema ..... xmlns:abc="http://myschemas.com/MyTypes-v0430" ........
.....
<xsd:import namespace="http://myschemas.com/MyTypes-v0430" schemaLocation="MyTypes-v0430.xsd"/>
.....
....
<xsd:element name="MyElement" type="abc:MyType"/>
.....

Does anyone know if this can be achieved with schema composer? (schema set: generic)

Thank you!