XML Database (MOSC)

MOSC Banner

XML table left outer join COLLECTION ITERATOR PICKLER FETCH

edited Nov 15, 2012 5:39AM in XML Database (MOSC) 2 commentsAnswered
 Hi,
My schema:

DECLARE
  doc CLOB:= 
   to_clob ( '<?xml version="1.0" encoding="UTF-8"?>
targetNamespace="http://local/Approval" elementFormDefault="qualified">

    <xs:complexType name="User_T">
        <xs:attribute name="name" type="xs:string" use="required"/>
        <xs:attribute name="fullName" type="xs:string"/>
    </xs:complexType>
    <xs:complexType name="ApprovalNode">
          <xs:choice maxOccurs="unbounded">
                  <xs:element ref="User" maxOccurs="unbounded"/>
                  <xs:element ref="Condition" minOccurs="0"/>
          </xs:choice>

          <xs:attribute name="id" type="xs:string" use="required"/>
          <xs:attribute name="label" type="xs:string"/>
    </xs:complexType>

    <xs:complexType name="Condition_T">
        <xs:attribute name="name" type="xs:string" use="required"/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center