an issue when using the xml schema editor to show the reference element... [message #602145] |
Mon, 05 March 2007 20:32 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02224 seconds