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