Code Listing 1: An XML Schema definition example—sml2_0_survey.xsd


<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
    targetNamespace="http:/www.decode.com/schemas/sml/2"
    xmlns="http:/www.decode.com/schemas/sml/2"
    xmlns:xsd="http/www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb"
    elementFormDefault="qualified">
    <xsd:element name="sml" type="typeSml" xdb:defaultTable="HLQ_SURVEY_XML_DTB"
                xdb:SQLType="CLOB"/>
    <xsd:complexType name="typeSml">
       
... detailed schema definition ...
    </xsd:complexType>
</xsd:schema>

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy