ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Migrating WESB 7.0 to IIB10

Post new topic  Reply to topic
 Migrating WESB 7.0 to IIB10 « View previous topic :: View next topic » 
Author Message
NAIDU
PostPosted: Thu Apr 27, 2017 11:47 am    Post subject: Migrating WESB 7.0 to IIB10 Reply with quote

Novice

Joined: 12 Jan 2016
Posts: 17

Hi ,
I am facing issues when migrating WESB 7.0 to IIB V10. Here we had libraries for WESB , now I want convert that WESB libraries into IIB Resources, here WSDL and xsd's are getting errors due to which mapping nodes are getting effected.

Any help is appreciated .
Thank you
Back to top
View user's profile Send private message
timber
PostPosted: Fri Apr 28, 2017 1:19 am    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

It would be easier to help if you told us
- what the issues are
- what you have already tried
- what happened when you tried it
Back to top
View user's profile Send private message
NAIDU
PostPosted: Fri Apr 28, 2017 2:47 am    Post subject: Reply with quote

Novice

Joined: 12 Jan 2016
Posts: 17

Hi timber,

The issue here is that i have a xsd and with that xsd , I am able to create a dfdl library, but i am facing issues with test parser.

Here is my input:

Code:
<?xml version="1.0" encoding="UTF-8"?><ns0:SubscriptionInput CustomerID="jdjjd" CustomerKey="dnnds" InheritFromParents="mnsdn" OrganizationCode="nsmnjnd" xmlns:ns0="http://www.sterlingcommerce.com/documentation/YCP/Subscription/input">
  <ns0:CustomerContact CustomerContactID="ddd" UserID="ddd"/>
  <ns0:Extn ExtnDocID="dddd"/>
</ns0:SubscriptionInput>


and the corresponding xsd is :

Code:
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.sterlingcommerce.com/documentation/YCP/getCustomerDetails/input" xmlns:yfc="http://www.sterlingcommerce.com/documentation/YCP/getCustomerDetails/input" xmlns:yfctype="http://www.sterlingcommerce.com/documentation/types">
<xsd:annotation yfc:fileName="YCP_getCustomerDetails_input.xsd" yfc:rootElement="Customer">
<xsd:appinfo source="yfc:structure">
<Customer hasAttributes="Y">
  <CustomerContact hasAttributes="Y"/>
  </Customer>
  </xsd:appinfo>
  </xsd:annotation>
  <xsd:import namespace="http://www.sterlingcommerce.com/documentation/types" schemaLocation="datatypes.xsd"/>
<xsd:element name="Customer" type="yfc:CustomerXSDType">
<xsd:annotation yfc:tableName="YFS_CUSTOMER">
<xsd:documentation>
<div>
  Specify the unique identification of a customer.
  <code>CustomerKey</code>
  or a combination of
  <code>OrganizationCode</code>
  and
  <code>CustomerID</code>
  can be specified to identify a customer.
<Validation>
  <Condition>If no customer matches the criteria</Condition>
  <Error Description="No Record Found." ErrorCode="YFS10001"/>
  </Validation>
  </div>
  </xsd:documentation>
  </xsd:annotation>
  </xsd:element>
<xsd:complexType name="CustomerXSDType">
<xsd:all>
  <xsd:element maxOccurs="1" minOccurs="0" ref="yfc:CustomerContact"/>
  </xsd:all>
<xsd:attribute name="CustomerID" type="yfctype:CustomerId" use="optional">
<xsd:annotation yfc:columnName="CUSTOMER_ID" yfc:tableName="YFS_CUSTOMER">
  <xsd:documentation>The identifier for the customer.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
<xsd:attribute name="CustomerKey" type="yfctype:Key" use="optional">
<xsd:annotation yfc:columnName="CUSTOMER_KEY" yfc:tableName="YFS_CUSTOMER">
  <xsd:documentation>The primary key for the YFS_CUSTOMER table.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
<xsd:attribute name="InheritFromParents" type="yfctype:Flag" use="optional">
<xsd:annotation>
  <xsd:documentation>Determines whether addresses and payments should be inherited from the customer's parents. Default: N</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
