Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Problems getting appinfo and documentation from included schemas
Problems getting appinfo and documentation from included schemas [message #58565] Tue, 15 March 2005 15:20 Go to next message
Steve Speicher is currently offline Steve SpeicherFriend
Messages: 87
Registered: July 2009
Member

This is a multi-part message in MIME format.
--------------060804010008090006050605
Content-Type: multipart/alternative;
boundary="------------040600070900080902020800"


--------------040600070900080902020800
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I'm attempting to load a schema that includes another schema. In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation. I can read it fine for
the top-level schema.

Here's a sample schemas:

*toplevel.xsd*
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:contact="http://www.ibm.com/contact"
xmlns:cntadv="http://www.ibm.com/contact/advanced"
targetNamespace="http://www.ibm.com/contact"
elementFormDefault="qualified">

<include schemaLocation="Contact_include.xsd"/>

<element name="topcontactname" type="string">
<annotation>
<appinfo>
AppInfo for element "topcontactname".
</appinfo>
<documentation>
Docs for element "topcontactname".
</documentation>
</annotation>
</element>

</schema>

*Contact_include.xsd*
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">

<element name="contactname" type="string">
<annotation>
<appinfo>
AppInfo for element "contactname".
</appinfo>
<documentation>
Docs for element "contactname".
</documentation>
</annotation>
</element>

</schema>

I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd. I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'. It will
present an informational dialog with information received interrogating
the XSD api.

Is there something else I need to do? I'm running with the latest XSD code.

Thanks in advance,
Steve

--------------040600070900080902020800
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm attempting to load a schema that includes another schema.&nbsp; In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation.&nbsp; I can read it fine for
the top-level schema.<br>
<br>
Here's a sample schemas:<br>
<blockquote><tt><b>toplevel.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
xmlns:contact=<a class="moz-txt-link-rfc2396E" href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a>
xmlns:cntadv=<a class="moz-txt-link-rfc2396E" href="http://www.ibm.com/contact/advanced">"http://www.ibm.com/contact/advanced"</a>
targetNamespace=<a class="moz-txt-link-rfc2396E" href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a> <br>
&nbsp;&nbsp;&nbsp; elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;include schemaLocation="Contact_include.xsd"/&gt;<br>
<br>
&nbsp; &lt;element name="topcontactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
<br>
<b>Contact_include.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;element name="contactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
</tt></blockquote>
I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd.&nbsp; I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'.&nbsp; It will
present an informational dialog with information received interrogating
the XSD api.<br>
<br>
Is there something else I need to do?&nbsp; I'm running with the latest XSD
code.<br>
<br>
Thanks in advance,<br>
Steve<br>
</body>
</html>

--------------040600070900080902020800--

--------------060804010008090006050605
Content-Type: application/zip;
name="xsd.includeannotation.sample.zip"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
filename="xsd.includeannotation.sample.zip"

UEsDBBQACAAIAARObzIAAAAAAAAAAAAAAAArAAAAY29tLmlibS5ldGVjaC54 c2Quc2FtcGxl
LmluY2x1ZGUvLmNsYXNzcGF0aJ2PPQvCMBRFZwX/Q8huqptDaxGpoEOVUmep yaONxpeYD9F/
b1WKLjq43Xs5HLhxej0pcgHrpMaEjtmIEkCuhcQ6odtyMZzQdDrox1xVzpnK N23pvRugtzdy
lCgS6iyn5DG+YvSd5Bo7UtuaAVfSOGBGAOPaArNwDtKC2KhQS3R/qA7CM1UF 5E17hK2KbDdf
5+VsmWfFL5sO3gTfCfcSn3Acfb6/A1BLBwjKfBFNpQAAADMBAABQSwMEFAAI AAgABE5vMgAA
AAAAAAAAAAAAACkAAABjb20uaWJtLmV0ZWNoLnhzZC5zYW1wbGUuaW5jbHVk ZS8ucHJvamVj
dL2SzU4DIRSF15r4Ds3sZXTngk6TatxpTKoPQC/XKQ1cCD9NH19ARjOZmLgw 7u45nMNHAL45
G706oQ/K0rq7ZTfdCgmsVDSuu7fXx+u7bjNcXXLn7REhPmAAr1zM6execBIG B7CGqb1hGBEO
7BwkC8I4jUwR6CSR9zVW8jlqkOLA+2kqbts8VNHP1D4pLXcOoagm73NVkKxO O4L1I0PQygVk
RxkZWJ8HcRK1gP77CLkh/JgKOzTdzw3eLyi/4jqJ7EmQescQt/+L3cEBjfgT aHOmK8+8mDy2
9KdY4F90GhU918VCr6GfCrPnoUVnmgvx6y/Mv90HUEsHCHrlrA71AAAAtQIA AFBLAwQUAAgA
CAAETm8yAAAAAAAAAAAAAAAAMQAAAGNvbS5pYm0uZXRlY2gueHNkLnNhbXBs ZS5pbmNsdWRl
L2J1aWxkLnByb3BlcnRpZXMrzi8tSk7Vy8xLzilNSdXLSixSsFUoLkrW5+XK Ly0pKC1Bk0rK
zANKAUmYeDFQsCCnNB0oUpGboxPDy6WACpD083IBAFBLBwjWEoGIRAAAAG8A AABQSwMEFAAI
AAgABE5vMgAAAAAAAAAAAAAAACsAAABjb20uaWJtLmV0ZWNoLnhzZC5zYW1w bGUuaW5jbHVk
ZS9wbHVnaW4ueG1slVNNj9MwEL2vtP/B8hGpDhUXDslWC6hSDytVAiSujjO0 s/IXtrMb/j2O
7TYpERB8ambezHt9M1PvBiXJCziPRjd0y95SAlqYDvWpoV+/7Dfv6e7h/q7e gZBoPUzYdxGb
Ulb2J9T3d4QQ7BoqjGLYKgYBxJkNvmOeKyuBoRay74AmpOYKGnrIIXKMLTao c2quJnKkmHXm
BTtwm1L34SnHheTe/5uTFaJjkkqj6lRdu14HVPCQvsaAxNZx97PIu1Q/c0ev mBEGgzUuFNQb
Wk0NqtIhR+pqYiiM8KNHB36qQJV6ZRcbatyJFa9Zj/PWfwEK44AVqpUl0aSV SFDf4++RYVD/
Jwi86Z0AfymKdkx/P0dgCKDHcc/stQZ1+N0JZo3t7RPo3k+zqE37DCJ8NDo4 bPtw2ye+ks9b
8meB7LBHWTbz+sbpxnAAF2ec/LrNr1n2yDNJ294uERdLvfGB5q0EvzeRdksX aclbkA09cheP
8dvnT+QVw5lcDonrjjxqbQIfey+r195LMptlhZ4lssg1Uh3mVzx/Ko6m5e7I w7mhvOsw1S5x
q2zT8PqYyG8tq7Ki2bktF+CyatfNSrtWV3lN48cvUEsHCOGlXTLCAQAA9AQA AFBLAwQUAAgA
CAAETm8yAAAAAAAAAAAAAAAAWAAAAGNvbS5pYm0uZXRlY2gueHNkLnNhbXBs ZS5pbmNsdWRl
L3NyYy9jb20vaWJtL2V0ZWNoL3hzZC9zYW1wbGUvaW5jbHVkZS9JbmNsdWRl UGx1Z2luLmph
dmGdVE1v2zAMPSdA/gPXS+1gU+4LimFfhx4GDN32AxSZSbTIkiBRaYqh/32U Zbdxm2bFgCBx
RPLx8enRXqqd3CAo1wq9agUSqq04xEZE2XqDQltlUoPL2XQ21a13gcCFjUBl tI8okhbepI22
Yr4cJbi40WIdZIu3LuzEp2Qbg5+dJTzQY+ZvuZcikTZd+Wy6mM9nU5jDzy1C K7WFAg7KyBiB
HKwQUsQG+Iw4p8G4I+dFLlrMpj6tjFZ99nVh/r0gcFu0TYSPq0hBKvp13Qf+ zKaTxSI3jFsZ
OuhI0ipk0IkPei+JQySJgceQhduyq7/B6FJQCKtu0OPaIVQkgDD6m6szQJ57 0g+uHDMISZEL
ojtdZLQy2ohBVXfsJzF5DFWdsSa9YFcsj47dCYW7kjYZt+acMTWxQSpP1cW/ /CBGRAaceFFI
3IOSpLZQfdMxarsZ4l8PCj1pZ+FQv8TJJmMKCH/dZ1Mcq6MjtEhbx9cUuYkx fGHJu3IZ73hw
vtosO/d4Kt3e6SZfZKBq5Masd/6tWbLgbiM8snxUV5TCIXX5Wm63WyxOHfhx KLJjPTYv8HP+
/+hx3Rl2N0gp2NhROeHzEZGTZmdvfMG1TIYG14UO8mgLzrWkwDaAdXDtgxra XsaHbej35m0p
dQEud3h3CXoN1hGsHUdf4vmjYDPBwWblpOoDDNQzfrKJq8Fyo0nF8aTiCLVf jfrZUnUyVD3a
m+LgGj4MrwKG6Al1TN5nQq/cEqzHTR4qz6t9Xt0jBZ8IcmLY0VU/f3UxCf78 BVBLBwh3Q+ea
SAIAAEUGAABQSwMEFAAIAAgABE5vMgAAAAAAAAAAAAAAAGwAAABjb20uaWJt LmV0ZWNoLnhz
ZC5zYW1wbGUuaW5jbHVkZS9zcmMvY29tL2libS9ldGVjaC94c2Qvc2FtcGxl L2luY2x1ZGUv
cG9wdXAvYWN0aW9ucy9QYXJzZVhTRHdpdGhJbmNsdWRlLmphdmGdVktv20YQ vvtXTJlDSNtd
tVcLAWpYCSCgjQvLQXvIhaJG0tokl9hdWk4D/ffMvsSlRElODdgmud+8vnlt kxfP+QqhEBXj
84qhxmLNXtWCqbxqSmS8Lsp2gawRTduwvNBc1Gp8ccGrRkgNT/lLzrhg0/uP rwU25nTcO2s1
L9lUo8y1kJ2ckCuGRckbhawQEplEJVpZoGLTT7zE8RAQqyWBq0rUTu2Xh+lR HPa0sgf/8LP4
Geq3ihCqjOWm9D4o+7TMCe6oZNPbokfaIXDB81KsFPsLlaJUTezrCfwLxw1K 4nGGJZ5THsAz
LdtCtxIXp6XURrMNX6xQk8way+EIWx7impC2Va6HeTew+/kTmXsj+B8hn+dY F+u/czmcF1O5
/84md8IU7+vjtwYnuOQ1PxqQF/hYYoW1ntDnnEr1DHrqmuIUZFasscpPIfad u2jaeckLIA+U
AopQIaE2XK+9OTAVZt1UMMgbfL+4AGikoCbWuADbSUDmXEfR2ejykv7CJdxR F9uUCwlL+nWK
fmf2dGS0OGcG3EgzskMwUG2DMs3G9LLtKf9DIQ57+E6h/fKCJoOpL5Jr6Gc2 2/fiRfAFDIpC
PqgBdC6pRq0y6+2Qg3uuybYOWocdiADebGBCy2/+CcB2BSj79wPUuHFfDE8B oSWvV7CkpHzO
KyRU0pS5pjRUN6MwTkYJXIXUMROKFIbONDMvRizNvDrzcwXJEYEHJNWWNL0m YS2c9cidaGSB
jJ6d83sDzaU7FtvJkEAkHjlnvAnolGY2KyQS4fSUBg6ya+Kwxc6p3VQtRb5I 67Ysu7Nj/Q1S
CO0/Ge9bM53OiPj1thgW85mq1MokKYm0ufYGZf89kF0CpLvvWec/xU69pk3T utylv+0o7KTZ
S17yBZHS8Rt2po0qqCArkVBfN/cCnYrN2vR/Gitg61x9xleqo2xXsQCuVUHM n0wSY3htseMd
ki9tmH4UMDurGFdTmiZ5TeklFT3NMVmBa/9KhEWqMmPdEkQfhKShSWx4aOxA REzQF5HTN3GW
oIikfWXDREVkBYF7S9qB+D5xEXmHu+aQx0j7gQOe1UM1gO6Tr8VDQBZ7PT5Q aur86gMtEF7r
27oW2gqlXmu2LzCnNn7uf9xeDD1vyTGFPxP+YBn9r4BFP9A3hxi8p8Xhn3r3 LyYarKe1mdlO
gx3415CQG+BLetQZgJm9TSfXxoEwybZQ5LpYQxpdngG7sEcjeLyf3MNtq8Wv K6zRtoQXmpei
ePZAup2beGaaLvOPkq51ofC2b9t8Klz57tZ5vcJFtJd3t8FjO3lYslvLOwUd NkRo6mH3kSrT
5V4sYeAy2rEycGhUmxIYlFPdfbbXv27Y0amZEp+4VNqXT9e1xkEDi1yzV6q4 Mv3GNeb9WVRx
234WPHNh/9vaSY+uJu1egzGJFFkNSWr2vD8zQ2p9J+ydjK4AGcRnFNajvQWZ BasaWxYG9S7Z
Od8Du0uFQVAZR5D+xo4EwnDunv8UheuGLGPU0nqGq45RQ8MBCfuNeLLNTQ1G ZRCtZi9zA++T
Kw/uQrpK3n+tkzipESSyncEvbv2Hm9X3w8GRfNW3TVOazgfF/8Mbd2p4P6LU vpMId9TEMyNj
RoXhPIkc7FubiKI1ah0RzuQZa18UyvNmwoAzo/lkvBCNsQ+OoAE1vjxJzOV6 +wNQSwcIRrZp
XuMEAABaEAAAUEsBAhQAFAAIAAgABE5vMsp8EU2lAAAAMwEAACsAAAAAAAAA AAAAAAAAAAAA
AGNvbS5pYm0uZXRlY2gueHNkLnNhbXBsZS5pbmNsdWRlLy5jbGFzc3BhdGhQ SwECFAAUAAgA
CAAETm8yeuWsDvUAAAC1AgAAKQAAAAAAAAAAAAAAAAD+AAAAY29tLmlibS5l dGVjaC54c2Qu
c2FtcGxlLmluY2x1ZGUvLnByb2plY3RQSwECFAAUAAgACAAETm8y1hKBiEQA AABvAAAAMQAA
AAAAAAAAAAAAAABKAgAAY29tLmlibS5ldGVjaC54c2Quc2FtcGxlLmluY2x1 ZGUvYnVpbGQu
cHJvcGVydGllc1BLAQIUABQACAAIAARObzLhpV0ywgEAAPQEAAArAAAAAAAA AAAAAAAAAO0C
AABjb20uaWJtLmV0ZWNoLnhzZC5zYW1wbGUuaW5jbHVkZS9wbHVnaW4ueG1s UEsBAhQAFAAI
AAgABE5vMndD55pIAgAARQYAAFgAAAAAAAAAAAAAAAAACAUAAGNvbS5pYm0u ZXRlY2gueHNk
LnNhbXBsZS5pbmNsdWRlL3NyYy9jb20vaWJtL2V0ZWNoL3hzZC9zYW1wbGUv aW5jbHVkZS9J
bmNsdWRlUGx1Z2luLmphdmFQSwECFAAUAAgACAAETm8yRrZpXuMEAABaEAAA bAAAAAAAAAAA
AAAAAADWBwAAY29tLmlibS5ldGVjaC54c2Quc2FtcGxlLmluY2x1ZGUvc3Jj L2NvbS9pYm0v
ZXRlY2gveHNkL3NhbXBsZS9pbmNsdWRlL3BvcHVwL2FjdGlvbnMvUGFyc2VY U0R3aXRoSW5j
bHVkZS5qYXZhUEsFBgAAAAAGAAYAiAIAAFMNAAAAAA==
--------------060804010008090006050605--
Re: Problems getting appinfo and documentation from included schemas [message #58600 is a reply to message #58565] Tue, 15 March 2005 17:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------050609050705010500070607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Steve,

You're right. For cloned/incorporated schemas, the annotation
information is not all available. I think *these *lines need to be
added in XSDAnnotationImpl:

public XSDConcreteComponent cloneConcreteComponent(boolean deep,
boolean shareDOM)
{
XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();
clonedAnnotation.isReconciling = true;

if (shareDOM)
{
Element element = getElement();
if (element != null)
{
clonedAnnotation.setElement(element);
}

*
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation());*
*
clonedAnnotation.getUserInformation().addAll(getUserInformat ion());*
* clonedAnnotation.getAttributes().addAll(getAttributes());*
}

clonedAnnotation.isReconciling = shareDOM;
return clonedAnnotation;
}

Please open a bugzilla and I'll commit this change. (Thanks for the
nice testcase!)



