Schwinn Sid User Manual Page 39

  • Download
  • Add to my manuals
  • Print
  • Page
    / 49
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 38
Weitere Schemaoperationen
Generieren eines Schemas
SELECT
dbms_xmlschema.generateschema(schemaname =>'USCHWINN',
typename =>'PERSON_T')
FROM dual;
<xsd:schema
targetNamespace="http://ns.oracle.com/xdb/XMLUSER"
xmlns="http://ns.oracle.com/xdb/XMLUSER"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema
"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema
"
xmlns:xdb="http://xmlns.oracle.com/xdb"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.oracle.com/xdb
http://xmlns.oracle.com/xdb/XDB"
<xsd:element name="PERSON_T" type="PERSON_TType"
xdb:SQLType="PERSON_T" xdb:SQLSchema="ULRIKE"/>
<xsd:complexType name="PERSON_TType">
<xsd:sequence>
<xsd:element name="LAST_NAME" type="xsd:string"
xdb:SQLName="LAST_NAME" xdb:SQLType="VARCHAR2"/> ...
Page view 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 48 49

Comments to this Manuals

No comments