Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Where it is refernced ?
Where it is refernced ? [message #592489] Fri, 12 November 2004 21:24
Sunil is currently offline SunilFriend
Messages: 7
Registered: July 2009
Junior Member
Hi

I am using XSD for first time and I apologise if the question is posted in
wrong group.
I have a schema where several elements are defined . These elements are
refernced by some other elements in the same schema.
For Instance Coverage Element is refernced by Policy Something Like this

<xsd:element name="Policy">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Coverage" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>

I am trying to find out list of elements such as policy that refernces
coverage ? How can I do that using XSD .

Thanks in advance
Sunil
Previous Topic:Composed schemas
Next Topic:Where it is refernced ?
Goto Forum:
  


Current Time: Thu Apr 25 05:01:23 GMT 2024

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

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

Back to the top