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