Hi Mark,
Thanks for replying. We are not referring xsd at all. we are just importing the OAG BOD XML for its structure. We have also REMOVED all URIs mentioned below) from all the OAGBOD XMLs before importing them in IS –
xmlns=“http://www.openapplications.org/oagis/9” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://www.openapplications.org/oagis/9 …/…/BODs/Developer/ShowItemMaster.xsd”
Also, I’m pasting a ShowitemMaster.xsd here . “minoccur” is nowhere in the xsd.
[highlight=xml] <?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd=“XML Schema” xmlns=“http://www.openapplications.org/oagis/9” targetNamespace=“http://www.openapplications.org/oagis/9” elementFormDefault=“qualified” attributeFormDefault=“unqualified”>
<xsd:include schemaLocation=“…/…/Resources/Nouns/ItemMaster.xsd”/>
<xsd:element name=“ShowItemMaster” type=“ShowItemMasterType”>
xsd:annotation
<xsd:documentation source=“http://www.openapplications.org/oagis/9”>The purpose of the ShowItemMaster is to supply ITEM Information to another business application module. This request may be used as a response to a GetItemMaster request or as the result of some other business event. This BOD does not usually cause updates to occur.
There are many possible business applications in several environments that may use this capability. For example, an MRP, Inventory, or Manufacturing business application could use this to request item information.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name=“ShowItemMasterType”>
xsd:complexContent
<xsd:extension base=“BusinessObjectDocumentType”>
xsd:sequence
<xsd:element name=“DataArea” type=“ShowItemMasterDataAreaType”>
xsd:annotation
<xsd:documentation source=“http://www.openapplications.org/oagis/9”>Is where the information that the BOD message carries is provided, in this case ShowItemMaster. The information consists of a Verb and one or more Nouns. The verb (Show) indicates the action to be performed on the Noun (ItemMaster).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name=“ShowItemMasterDataAreaType”>
xsd:sequence
<xsd:element ref=“Show”/>
<xsd:element ref=“ItemMaster” maxOccurs=“unbounded”/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>[/highlight] *****************************
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards