Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » an issue when using the xml schema editor to show the reference element...
an issue when using the xml schema editor to show the reference element... [message #602145] Mon, 05 March 2007 20:32
No real name is currently offline No real nameFriend
Messages: 22
Registered: July 2009
Junior Member
The namespace is defined as:
xmlns:com.fnf="http://www.fnf.com/xes"

The complex type is defined as the following:
<xsd:complexType name="PaySvcRq_Type">
<xsd:sequence>
<xsd:element ref="RqUID"/>
<xsd:element ref="MsgRqHdr" minOccurs="0"/>
<xsd:element ref="AsyncRqUID" minOccurs="0"/>
<xsd:element ref="SPName" minOccurs="0"/>
<xsd:sequence maxOccurs="unbounded">
<xsd:element ref="PmtAddRq" minOccurs="0"/>
<xsd:element ref="CustPayeeAddRq" minOccurs="0"/>
<xsd:element ref="com.fnf:CustPayeeInqRq" minOccurs="0"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID"/>
</xsd:complexType>

when using the XMLSpy to open the schema file, It shows both <xsd:element
ref="CustPayeeAddRq" minOccurs="0"/> and <xsd:element
ref="com.fnf:CustPayeeInqRq" minOccurs="0"/> in the graphic view. but when
using the xml schema editor to open the same file, it shows only
<xsd:element ref="CustPayeeAddRq" minOccurs="0"/> in the grapic view.

Thanks
Jackie
Previous Topic:write out part of the loaded schema
Next Topic:Retrieving xs:extension tag
Goto Forum:
  


Current Time: Thu Apr 25 22:43:02 GMT 2024

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

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

Back to the top