Schema ShowCatalog.xsd

Schema Location /workspace/Catalog-DataObjects/xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ShowCatalog.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Documentation This Catalog XML schema file defines the ShowCatalog BOD which is used to show an catalog or list of Catalogs.


element ShowCatalog

Documentation Element definition of the ShowCatalog BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Type _cat:ShowCatalogType
Source
<element name="ShowCatalog" type="_cat:ShowCatalogType"/>


complex type ShowCatalogType

Documentation Type definition of the ShowCatalog BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Type extension of oa:BusinessObjectDocumentType
Content sequence DataArea
Attributes Data area of the ShowCatalog BOD.
Source
<complexType name="ShowCatalogType">
  <complexContent>
    <extension base="oa:BusinessObjectDocumentType">
      <sequence>
        <element name="DataArea"
type="_cat:ShowCatalogDataAreaType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>


element ShowCatalogType/DataArea

Documentation Data area of the ShowCatalog BOD.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Type _cat:ShowCatalogDataAreaType
Source
<element name="DataArea"
type="_cat:ShowCatalogDataAreaType"/>


complex type ShowCatalogDataAreaType

Documentation Type definition of the ShowCatalog BOD's data area.
Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Content sequence oa:Show _cat:Catalog{0,unbounded}
Source
<complexType name="ShowCatalogDataAreaType">
  <sequence>
    <element ref="oa:Show"/>
    <element ref="_cat:Catalog" minOccurs="0"
maxOccurs="unbounded"/>
  </sequence>
</complexType>