Steve Speicher wrote:

> I'm attempting to load a schema that includes another schema. In the
> process, I'm attempting to access the declared elements in the
> included schema...namely the appinfo and documentation. I can read it
> fine for the top-level schema.
>
> Here's a sample schemas:
>
> *toplevel.xsd*
> <?xml version="1.0" encoding="UTF-8"?>
> <schema xmlns="http://www.w3.org/2001/XMLSchema"
> xmlns:contact="http://www.ibm.com/contact"
> xmlns:cntadv="http://www.ibm.com/contact/advanced"
> targetNamespace="http://www.ibm.com/contact"
> elementFormDefault="qualified">
>
> <include schemaLocation="Contact_include.xsd"/>
>
> <element name="topcontactname" type="string">
> <annotation>
> <appinfo>
> AppInfo for element "topcontactname".
> </appinfo>
> <documentation>
> Docs for element "topcontactname".
> </documentation>
> </annotation>
> </element>
>
> </schema>
>
> *Contact_include.xsd*
> <?xml version="1.0" encoding="UTF-8"?>
> <schema xmlns="http://www.w3.org/2001/XMLSchema"
> elementFormDefault="qualified">
>
> <element name="contactname" type="string">
> <annotation>
> <appinfo>
> AppInfo for element "contactname".
> </appinfo>
> <documentation>
> Docs for element "contactname".
> </documentation>
> </annotation>
> </element>
>
> </schema>
>
> I can successfully get the Annotations in toplevel.xsd but not
> Contact_include.xsd. I've attached a sample plugin that adds a
> context menu for *.xsd called 'Parse XSD with Include and
> Annotation'. It will present an informational dialog with information
> received interrogating the XSD api.
>
> Is there something else I need to do? I'm running with the latest XSD
> code.
>
> Thanks in advance,
> Steve



--------------050609050705010500070607
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Steve,<br>
<br>
You're right.&nbsp; For cloned/incorporated schemas, the annotation
information is not all available.&nbsp; I think <b>these </b>lines need to
be added in XSDAnnotationImpl:<br>
<blockquote><small>&nbsp; public XSDConcreteComponent
cloneConcreteComponent(boolean deep, boolean shareDOM)</small><br>
<small>&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp; XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();</small ><br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = true;</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; if (shareDOM)</small><br>
<small>&nbsp;&nbsp;&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element = getElement();</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (element != null)</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</small><br>
<small> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; clonedAnnotation.setElement(element);</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getUserInformation().addAll(getUserInformat ion()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getAttributes().addAll(getAttributes());</b ></small><br>
<small>&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = shareDOM;</small><br>
<small>&nbsp;&nbsp;&nbsp; return clonedAnnotation;</small><br>
<small>&nbsp; }</small><br>
</blockquote>
Please open a bugzilla and I'll commit this change.&nbsp; (Thanks for the
nice testcase!)<br>
<br>
<br>
<br>
Steve Speicher wrote:
<blockquote cite="midd16ufu$ed3$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
I'm attempting to load a schema that includes another schema.&nbsp; In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation.&nbsp; I can read it fine for
the top-level schema.<br>
<br>
Here's a sample schemas:<br>
<blockquote><tt><b>toplevel.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
xmlns:contact=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a>
xmlns:cntadv=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact/advanced">"http://www.ibm.com/contact/advanced"</a>
targetNamespace=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a> <br>
&nbsp;&nbsp;&nbsp; elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;include schemaLocation="Contact_include.xsd"/&gt;<br>
<br>
&nbsp; &lt;element name="topcontactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
<br>
<b>Contact_include.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;element name="contactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
</tt></blockquote>
I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd.&nbsp; I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'.&nbsp; It will
present an informational dialog with information received interrogating
the XSD api.<br>
<br>
Is there something else I need to do?&nbsp; I'm running with the latest XSD
code.<br>
<br>
Thanks in advance,<br>
Steve<br>
</blockquote>
<br>
</body>
</html>