<xsd:attribute name="OrganizationCode" type="yfctype:OrgCode" use="optional">
<xsd:annotation yfc:columnName="ORGANIZATION_CODE" yfc:tableName="YFS_CUSTOMER">
  <xsd:documentation>The organization code of organization that defines this customer.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
<xsd:element name="CustomerContact">
<xsd:annotation yfc:tableName="YFS_CUSTOMER_CONTACT">
  <xsd:documentation>This table stores contact information of a customer.</xsd:documentation>
  </xsd:annotation>
<xsd:complexType>
<xsd:attribute name="CustomerContactID" type="yfctype:Text-40" use="optional">
<xsd:annotation yfc:columnName="CUSTOMER_CONTACT_ID" yfc:tableName="YFS_CUSTOMER_CONTACT">
  <xsd:documentation>The identifier for the contact person.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
<xsd:attribute name="UserID" type="yfctype:ContactUserId" use="optional">
<xsd:annotation yfc:columnName="USER_ID" yfc:tableName="YFS_CUSTOMER_CONTACT">
  <xsd:documentation>Indicates that this customer has a user contact.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>


and this xsd is using

[code:1:1f6e5cc209]<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sterlingcommerce.com/documentation/types" xmlns:ns1="http://www.sterlingcommerce.com/documentation/types">
<xsd:simpleType name="SciRegNumber">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="22"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="BLOB">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="200000000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CLOB">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<xsd:simpleType name="String">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
<xsd:simpleType name="Action">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Address">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="70"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="City">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CodeType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CommonCode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Count">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="UnitTimeOut">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Country">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ConversionRate">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="16"/>
<xsd:totalDigits value="28"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CurrencyConversionRate">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="10"/>
<xsd:totalDigits value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Currency">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Date">
<xsd:restriction base="xsd:date"/>
</xsd:simpleType>
<xsd:simpleType name="Time">
<xsd:restriction base="xsd:time"/>
</xsd:simpleType>
<xsd:simpleType name="TimeStamp">
<xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>
<xsd:simpleType name="HourMinuteTime">
<xsd:restriction base="xsd:time"/>
</xsd:simpleType>
<xsd:simpleType name="Dimension">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="14"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DocumentNo">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EMailID">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="150"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FileName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FlowName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SubFlowName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ApiName-128">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Flag">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ID-10">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ID-24">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ID-35">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ID-40">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DateTypeId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Createprogid">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Modifyprogid">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ItemID">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Key">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DataMartKey">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ExceptionId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Locale">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LongFileName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Money">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="2"/>
<xsd:totalDigits value="15"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Integer">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="9"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Number">
<xsd:restriction base="xsd:decimal">
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="14"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NumberOfDays">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NumberOfHoursWithDecimal">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="14"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="OrgCode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PhoneNo">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Priority">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PriorityWithDecimal">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="2"/>
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ProgramID">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Quantity">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="14"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ShipNode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Number-22">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="22"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Number-20">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ShortNumber">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="4"/>
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ShorterNumber">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PositiveShorterNumber">
<xsd:restriction base="xsd:positiveInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Lockid">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="State">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyStatus">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Status">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ShortStatus">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumNewStatus">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
<xsd:enumeration value="00"/>
<xsd:enumeration value="10"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-10">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-100">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-1000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-Text-1000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-15">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-1500">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-2">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-1">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-20">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-200">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="200"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-Text-2000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-2000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-2048">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2048"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-4000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="4000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-Text-4000">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="4000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-24">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-128">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-256-Informix-255">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-256-Informix-MySQL-255">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-255">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-Text-255">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-3">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-8">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="8"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-30">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ServerName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-4">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="4"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PurgeCode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-40">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-50">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-500">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-Text-500">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-254">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="254"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TransactionID">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="UOM">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="URL">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-URL">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="UserGroup">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="25"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="UserId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Createuserid">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Modifyuserid">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CreateUserId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ModifyUserId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ZipCode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="StringQryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="EQ"/>
<xsd:enumeration value="FLIKE"/>
<xsd:enumeration value="LIKE"/>
<xsd:enumeration value="GT"/>
<xsd:enumeration value="LT"/>
<xsd:enumeration value="ISNULL"/>
<xsd:enumeration value="NOTNULL"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DateQryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="BETWEEN"/>
<xsd:enumeration value="DATERANGE"/>
<xsd:enumeration value="EQ"/>
<xsd:enumeration value="GE"/>
<xsd:enumeration value="GT"/>
<xsd:enumeration value="LE"/>
<xsd:enumeration value="LT"/>
<xsd:enumeration value="NE"/>
<xsd:enumeration value="ISNULL"/>
<xsd:enumeration value="NOTNULL"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NumberQryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="BETWEEN"/>
<xsd:enumeration value="EQ"/>
<xsd:enumeration value="GE"/>
<xsd:enumeration value="GT"/>
<xsd:enumeration value="LE"/>
<xsd:enumeration value="LT"/>
<xsd:enumeration value="NE"/>
<xsd:enumeration value="ISNULL"/>
<xsd:enumeration value="NOTNULL"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Boolean">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TFBoolean">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="true"/>
<xsd:enumeration value="false"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Mode">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Add"/>
<xsd:enumeration value="Update"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="XML">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50000"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MaxRecordCount">
<xsd:restriction base="xsd:positiveInteger">
<xsd:totalDigits value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ListMaxRecordCount">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SessionTimeOut">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TimeOut">
<xsd:restriction base="xsd:positiveInteger">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CacheLimit">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Integer4AgentCriteria">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="6"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ExecutionDuration">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="2"/>
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="QueueId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Activity">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ActivityGroup">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ModificationLevel">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GraphType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="OwnerType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LoginId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Password">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PasswordSalt">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TranId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SessionId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DataSecurityGroupId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Description">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ModuleId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ServiceName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Context">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="StatName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="StatValue">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:fractionDigits value="2"/>
<xsd:totalDigits value="15"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MonitorType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DocumentType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CodeShortDescription">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="JavaClass">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GroupName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="AttributeName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CustomerId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ListenerType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ReasonCode">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ReasonText">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TableName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="UOMType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ErrorState">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NonUnicode-ErrorString">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2048"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DayOfMonth">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Threshold">
<xsd:restriction base="xsd:positiveInteger">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ThresholdWithDecimal">
<xsd:restriction base="xsd:decimal">
<xsd:minExclusive value="0"/>
<xsd:fractionDigits value="1"/>
<xsd:totalDigits value="11"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-150">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="150"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GroupLevel">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="RuleName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SectionName">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DecimalWithNegative">
<xsd:restriction base="xsd:decimal">
<xsd:fractionDigits value="8"/>
<xsd:totalDigits value="11"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ContactReference">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="150"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyPrefix">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TableType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyMapType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyMapKey">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DatabasePoolId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ColonyVersion">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MetaUniqueId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="200"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DispatchSequenceNo">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="19"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ResourceSequenceNo">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumListenerType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:enumeration value="01"/>
<xsd:enumeration value="02"/>
<xsd:enumeration value="03"/>
<xsd:enumeration value="04"/>
<xsd:enumeration value="05"/>
<xsd:enumeration value="06"/>
<xsd:enumeration value="07"/>
<xsd:enumeration value="08"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumRequiresDerivedDocType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value="S"/>
<xsd:enumeration value="M"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumPickStatusFilter">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="5"/>
<xsd:enumeration value="ALL"/>
<xsd:enumeration value="EXACT"/>
<xsd:enumeration value="BASE"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumConditionType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="PROCESS_MODELLING"/>
<xsd:enumeration value="HOLD_TYPE"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumDropStatusFilter">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="5"/>
<xsd:enumeration value="ALL"/>
<xsd:enumeration value="EXACT"/>
<xsd:enumeration value="EXTN"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumUserType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
<xsd:enumeration value="INTERNAL"/>
<xsd:enumeration value="EXTERNAL"/>
<xsd:enumeration value="EXTERNAL_LDAP_N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumStatus3">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="24"/>
<xsd:enumeration value="OPEN"/>
<xsd:enumeration value="WIP"/>
<xsd:enumeration value="CLOSED"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumDateSubTypeToMonitor">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:enumeration value="01"/>
<xsd:enumeration value="02"/>
<xsd:enumeration value="03"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SuperUser">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ConfirmValue">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="99"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PasswordPolicyId">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-28">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="28"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-36">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="36"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ChangePassNext">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Text-64">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="64"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="Number-11">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:totalDigits value="11"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumRoutingType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:enumeration value="01"/>
<xsd:enumeration value="02"/>
<xsd:enumeration value="03"/>
<xsd:enumeration value="04"/>
<xsd:enumeration value="05"/>
<xsd:enumeration value="06"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumConsolidationWindow">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
<xsd:enumeration value="DAY"/>
<xsd:enumeration value="HOUR"/>
<xsd:enumeration value="FOREVER"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumFlowType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:enumeration value="00"/>
<xsd:enumeration value="01"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumIsRealTime">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumCanAllCreateHoldType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumCanAllResolveHoldType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumPermission">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="APPLY"/>
<xsd:enumeration value="RESOLVE"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumPurpose3">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="APPLY"/>
<xsd:enumeration value="PREVENT"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumPurpose4">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="APPLY"/>
<xsd:enumeration value="PREVENT"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumResourceCreateType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="SYSTEM"/>
<xsd:enumeration value="USER"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumHoldTypeEnabled">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1"/>
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumTranType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
<xsd:enumeration value="SYSTEM"/>
<xsd:enumeration value="USER"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EnumMonitorRulePurpose">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="40"/>
<xsd:enumeration value="' ' "/>
<xsd:enumeration value="ORDER_MONITOR"/>
<xsd:enumeration value="SHIPMENT_MONITOR"/>
<xsd:enumeration value="WORK_ORDER_MONITOR"/>
<xsd:enumeration value=""/>
<xsd:enumeration value=" "/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NVText-5">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="5"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-10">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-12">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-13">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="13"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-15">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-25">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="25"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-48">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="48"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-50">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-64">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="64"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-128">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NText-255">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="BlobReference">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NUM-19">
<xsd:restriction base="xsd:integer">
<xsd:totalDigits value="19"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="NUM-8">
<xsd:restriction base="xsd:integer">
Back to top
View user's profile Send private message
timber
PostPosted: Fri Apr 28, 2017 4:56 am    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

