|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Message definition creation from XSD issue |
« View previous topic :: View next topic » |
Author |
Message
|
satya2481 |
Posted: Sat Dec 13, 2008 6:40 am Post subject: Message definition creation from XSD issue |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
Hi All,
I am facing an issue while creating the message defintion using the XSD (Schema file). Here I am pasting the schema content. When I click on the New Message definition from xml schema option and then browse the schema file I am not able to see the "Finish" button getting enabled. I am able to create message defintions for other schemas. But only for this schema I am getting an issue.
Please let me know if anyone know how to resolve this....
[code:1:b269e076dd]
<?xml version="1.0" encoding="utf-8"?>
<!--
Schema agency: Open Applications Group
OAGIS® Revision: 9.3
Date: 11 August 2008
Copyright 1997-2008, All Rights Reserved
Copyright (C) Open Applications Group (1997-2008). All Rights Reserved.
This is an OAGIS® BOD XML Schema (XSD) Definition.
License information for this file is provided in the file **OAGi License Agreement.txt** that is provided with this download package.
For support, more information, or to report implementation bugs, please contact the Open Applications Group at oagis@openapplications.org.
XML Schema
Name: /OAGi-BPI-Platform/org_openapplications_platform/1_0/Common/OAGi/Components/CodeLists.xsd
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.openapplications.org/oagis/9/codelists" xmlns:clm5639="http://www.openapplications.org/oagis/9/languagecode/5639:1988" xmlns:clm54217="http://www.openapplications.org/oagis/9/currencycode/54217:2001" xmlns:clmIANAMIMEMediaTypes="http://www.openapplications.org/oagis/9/IANAMIMEMediaTypes:2003" xmlns:clm66411="http://www.openapplications.org/oagis/9/unitcode/66411:2001" targetNamespace="http://www.openapplications.org/oagis/9/codelists" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:import namespace="http://www.openapplications.org/oagis/9/currencycode/54217:2001" schemaLocation="../../UNCEFACT/ATG/CoreComponents/CodeList_CurrencyCode_ISO_7_04.xsd"/>
<xsd:import namespace="http://www.openapplications.org/oagis/9/languagecode/5639:1988" schemaLocation="../../UNCEFACT/ATG/CoreComponents/CodeList_LanguageCode_ISO_7_04.xsd"/>
<xsd:import namespace="http://www.openapplications.org/oagis/9/IANAMIMEMediaTypes:2003" schemaLocation="../../UNCEFACT/ATG/CoreComponents/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd"/>
<xsd:import namespace="http://www.openapplications.org/oagis/9/unitcode/66411:2001" schemaLocation="../../UNCEFACT/ATG/CoreComponents/CodeList_UnitCode_UNECE_7_04.xsd"/>
<xsd:simpleType name="ActionCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The action values that OAGi defines for OAGIS. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Add"/>
<xsd:enumeration value="Change"/>
<xsd:enumeration value="Delete"/>
<xsd:enumeration value="Replace"/>
<xsd:enumeration value="Accepted"/>
<xsd:enumeration value="Modified"/>
<xsd:enumeration value="Rejected"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ActionCodeContentType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Allows the user to use any of the codes that OAGi defines or add additional values.</xsd:documentation>
</xsd:annotation>
<xsd:union memberTypes="ActionCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="AgencyRoleCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The roles in which an organization may participate in a transaction.. </xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Customer"/>
<xsd:enumeration value="Supplier"/>
<xsd:enumeration value="Manufacturer"/>
<xsd:enumeration value="Broker"/>
<xsd:enumeration value="Carrier"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="AgencyRoleContentType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Allows the user to use any of the codes that OAGi defines or add additional values.</xsd:documentation>
</xsd:annotation>
<xsd:union memberTypes="AgencyRoleCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CategoryCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CategoryCodeContentType">
<xsd:union memberTypes="CategoryCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ChargeBearerCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="OUR">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">All transaction charges are to be borne by the debtor.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BEN">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">All transaction charges are to be borne by the creditor.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SHA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Transaction charges on the Sender's side are to be borne by the ordering customer. Transaction charges on the Receiver's side are to be
borne by the beneficiary customer.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ChargeBearerCodeContentType">
<xsd:union memberTypes="xsd:normalizedString ChargeBearerCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="ChargeCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ChargeCodeContentType">
<xsd:union memberTypes="ChargeCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ClassificationCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ClassificationCodeContentType">
<xsd:union memberTypes="ClassificationCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ChequeDeliveryMethodCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="MLDB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Mail to Debitor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MLCD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Mail to Creditor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MLFA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Mail to Final agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CRDB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Courier to debtor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CRCD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Courier to creditor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CRFA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Courier to final agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PUDB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Pickup by debtor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PUCD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Pickup by creditor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PUFA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Pickup by final agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RGDB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Registered mail to debtor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RGCD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Registered mail to creditor</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RGFA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Registered mail to final agent</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ChequeDeliveryMethodCodeContentType">
<xsd:union memberTypes="xsd:normalizedString ChequeDeliveryMethodCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="ChequeInstructionCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CCHQ"/>
<xsd:enumeration value="CCCH"/>
<xsd:enumeration value="BCHQ"/>
<xsd:enumeration value="DFFT"/>
<xsd:enumeration value="ELDR"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ChequeInstructionCodeContentType">
<xsd:union memberTypes="xsd:normalizedString ChequeInstructionCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="ContactLocationCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Home"/>
<xsd:enumeration value="Work"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ContactLocationCodeContentType">
<xsd:union memberTypes="ContactLocationCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="ControlAssertionEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Completeness"/>
<xsd:enumeration value="Existence or Occurance"/>
<xsd:enumeration value="Presentation and Disclosure"/>
<xsd:enumeration value="Rights and Obligations"/>
<xsd:enumeration value="Valuation or Measurement"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ControlAssertionContentType">
<xsd:union memberTypes="xsd:normalizedString ControlAssertionEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="ControlCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Trigger"/>
<xsd:enumeration value="Workflow"/>
<xsd:enumeration value="Measurement"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ControlCodeContentType">
<xsd:union memberTypes="xsd:normalizedString CountryCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="ControlComponentEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Risk Assessment"/>
<xsd:enumeration value="Monitoring"/>
<xsd:enumeration value="Control Environment"/>
<xsd:enumeration value="Control Activities"/>
<xsd:enumeration value="Information and Communication"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="ControlComponentContentType">
<xsd:union memberTypes="xsd:normalizedString ControlComponentEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="CountryCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CountryCodeContentType">
<xsd:union memberTypes="CountryCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CountrySubdivisionCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CountrySubdivisionCodeContentType">
<xsd:union memberTypes="CountrySubdivisionCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CreditTransferCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CASH">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Cash management transfer.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CORT">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Payment made in settlement of a trade</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DIVI">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Dividend.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GOVT">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Government payment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HEDG">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Hedging</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="INTC">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Intra-company payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="INTE">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Interest</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LOAN">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Loan. Transfer of loan to borrower.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PENS">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Pension payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SALA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Salary payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SECU">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Securities.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SSBE">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Social security benefit. Payment made by government to support individuals.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SUPP">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Supplier payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TAXS">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Tax payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TRAD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Trade.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TREA">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Treasury payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="VATX">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Value added Tax payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CreditTransferCodeContentType">
<xsd:union memberTypes="CreditTransferCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="CurrencyCodeContentType">
<xsd:union memberTypes="clm54217:CurrencyCodeContentType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="DayOfWeekCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Sunday"/>
<xsd:enumeration value="Monday"/>
<xsd:enumeration value="Tuesday"/>
<xsd:enumeration value="Wednesday"/>
<xsd:enumeration value="Thursday"/>
<xsd:enumeration value="Friday"/>
<xsd:enumeration value="Saturday"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DayOfWeekCodeContentType">
<xsd:union memberTypes="DayOfWeekCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="DebitCreditCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Debit"/>
<xsd:enumeration value="Credit"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="DebitCreditCodeContentType">
<xsd:union memberTypes="DebitCreditCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="DeliveryPointCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="DeliveryPointCodeContentType">
<xsd:union memberTypes="DeliveryPointCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="EMailFormatCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="HTML"/>
<xsd:enumeration value="Rich Text"/>
<xsd:enumeration value="Plain Text"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EMailFormatCodeContentType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the perferred format in which to send eMail.</xsd:documentation>
</xsd:annotation>
<xsd:union memberTypes="EMailFormatCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="EngineeringActivityCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="amendment">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to add information to product data</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="analysis">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to determine the behavior of an element under certain physical circumstances</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="cancellation">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to delete an element from the bill of material or to cancel he whole bill of material</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="deliveryChange">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An actity to change the delivery schedule of an element</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="designChange">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to change the design of an item or an assembly; this might include changes to the geometry or to the properties of the object</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="design">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity concerning the development of a design of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="mockUpCreation">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to create an experimental model or replica of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="protoypeBuilding">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to manufacture a preliminary version of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="rectification">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to correct the data, documentation or structure associated wih an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="restructuring">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to create an new structure or position within a bill of material without changin the data associated with the items in the bill of material</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="sparePartCreation">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to design a spare part or to classify an item as a spare part</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="stopNotice">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to stop the manufacturing process of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="testing">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An activity to test an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EngineeringActivityCodeContentType">
<xsd:union memberTypes="EngineeringActivityCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkOrderCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the type of Engineering Work Order.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="designDeviationPermit">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for a deviation from the approved design data</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="designRelease">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An auhorization for the design of a product or of an item or o create a bill of material</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="managementResolution">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization by a committee, such as the board of directos, to design or change an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="manufacturingRelease">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for the manufacturing process of a product or of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="productionDeviationPermit">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for a deviation from the approved manufacturing process</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkOrderCodeContentType">
<xsd:union memberTypes="EngineeringWorkOrderCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkRequestCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the type of Engineering Work Request.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="ChangeOfStandard">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request to translate a change to a standard into action</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CostReduction">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request aimed at reducing the engineering and manufacturing costs of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CustomerRejection">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request resulting from a rejection by a customer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CustomerRequest">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request for an activity that is necessary to solve the request of a customer</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DurabilityImprovement">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request aimed at extending the life time of an item</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GovernmentRegulation">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">A request resulting from legal requirements</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ProcurementAlignment"/>
<xsd:enumeration value="ProductionAlignment"/>
<xsd:enumeration value="ProductionRelief"/>
<xsd:enumeration value="ProductionRequirement"/>
<xsd:enumeration value="QualityImprovement"/>
<xsd:enumeration value="SecuriyReason"/>
<xsd:enumeration value="Standardization"/>
<xsd:enumeration value="SupplierRequest"/>
<xsd:enumeration value="TechnicalImprovement"/>
<xsd:enumeration value="ToolImprovement"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkRequestCodeContentType">
<xsd:union memberTypes="EngineeringWorkRequestCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkRequestStatusCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the status of Engineering Work Request.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="inWork"/>
<xsd:enumeration value="issued"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="EngineeringWorkRequestStatusCodeContentType">
<xsd:union memberTypes="EngineeringWorkRequestCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="FinalAgentInstructionCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CHQB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Pay creditor only by cheque. The creditor's account number must not be specified.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HOLD">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Hold cash for creditor. Creditor will call; pay upon identification.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PHOB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Please advise/contact beneficiary/claimant by phone.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TELB">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Please advise/contact beneficiary/claimant by the most efficient means of telecommunication.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FinalAgentInstructionCodeContentType">
<xsd:union memberTypes="xsd:normalizedString FinalAgentInstructionCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="FreightTermCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="FreightTermCodeContentType">
<xsd:union memberTypes="FreightTermCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="GenderCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Male"/>
<xsd:enumeration value="Female"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GenderCodeContentType">
<xsd:union memberTypes="GenderCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="IncotermsCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="IncotermsCodeContentType">
<xsd:union memberTypes="IncotermsCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="LanguageCodeContentType">
<xsd:union memberTypes="xsd:normalizedString clm5639:LanguageCodeContentType"/>
</xsd:simpleType>
<xsd:simpleType name="LicenseTypeCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Import"/>
<xsd:enumeration value="Export"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LicenseTypeCodeContentType">
<xsd:union memberTypes="LicenseTypeCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="MaritalStatusCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Divorced"/>
<xsd:enumeration value="Married"/>
<xsd:enumeration value="NeverMarried"/>
<xsd:enumeration value="Separated"/>
<xsd:enumeration value="SignificantOther"/>
<xsd:enumeration value="Widowed"/>
<xsd:enumeration value="Unknown"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MaritalStatusCodeContentType">
<xsd:union memberTypes="MaritalStatusCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="MatchCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Standard List of Invoice Matching Types. 2 stands for two way matching (Invoice, PO). 3 stands for three way matching (Invoice, PO, Receipt). 4 stands for four way matching (Invoice, PO, Receipt, Invoice)</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="2"/>
<xsd:enumeration value="3"/>
<xsd:enumeration value="4"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MatchCodeContentType">
<xsd:union memberTypes="MatchCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="MatchDocumentEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Invoice"/>
<xsd:enumeration value="Purchase Order"/>
<xsd:enumeration value="Receipt"/>
<xsd:enumeration value="Inspection"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="MatchDocumentContentType">
<xsd:union memberTypes="MatchDocumentEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="MIMECodeContentType">
<xsd:union memberTypes="clmIANAMIMEMediaTypes:BinaryObjectMimeCodeContentType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PartyCategoryCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This list of Party Categories.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Organization"/>
<xsd:enumeration value="Individual"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PartyCategoryCodeContentType">
<xsd:union memberTypes="PartyCategoryCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PartyRoleCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This list is the agreed to Party Roles.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PartyRoleCodeContentType">
<xsd:union memberTypes="PartyRoleCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PaymentBasisCodeEnumerationType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This list is the agreed to sub set of Payment Term Basis Codes from X12 Element 333.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="InvoiceDate"/>
<xsd:enumeration value="ShippingDate"/>
<xsd:enumeration value="DeliveryDate"/>
<xsd:enumeration value="PurchaseOrderDate"/>
<xsd:enumeration value="ReceiptOfGoodsDate"/>
<xsd:enumeration value="AcceptanceOfGoodsDate"/>
<xsd:enumeration value="AcceptanceOfOrderDate"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PaymentBasisCodeContentType">
<xsd:union memberTypes="PaymentBasisCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PaymentPurposeCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="ADVA"/>
<xsd:enumeration value="AGRT"/>
<xsd:enumeration value="ALMY"/>
<xsd:enumeration value="BECH"/>
<xsd:enumeration value="BENE"/>
<xsd:enumeration value="BONU"/>
<xsd:enumeration value="CASH"/>
<xsd:enumeration value="CBFF"/>
<xsd:enumeration value="CHAR"/>
<xsd:enumeration value="CMDT"/>
<xsd:enumeration value="COLL"/>
<xsd:enumeration value="COMC"/>
<xsd:enumeration value="COMM"/>
<xsd:enumeration value="CONS"/>
<xsd:enumeration value="COST"/>
<xsd:enumeration value="CPYR"/>
<xsd:enumeration value="DBTC"/>
<xsd:enumeration value="DIVI"/>
<xsd:enumeration value="FREX"/>
<xsd:enumeration value="GDDS"/>
<xsd:enumeration value="GOVT"/>
<xsd:enumeration value="HEDG"/>
<xsd:enumeration value="IHRP"/>
<xsd:enumeration value="INSU"/>
<xsd:enumeration value="INTC"/>
<xsd:enumeration value="INTE"/>
<xsd:enumeration value="LICF"/>
<xsd:enumeration value="LOAN"/>
<xsd:enumeration value="LOAR"/>
<xsd:enumeration value="NETT"/>
<xsd:enumeration value="PAYR"/>
<xsd:enumeration value="PENS"/>
<xsd:enumeration value="REFU"/>
<xsd:enumeration value="RENT"/>
<xsd:enumeration value="ROYA"/>
<xsd:enumeration value="SALA"/>
<xsd:enumeration value="SCVE"/>
<xsd:enumeration value="SECU"/>
<xsd:enumeration value="SSBE"/>
<xsd:enumeration value="SUBS"/>
<xsd:enumeration value="TAXS"/>
<xsd:enumeration value="TREA"/>
<xsd:enumeration value="VATX"/>
<xsd:enumeration value="VENP"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PaymentPurposeCodeContentType">
<xsd:union memberTypes="xsd:normalizedString PaymentPurposeCodeEnumerationType"/>
</xsd:simpleType>
<xsd:simpleType name="PaymentMethodCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Cash"/>
<xsd:enumeration value="Cheque"/>
<xsd:enumeration value="CreditCard"/>
<xsd:enumeration value="DebitCard"/>
<xsd:enumeration value="ElectronicFundsTransfer"/>
<xsd:enumeration value="ProcurementCard"/>
<xsd:enumeration value="BankDraft"/>
<xsd:enumeration value="PurchaseOrder"/>
<xsd:enumeration value="CreditTransfer"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="PaymentMethodCodeContentType">
<xsd:union memberTypes="PaymentMethodCodeEnumerationType xsd:normalizedString"/>
</xsd:simpleType>
<xsd:simpleType name="PaymentSchemeCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="ACH">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Payment has to be executed through an Automated Clearing House</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RTGS">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Payment has to be executed through Real time gross settlement system.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fednet">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Payment has to be executed throu |
|
Back to top |
|
 |