--------------050609050705010500070607--
Re: Problems getting appinfo and documentation from included schemas [message #58626 is a reply to message #58600] Tue, 15 March 2005 19:03 Go to previous message
Steve Speicher is currently offline Steve SpeicherFriend
Messages: 87
Registered: July 2009
Member

This is a multi-part message in MIME format.
--------------040007030008060805040707
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Ed,

Bug #88092 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=88092> has
been created for this.

Thanks for the quick reply and patch. I did make the code change and
works like a charm (not that I had any doubts ;-)

Steve

Ed Merks wrote:

> Steve,
>
> You're right. For cloned/incorporated schemas, the annotation
> information is not all available. I think *these *lines need to be
> added in XSDAnnotationImpl:
>
> public XSDConcreteComponent cloneConcreteComponent(boolean deep,
> boolean shareDOM)
> {
> XSDAnnotationImpl clonedAnnotation =
> (XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();
> clonedAnnotation.isReconciling = true;
>
> if (shareDOM)
> {
> Element element = getElement();
> if (element != null)
> {
> clonedAnnotation.setElement(element);
> }
>
> *
> clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation());*
> *
> clonedAnnotation.getUserInformation().addAll(getUserInformat ion());*
> * clonedAnnotation.getAttributes().addAll(getAttributes());*
> }
>
> clonedAnnotation.isReconciling = shareDOM;
> return clonedAnnotation;
> }
>
> Please open a bugzilla and I'll commit this change. (Thanks for the
> nice testcase!)
>
>
>
> Steve Speicher wrote:
>
>> I'm attempting to load a schema that includes another schema. In the
>> process, I'm attempting to access the declared elements in the
>> included schema...namely the appinfo and documentation. I can read
>> it fine for the top-level schema.
>>
>> Here's a sample schemas:
>>
>> *toplevel.xsd*
>> <?xml version="1.0" encoding="UTF-8"?>
>> <schema xmlns="http://www.w3.org/2001/XMLSchema"
>> xmlns:contact="http://www.ibm.com/contact"
>> xmlns:cntadv="http://www.ibm.com/contact/advanced"
>> targetNamespace="http://www.ibm.com/contact"
>> elementFormDefault="qualified">
>>
>> <include schemaLocation="Contact_include.xsd"/>
>>
>> <element name="topcontactname" type="string">
>> <annotation>
>> <appinfo>
>> AppInfo for element "topcontactname".
>> </appinfo>
>> <documentation>
>> Docs for element "topcontactname".
>> </documentation>
>> </annotation>
>> </element>
>>
>> </schema>
>>
>> *Contact_include.xsd*
>> <?xml version="1.0" encoding="UTF-8"?>
>> <schema xmlns="http://www.w3.org/2001/XMLSchema"
>> elementFormDefault="qualified">
>>
>> <element name="contactname" type="string">
>> <annotation>
>> <appinfo>
>> AppInfo for element "contactname".
>> </appinfo>
>> <documentation>
>> Docs for element "contactname".
>> </documentation>
>> </annotation>
>> </element>
>>
>> </schema>
>>
>> I can successfully get the Annotations in toplevel.xsd but not
>> Contact_include.xsd. I've attached a sample plugin that adds a
>> context menu for *.xsd called 'Parse XSD with Include and
>> Annotation'. It will present an informational dialog with
>> information received interrogating the XSD api.
>>
>> Is there something else I need to do? I'm running with the latest
>> XSD code.
>>
>> Thanks in advance,
>> Steve
>
>

--------------040007030008060805040707
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ed,<br>
<br>
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=88092">Bug #88092</a>
has been created for this.<br>
<br>
Thanks for the quick reply and patch.&nbsp; I did make the code change and
works like a charm (not that I had any doubts ;-)<br>
<br>
Steve<br>
<br>
Ed Merks wrote:
<blockquote cite="midd17660$spo$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Steve,<br>
<br>
You're right.&nbsp; For cloned/incorporated schemas, the annotation
information is not all available.&nbsp; I think <b>these </b>lines need to
be added in XSDAnnotationImpl:<br>
<blockquote><small>&nbsp; public XSDConcreteComponent
cloneConcreteComponent(boolean deep, boolean shareDOM)</small><br>
<small>&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp; XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();</small ><br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = true;</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; if (shareDOM)</small><br>
<small>&nbsp;&nbsp;&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element = getElement();</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (element != null)</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</small><br>
<small> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; clonedAnnotation.setElement(element);</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getUserInformation().addAll(getUserInformat ion()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getAttributes().addAll(getAttributes());</b ></small><br>
<small>&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = shareDOM;</small><br>
<small>&nbsp;&nbsp;&nbsp; return clonedAnnotation;</small><br>
<small>&nbsp; }</small><br>
</blockquote>
Please open a bugzilla and I'll commit this change.&nbsp; (Thanks for the
nice testcase!)<br>
<br>
<br>
<br>
Steve Speicher wrote:
<blockquote cite="midd16ufu$ed3$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
I'm attempting to load a schema that includes another schema.&nbsp; In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation.&nbsp; I can read it fine for
the top-level schema.<br>
<br>
Here's a sample schemas:<br>
<blockquote><tt><b>toplevel.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
xmlns:contact=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a>
xmlns:cntadv=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact/advanced">"http://www.ibm.com/contact/advanced"</a>
targetNamespace=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a> <br>
&nbsp;&nbsp;&nbsp; elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;include schemaLocation="Contact_include.xsd"/&gt;<br>
<br>
&nbsp; &lt;element name="topcontactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
<br>
<b>Contact_include.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;element name="contactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
</tt></blockquote>
I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd.&nbsp; I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'.&nbsp; It will
present an informational dialog with information received interrogating
the XSD api.<br>
<br>
Is there something else I need to do?&nbsp; I'm running with the latest XSD
code.<br>
<br>
Thanks in advance,<br>
Steve<br>
</blockquote>
<br>
</blockquote>
</body>
</html>

