Schema GetCatalog.xsd

Schema Location workspace/Catalog-DataObjects/xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/GetCatalog.xsd
Target Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog
Documentation This Catalog XML schema file defines the GetCatalog BOD which is used to retrieve one or more catalogs.


element GetCatalog

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


complex type GetCatalogType

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


element GetCatalogType/DataArea

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


complex type GetCatalogDataAreaType

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