You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by aj...@redhat.com on 2010/12/07 15:48:55 UTC

best way to split a qmf schema into separate files

So I have a schema file with :

<schema package="org.mataharproject">
  <class name="Host">
  <class name="Network">
...

Is there some sort of include directive so that I can split this up into their own files like

schema.xml
schema-host.xml
schema-net.xml

If i create 3 schema files with the schema package directive then some of the generated files will be overwritten, for example, Package.h/cpp
-- 
        __          __                
.-----.|  |_.-----.|  |--.-----.-----.
|__ --||   _|  _  ||    <|  -__|__ --|
|_____||____|_____||__|__|_____|_____|
 .----------------------------------.
(   ajs@redhat.com || 919.754.4187   )
 `----------------------------------'


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org