--------------040007030008060805040707--
Re: Problems getting appinfo and documentation from included schemas [message #594508 is a reply to message #58565] Tue, 15 March 2005 17:31 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33136
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------050609050705010500070607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Steve,

You're right. For cloned/incorporated schemas, the annotation
information is not all available. I think *these *lines need to be
added in XSDAnnotationImpl:

public XSDConcreteComponent cloneConcreteComponent(boolean deep,
boolean shareDOM)
{
XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();
clonedAnnotation.isReconciling = true;

if (shareDOM)
{
Element element = getElement();
if (element != null)
{
clonedAnnotation.setElement(element);
}

*
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation());*
*
clonedAnnotation.getUserInformation().addAll(getUserInformat ion());*
* clonedAnnotation.getAttributes().addAll(getAttributes());*
}

clonedAnnotation.isReconciling = shareDOM;
return clonedAnnotation;
}

Please open a bugzilla and I'll commit this change. (Thanks for the
nice testcase!)



Steve Speicher wrote:

> I'm attempting to load a schema that includes another schema. In the
> process, I'm attempting to access the declared elements in the
> included schema...namely the appinfo and documentation. I can read it
> fine for the top-level schema.
>
> Here's a sample schemas:
>
> *toplevel.xsd*
> <?xml version="1.0" encoding="UTF-8"?>
> <schema xmlns="http://www.w3.org/2001/XMLSchema"
> xmlns:contact="http://www.ibm.com/contact"
> xmlns:cntadv="http://www.ibm.com/contact/advanced"
> targetNamespace="http://www.ibm.com/contact"
> elementFormDefault="qualified">
>
> <include schemaLocation="Contact_include.xsd"/>
>
> <element name="topcontactname" type="string">
> <annotation>
> <appinfo>
> AppInfo for element "topcontactname".
> </appinfo>
> <documentation>
> Docs for element "topcontactname".
> </documentation>
> </annotation>
> </element>
>
> </schema>
>
> *Contact_include.xsd*
> <?xml version="1.0" encoding="UTF-8"?>
> <schema xmlns="http://www.w3.org/2001/XMLSchema"
> elementFormDefault="qualified">
>
> <element name="contactname" type="string">
> <annotation>
> <appinfo>
> AppInfo for element "contactname".
> </appinfo>
> <documentation>
> Docs for element "contactname".
> </documentation>
> </annotation>
> </element>
>
> </schema>
>
> I can successfully get the Annotations in toplevel.xsd but not
> Contact_include.xsd. I've attached a sample plugin that adds a
> context menu for *.xsd called 'Parse XSD with Include and
> Annotation'. It will present an informational dialog with information
> received interrogating the XSD api.
>
> Is there something else I need to do? I'm running with the latest XSD
> code.
>
> Thanks in advance,
> Steve



