Event Publish XSD [message #520367] |
Fri, 12 March 2010 01:36  |
Eclipse User |
|
|
|
Hi All,
I want to generate a Event Publish XSD. It is a XSD that can accomodate any kind of incoming Business Event (for example New Employee, or Customer Registration, or say New Product etc). Meaning a very "generic" kind of XSD that can accomodate any kind of Business Event.
Does anyone has a such sample "Event Publish" XSD ?
thx
pp
|
|
|
Re: Event Publish XSD [message #520461 is a reply to message #520367] |
Fri, 12 March 2010 08:35  |
Eclipse User |
|
|
|
pp,
Elements of type xsd:anyType can accommodate arbitrary content but
you'll always need a schema with root elements declarations whose name
and namespace match the root element in your instance. Element and
attribute wildcards within complex types can be used to accommodate
arbitrary nested elements and attributes in instances.
javaraje@hotmail.com wrote:
> Hi All,
>
> I want to generate a Event Publish XSD. It is a XSD that can
> accomodate any kind of incoming Business Event (for example New
> Employee, or Customer Registration, or say New Product etc). Meaning a
> very "generic" kind of XSD that can accomodate any kind of Business
> Event.
>
> Does anyone has a such sample "Event Publish" XSD ?
>
> thx
> pp
|
|
|
Re: Event Publish XSD [message #604538 is a reply to message #520367] |
Fri, 12 March 2010 08:35  |
Eclipse User |
|
|
|
pp,
Elements of type xsd:anyType can accommodate arbitrary content but
you'll always need a schema with root elements declarations whose name
and namespace match the root element in your instance. Element and
attribute wildcards within complex types can be used to accommodate
arbitrary nested elements and attributes in instances.
javaraje@hotmail.com wrote:
> Hi All,
>
> I want to generate a Event Publish XSD. It is a XSD that can
> accomodate any kind of incoming Business Event (for example New
> Employee, or Customer Registration, or say New Product etc). Meaning a
> very "generic" kind of XSD that can accomodate any kind of Business
> Event.
>
> Does anyone has a such sample "Event Publish" XSD ?
>
> thx
> pp
|
|
|
Powered by
FUDForum. Page generated in 0.04806 seconds