Namespace | http://www.mulesoft.org/schema/mule/peoplesoft |
Schema Location | http://www.mulesoft.org/schema/mule/peoplesoft/current/mule-peoplesoft.xsd (View Schema) |
Schema Version | 1.0 |
Minimum Mule Version | 3.6 |
Schema
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:ns2="http://www.mulesoft.org/schema/mule/devkit" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.mulesoft.org/schema/mule/peoplesoft" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace"></xs:import>
<xs:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"></xs:import>
<xs:import namespace="http://www.mulesoft.org/schema/mule/core" schemaLocation="http://www.mulesoft.org/schema/mule/core/current/mule.xsd"></xs:import>
<xs:element xmlns:mule="http://www.mulesoft.org/schema/mule/core" substitutionGroup="mule:abstract-extension" name="config">
<xs:complexType>
<xs:complexContent>
<xs:extension base="mule:abstractExtensionType">
<xs:annotation>
<xs:documentation></xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="component-interface-ids-white-list">
<xs:annotation>
<xs:documentation></xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="component-interface-ids-white-list">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="optional" name="value-ref"></xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="ref">
<xs:annotation>
<xs:documentation>The reference object for this parameter</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element type="mule:poolingProfileType" minOccurs="0" name="connection-pooling-profile">
<xs:annotation>
<xs:documentation>Characteristics of the connection pool.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" ref="mule:abstract-reconnection-strategy">
<xs:annotation>
<xs:documentation>Reconnection strategy that defines how Mule should handle a connection failure.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="name">
<xs:annotation>
<xs:documentation>Give a name to this configuration so it can be later referenced by config-ref.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute xmlns="http://www.mulesoft.org/schema/mule/peoplesoft" type="booleanType" use="optional" default="false" name="componentInterfaceInteractiveMode">
<xs:annotation>
<xs:documentation>Controls whether to apply values and run business rules immediately, or whether items are queued and business rules are run later, in a single step.
<p>
<b>Note:</b> You should use interactive mode when testing and debugging a component interface. Interactive mode in a production environment slows performance because of the
number of server trips required.
<p>
If you are using a component interface as part of a batch process in which thousands of rows are to be inserted, running in interactive mode may reduce performance so much
on some UNIX servers that the application times out with a connection failure.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute xmlns="http://www.mulesoft.org/schema/mule/peoplesoft" type="booleanType" use="optional" default="false" name="componentInterfaceGetHistoryItems">
<xs:annotation>
<xs:documentation>Controls whether the component interface runs in Update/Display mode or Correction mode when the underlying component is effective-dated. If GetHistory is set to true, then
historical data can be retrieved but not modified. GetHistory items work in accordance with EditHistory items.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute xmlns="http://www.mulesoft.org/schema/mule/peoplesoft" type="booleanType" use="optional" default="false" name="componentInterfaceEditHistoryItems">
<xs:annotation>
<xs:documentation>Controls whether the component interface runs in Update/Display All mode, Update/Display mode, or Correction mode when the underlying component is effective-dated. If
EditHistory items are set to true, then historical data can be modified. EditHistory items work in accordance with GetHistory items.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" use="required" name="server">
<xs:annotation>
<xs:documentation>Generally conformed by the : (e.g. localhost:9999)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" use="required" name="username">
<xs:annotation>
<xs:documentation>The username to access the service</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" use="optional" name="password">
<xs:annotation>
<xs:documentation>The password to access the service</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element xmlns="http://www.mulesoft.org/schema/mule/peoplesoft" xmlns:mule="http://www.mulesoft.org/schema/mule/core" type="InvokeOperationType" substitutionGroup="mule:abstract-message-processor" name="invoke-operation">
<xs:annotation>
<xs:documentation>Invoke Operation will invoke a PeopleSoft operation depending on the type selected. DataSense discovers the structure of the entities in the system in Designtime/Runtime and
uses it to perform the operation for the type selected. This will vary for Find, Get, Create and the rest.
<p/></xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="InvokeOperationType">
<xs:complexContent>
<xs:extension xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:abstractMessageProcessorType">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="payload">
<xs:annotation>
<xs:documentation>A Map with the parameters to be used in the operation</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="payload">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="optional" name="value-ref"></xs:attribute>
<xs:attribute type="xs:string" name="key"></xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"></xs:any>
</xs:sequence>
</xs:choice>
<xs:attribute type="xs:string" use="optional" name="ref">
<xs:annotation>
<xs:documentation>The reference object for this parameter</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="required" name="config-ref">
<xs:annotation>
<xs:documentation>Specify which configuration to use for this invocation.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute type="xs:string" use="required" name="key">
<xs:annotation>
<xs:documentation>The type of the entity as determined by DataSense. Once all the types are gathered from Sandbox, Entities are composed as {CI||{Operation like JOB_TASK||Get.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:simpleType name="OnNoTokenPolicyEnumType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="EXCEPTION"></xs:enumeration>
<xs:enumeration value="STOP_FLOW"></xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="integerType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:integer"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="decimalType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:decimal"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="floatType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:float"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="doubleType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:double"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="dateTimeType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:dateTime"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="longType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:long"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="byteType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:byte"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="booleanType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:boolean"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="anyUriType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:anyURI"></xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="charType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"></xs:minLength>
<xs:maxLength value="1"></xs:maxLength>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction xmlns:mule="http://www.mulesoft.org/schema/mule/core" base="mule:propertyPlaceholderType"></xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:schema>