--------------050609050705010500070607
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Steve,<br>
<br>
You're right.&nbsp; For cloned/incorporated schemas, the annotation
information is not all available.&nbsp; I think <b>these </b>lines need to
be added in XSDAnnotationImpl:<br>
<blockquote><small>&nbsp; public XSDConcreteComponent
cloneConcreteComponent(boolean deep, boolean shareDOM)</small><br>
<small>&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp; XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();</small ><br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = true;</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; if (shareDOM)</small><br>
<small>&nbsp;&nbsp;&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element = getElement();</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (element != null)</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</small><br>
<small> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; clonedAnnotation.setElement(element);</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getUserInformation().addAll(getUserInformat ion()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getAttributes().addAll(getAttributes());</b ></small><br>
<small>&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = shareDOM;</small><br>
<small>&nbsp;&nbsp;&nbsp; return clonedAnnotation;</small><br>
<small>&nbsp; }</small><br>
</blockquote>
Please open a bugzilla and I'll commit this change.&nbsp; (Thanks for the
nice testcase!)<br>
<br>
<br>
<br>
Steve Speicher wrote:
<blockquote cite="midd16ufu$ed3$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
I'm attempting to load a schema that includes another schema.&nbsp; In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation.&nbsp; I can read it fine for
the top-level schema.<br>
<br>
Here's a sample schemas:<br>
<blockquote><tt><b>toplevel.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
xmlns:contact=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a>
xmlns:cntadv=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact/advanced">"http://www.ibm.com/contact/advanced"</a>
targetNamespace=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a> <br>
&nbsp;&nbsp;&nbsp; elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;include schemaLocation="Contact_include.xsd"/&gt;<br>
<br>
&nbsp; &lt;element name="topcontactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
<br>
<b>Contact_include.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;element name="contactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
</tt></blockquote>
I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd.&nbsp; I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'.&nbsp; It will
present an informational dialog with information received interrogating
the XSD api.<br>
<br>
Is there something else I need to do?&nbsp; I'm running with the latest XSD
code.<br>
<br>
Thanks in advance,<br>
Steve<br>
</blockquote>
<br>
</body>
</html>

--------------050609050705010500070607--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Problems getting appinfo and documentation from included schemas [message #594518 is a reply to message #58600] Tue, 15 March 2005 19:03 Go to previous message
Steve Speicher is currently offline Steve SpeicherFriend
Messages: 87
Registered: July 2009
Member

This is a multi-part message in MIME format.
--------------040007030008060805040707
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Ed,

Bug #88092 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=88092> has
been created for this.

Thanks for the quick reply and patch. I did make the code change and
works like a charm (not that I had any doubts ;-)

Steve

Ed Merks wrote:

> Steve,
>
> You're right. For cloned/incorporated schemas, the annotation
> information is not all available. I think *these *lines need to be
> added in XSDAnnotationImpl:
>
> public XSDConcreteComponent cloneConcreteComponent(boolean deep,
> boolean shareDOM)
> {
> XSDAnnotationImpl clonedAnnotation =
> (XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();
> clonedAnnotation.isReconciling = true;
>
> if (shareDOM)
> {
> Element element = getElement();
> if (element != null)
> {
> clonedAnnotation.setElement(element);
> }
>
> *
> clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation());*
> *
> clonedAnnotation.getUserInformation().addAll(getUserInformat ion());*
> * clonedAnnotation.getAttributes().addAll(getAttributes());*
> }
>
> clonedAnnotation.isReconciling = shareDOM;
> return clonedAnnotation;
> }
>
> Please open a bugzilla and I'll commit this change. (Thanks for the
> nice testcase!)
>
>
>
> Steve Speicher wrote:
>
>> I'm attempting to load a schema that includes another schema. In the
>> process, I'm attempting to access the declared elements in the
>> included schema...namely the appinfo and documentation. I can read
>> it fine for the top-level schema.
>>
>> Here's a sample schemas:
>>
>> *toplevel.xsd*
>> <?xml version="1.0" encoding="UTF-8"?>
>> <schema xmlns="http://www.w3.org/2001/XMLSchema"
>> xmlns:contact="http://www.ibm.com/contact"
>> xmlns:cntadv="http://www.ibm.com/contact/advanced"
>> targetNamespace="http://www.ibm.com/contact"
>> elementFormDefault="qualified">
>>
>> <include schemaLocation="Contact_include.xsd"/>
>>
>> <element name="topcontactname" type="string">
>> <annotation>
>> <appinfo>
>> AppInfo for element "topcontactname".
>> </appinfo>
>> <documentation>
>> Docs for element "topcontactname".
>> </documentation>
>> </annotation>
>> </element>
>>
>> </schema>
>>
>> *Contact_include.xsd*
>> <?xml version="1.0" encoding="UTF-8"?>
>> <schema xmlns="http://www.w3.org/2001/XMLSchema"
>> elementFormDefault="qualified">
>>
>> <element name="contactname" type="string">
>> <annotation>
>> <appinfo>
>> AppInfo for element "contactname".
>> </appinfo>
>> <documentation>
>> Docs for element "contactname".
>> </documentation>
>> </annotation>
>> </element>
>>
>> </schema>
>>
>> I can successfully get the Annotations in toplevel.xsd but not
>> Contact_include.xsd. I've attached a sample plugin that adds a
>> context menu for *.xsd called 'Parse XSD with Include and
>> Annotation'. It will present an informational dialog with
>> information received interrogating the XSD api.
>>
>> Is there something else I need to do? I'm running with the latest
>> XSD code.
>>
>> Thanks in advance,
>> Steve
>
>

