Home >
Online Product Documentation >
Table of Contents >
View Sample XML
View Sample XML
The
View Sample XML dialog box displays the XML fragment that defines the currently selected node in the
Diagram tab of both the XML Schema Editor and WSDL Editor.
If you want, you can create a new XML document based on this fragment by clicking the
Open as New Document button.
About XML Schema Fragments
If the XML Schema contains an element defined using a built-in type, the instance of that element in the XML document is created using the minimum value of the range specified for that type. For example, if the XML Schema contains a
<part> element defined as
type="xs:integer", the
<part> element in the resulting XML document appears as
<part>-9223372036854775808</part>.
For More Information
For XML Schema users:
For WSDL users: