Hi All
An element of a XSD-Object "OrganisationsEinheit" has the defined type "Orgeinheit".
Definition within the XSD under the Object SyrUser:
<xs:element name="OrganisationsEinheit" type="Orgeinheit_Typ" minOccurs="0"/>
After proceeding
xdb.dbms_xmlschema.registerSchema(schemaurl => 'XSD-Name'
,schemadoc => bfilename('Schema','XSD-Name')
,local => TRUE
,genTypes => TRUE
,genbean => FALSE
,genTables => FALSE);
the type of this element receive the unwanted type REF and Object XMLTYPE instead of the type <Nested Object> and Object "Orgeinheit".
Has anybody an idea why only some Objects receive the Object XMLTYPE and other receive the Object as it is in the XSD?
If I make a small XSD with only the Object SyrUser and the associated objects/types- all works fine and I get the Object as I need for later export. But the same Object in the bigger XSD goes wrong.
Thank you very much
marder333

[mod-edit: code tags added and image inserted into messaged body by bb]
[Updated on: Sat, 18 May 2013 04:28]
Report message to a moderator