Skip to main content



      Home
Home » Archived » XML Schema Definition (XSD) » How to get resolvedModelGroupDefinition()?
How to get resolvedModelGroupDefinition()? [message #591717] Mon, 27 September 2004 02:53
Eclipse UserFriend
Hi,

I have got an XSD Schema which has only one model group definition given
below:

...other elements .....
<group name = "XYZ">
<sequence>
<element name = "A" type = "sd:String" />
<element name = "B" type = "xsd:String" />
</sequence>
</group>
......other elements .....

The above group definition is used by various elements by means of a Ref.

For example:

<complexType name = "PQ" >
<sequnec>
<group ref ="xsd:XYZ" />
<element name = "C" type = "someType" />
</sequence>

<element name = "Me" type = "PQ" />

I want to list element named "Me" as the Parent and its children which are
elements "A,B, and C", any help!!!

/Anne
Previous Topic:XSDSchema.resolveTypeDefinition on redefined schema
Next Topic:Deteriming if an ElementDeclaration is a Simple or Complex Type
Goto Forum:
  


Current Time: Tue Jul 08 01:01:41 EDT 2025

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

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

Back to the top