kimbert |
Posted: Sat Dec 13, 2008 7:45 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Please do not paste huge files like this - yours has been truncated.
When you paste code, please use the [code] tag - otherwise it is very difficult to read what you have posted.
Have you checked that this xsd is a valid xsd? There are plenty of tools available which will do this for you, I suspect that the first line is the problem. |
|
Back to top |
|
 |
satya2481 |
Posted: Sat Dec 13, 2008 9:45 pm Post subject: |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
Hi kimbert,
Thank you very much for your reply. Yes, you are right I shouldnt have pasted the entire schema, I will take care on this....
Well, I will try to validate this in the XML tools. I have actually checked in the WMB Toolkit validate option. It did worked fine.
Thank You
Satya |
|
Back to top |
|
 |
satya2481 |
Posted: Tue Dec 16, 2008 4:09 am Post subject: |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
Hi I have used the mqsicreatemsgdefs command and I am able to create the message definition successfully.... |
|
Back to top |
|
 |
kimbert |
Posted: Tue Dec 16, 2008 5:50 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
The problem might have been an out-of-memory exception. Maybe mqsicreatemsgdefs has a slightly smaller memory overhead, which leaves just enough for the schema importer to do its job.
You could test this theory by increasing the size of the Java heap available to the toolkit. I'm sure someone on this forum can tell you how. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|