Schema GetCatalogGroup.xsd
Schema Location workspace/Catalog-DataObjects/xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/GetCatalogGroup.xsd Target Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog Documentation This CatalogGroup XML schema file defines the GetCatalogGroup BOD which is used to retrieve one or more catalog group(s).
- Elements
- Complex Types
element GetCatalogGroup
Documentation Element definition of the GetCatalogGroup BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog Type _cat:GetCatalogGroupType Source <element name="GetCatalogGroup" type="_cat:GetCatalogGroupType"/>
complex type GetCatalogGroupType
Documentation Type definition of the GetCatalogGroup BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog Type extension of oa:BusinessObjectDocumentType Content sequence DataArea Attributes Data area of the GetCatalogGroup BOD. Source <complexType name="GetCatalogGroupType"> <complexContent> <extension base="oa:BusinessObjectDocumentType"> <sequence> <element name="DataArea" type="_cat:GetCatalogGroupDataAreaType"/> </sequence> </extension> </complexContent> </complexType>
element GetCatalogGroupType/DataArea
Documentation Data area of the GetCatalogGroup BOD. Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog Type _cat:GetCatalogGroupDataAreaType Source <element name="DataArea" type="_cat:GetCatalogGroupDataAreaType"/>
complex type GetCatalogGroupDataAreaType
Documentation Type definition of the GetCatalogGroup BOD's data area. Namespace http://www.ibm.com/xmlns/prod/commerce/9/catalog Content sequence oa:Get _cat:CatalogGroup{0,unbounded} Source <complexType name="GetCatalogGroupDataAreaType"> <sequence> <element ref="oa:Get"/> <element ref="_cat:CatalogGroup" minOccurs="0" maxOccurs="unbounded"/> </sequence> </complexType>