Hello,
I checked your schema. The problem is the local element declarations which are identical. I changed the schema by extracting identical element declarations and used a reference when the element was used within another element declaration.
Example: Instead of multiple inner declarations for ?Description?
<BR><element ...><BR> ...<BR> <element name = ?Description? type = ?xs:string? /><BR> ...<BR></element><BR>...<BR><element ...><BR> ...<BR> <element name = ?Description? type = ?xs:string? /><BR> ...<BR></element><BR> </pre><BR><BR>the reference to a single declaration on top level is used<BR><BR><pre class="ip-ubbcode-code-pre"><BR><element ...><BR> ...<BR> <element ref = ?Description? /><BR> ...<BR></element><BR>...<BR><element ...><BR> ...<BR> <element ref = ?Description? /><BR> ...<BR></element><BR><BR><element name = ?Description? type = ?xs:string? /><BR>
I posted the modified schema. I was able to create the application, but the schema is very large so the generated JSP pages are too large for the compiler. I could not invoke the search page. Therefore, my tip:
(1) edit the struture.xml file created by the generator, by deleting the fields which are not relevant for search / display / modify …
(2) and regenerate the application.
Remark: the element ?RevisionDate? didn?t have a type attribute. I added ?xs:string?.
Bye,
Christian.
convertFromSchema_subsetOnly_modified.TSD.xml (41.3 KB)
#webMethods#API-Management#Tamino