Re: an issue when using the xml schema editor to show the reference element... [message #189147] |
Mon, 05 March 2007 15:39  |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Jackie,
You must be using the XML Schema editor provided by the webtools project
because the crude editor provided by the XSD project doesn't have a
graphical view. Does your schema contain an import of this namespace?
Jackie Zhang wrote:
> 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.26197 seconds