
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"
http://www.w3.org/2001/XMLSchema
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"/> ...
Commenti su questo manuale