Download BEA WebLogic Adapter for Siebel User Manual

Transcript
A
Sample Files
Sample Account Integration Object
Sample Account Service Request Schema
<?xml version="1.0" encoding="UTF-8"?>
<!-[XDR-XSD] This schema automatically updated from an IE5-compatible
XDR schema to W3C
XML Schema by xdr-xsd-converter.xslt 1.2, available from
Microsoft.
Contact [email protected].
Note: if a local copy of XMLSchema.dtd and datatypes.dtd are not
available, use the official location of
"http://www.w3.org/2000/10/XMLSchema.dtd"
for the system id.
-->
<!-- Copyright (C) 2001, Siebel Systems, L.P., All rights reserved.
-->
<!-- Siebel XDR Generation -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<xsd:annotation>
<xsd:documentation>Schema name:
SiebelMessage</xsd:documentation>
</xsd:annotation>
<!-- [XDR-XSD] "SiebelMessage" element -->
<xsd:element name="SiebelMessage">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="ListOfSampleAccount" maxOccurs="1"
minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="MessageId"/>
<xsd:attribute name="MessageType" use="required"
fixed="Integration Object"/>
<xsd:attribute name="IntObjectName" use="required"
fixed="Sample Account"/>
A-24
BEA WebLogic Adapter for Siebel