--------------040007030008060805040707
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ed,<br>
<br>
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=88092">Bug #88092</a>
has been created for this.<br>
<br>
Thanks for the quick reply and patch.&nbsp; I did make the code change and
works like a charm (not that I had any doubts ;-)<br>
<br>
Steve<br>
<br>
Ed Merks wrote:
<blockquote cite="midd17660$spo$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Steve,<br>
<br>
You're right.&nbsp; For cloned/incorporated schemas, the annotation
information is not all available.&nbsp; I think <b>these </b>lines need to
be added in XSDAnnotationImpl:<br>
<blockquote><small>&nbsp; public XSDConcreteComponent
cloneConcreteComponent(boolean deep, boolean shareDOM)</small><br>
<small>&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp; XSDAnnotationImpl clonedAnnotation =
(XSDAnnotationImpl)getXSDFactory().createXSDAnnotation();</small ><br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = true;</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; if (shareDOM)</small><br>
<small>&nbsp;&nbsp;&nbsp; {</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element = getElement();</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (element != null)</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</small><br>
<small> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; clonedAnnotation.setElement(element);</small><br>
<small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getApplicationInformation().addAll(getAppli cationInformation()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getUserInformation().addAll(getUserInformat ion()); </b></small><br>
<small><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
clonedAnnotation.getAttributes().addAll(getAttributes());</b ></small><br>
<small>&nbsp;&nbsp;&nbsp; }</small><br>
<br>
<small>&nbsp;&nbsp;&nbsp; clonedAnnotation.isReconciling = shareDOM;</small><br>
<small>&nbsp;&nbsp;&nbsp; return clonedAnnotation;</small><br>
<small>&nbsp; }</small><br>
</blockquote>
Please open a bugzilla and I'll commit this change.&nbsp; (Thanks for the
nice testcase!)<br>
<br>
<br>
<br>
Steve Speicher wrote:
<blockquote cite="midd16ufu$ed3$1@www.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
I'm attempting to load a schema that includes another schema.&nbsp; In the
process, I'm attempting to access the declared elements in the included
schema...namely the appinfo and documentation.&nbsp; I can read it fine for
the top-level schema.<br>
<br>
Here's a sample schemas:<br>
<blockquote><tt><b>toplevel.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
xmlns:contact=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a>
xmlns:cntadv=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact/advanced">"http://www.ibm.com/contact/advanced"</a>
targetNamespace=<a class="moz-txt-link-rfc2396E"
href="http://www.ibm.com/contact">"http://www.ibm.com/contact"</a> <br>
&nbsp;&nbsp;&nbsp; elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;include schemaLocation="Contact_include.xsd"/&gt;<br>
<br>
&nbsp; &lt;element name="topcontactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "topcontactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
<br>
<b>Contact_include.xsd</b><br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&lt;schema xmlns=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema">"http://www.w3.org/2001/XMLSchema"</a>
elementFormDefault="qualified"&gt;<br>
<br>
&nbsp; &lt;element name="contactname" type="string"&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;annotation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; AppInfo for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/appinfo&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Docs for element "contactname".<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/documentation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/annotation&gt;<br>
&nbsp; &lt;/element&gt;<br>
<br>
&lt;/schema&gt;<br>
</tt></blockquote>
I can successfully get the Annotations in toplevel.xsd but not
Contact_include.xsd.&nbsp; I've attached a sample plugin that adds a context
menu for *.xsd called 'Parse XSD with Include and Annotation'.&nbsp; It will
present an informational dialog with information received interrogating
the XSD api.<br>
<br>
Is there something else I need to do?&nbsp; I'm running with the latest XSD
code.<br>
<br>
Thanks in advance,<br>
Steve<br>
</blockquote>
<br>
</blockquote>
</body>
</html>

--------------040007030008060805040707--
Previous Topic:Problems getting appinfo and documentation from included schemas
Next Topic:POLL: Looking for head count & feedback from Max OS X users (Attn: Mac Users / Developers / Depl
Goto Forum:
  


Current Time: Fri Apr 19 00:48:31 GMT 2024

Powered by FUDForum. Page generated in 0.02196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top