Please explain what you are expecting us to do with that information.
Back to top
View user's profile Send private message
NAIDU
PostPosted: Fri Apr 28, 2017 9:45 am    Post subject: Reply with quote

Novice

Joined: 12 Jan 2016
Posts: 17

Here I want create a DFDL library
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 28, 2017 10:12 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

NAIDU wrote:
Here I want create a DFDL library


Why are you trying to convert WSDLs and XSDs into DFDLs?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
NAIDU
PostPosted: Fri Apr 28, 2017 10:31 am    Post subject: Reply with quote

Novice

Joined: 12 Jan 2016
Posts: 17

As of our Migration from WESB to IIB 10. We had WSDL and XSD's , and we are using WESB migration tool . so i wanted to use same wsdl and xsd's only
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 28, 2017 10:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

NAIDU wrote:
so i wanted to use same wsdl and xsd's only


Fair enough and I understand that.

Why DFDLs?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
timber
PostPosted: Fri Apr 28, 2017 4:37 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

Please take 30 minutes of your own time to carefully explain what you are doing and why. Then we may be able to help.
Back to top
View user's profile Send private message
NAIDU
PostPosted: Sat Apr 29, 2017 3:40 am    Post subject: Reply with quote

Novice

Joined: 12 Jan 2016
Posts: 17

Thanq timber,
Here when migrating from WESB to IIB , we are getting mapping node which are using xsd's. with those xsd's we are trying construct new DFDL libraries. In a flow we are getting 5 to 6 mapping nodes which uses xsd's . In IIB we are construct the flow as wesb. Here Wesb migration tool in IIB is providing flows along with sub flows and mostly with mapping nodes. Now challange is that common libraries in wesb should be implemented in IIB as is.
Common library mostly contains xsd's and wsdl.
Now with migration tool we got iib flow , but erros with mapping nodes because we need libraries(DFDL) should be fixed.

Thanq
Back to top
View user's profile Send private message
timber
PostPosted: Sun Apr 30, 2017 2:19 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Aug 2015
Posts: 1280

Sorry - I still do not understand. What did you mean when you said:
Quote:
I am able to create a dfdl library, but i am facing issues with test parser
Please explain what these issues are. We cannot see your screen.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Migrating WESB 7.0 to IIB10
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.