| Schema Location |
workspace/Catalog-DataObjects/xsd/OAGIS/9.0/Overlays/IBM/Commerce/BODs/ShowCatalogEntry.xsd |
| Target Namespace |
http://www.ibm.com/xmlns/prod/commerce/9/catalog |
| Documentation |
This CatalogEntry XML schema file defines the ShowCatalogEntry BOD
which is used to show an catalogentry or list of CatalogEntrys. |
h3 element
ShowCatalogEntry
| Documentation |
Element definition of the ShowCatalogEntry BOD. |
| Namespace |
http://www.ibm.com/xmlns/prod/commerce/9/catalog |
| Type |
_cat:ShowCatalogEntryType |
| Source |
<element name="ShowCatalogEntry"
type="_cat:ShowCatalogEntryType"/>
|
h3 complex type ShowCatalogEntryType
| Documentation |
Type definition of the ShowCatalogEntry BOD. |
| Namespace |
http://www.ibm.com/xmlns/prod/commerce/9/catalog |
| Type |
extension of oa:BusinessObjectDocumentType |
| Content sequence |
DataArea |
| Attributes |
Data area of the ShowCatalogEntry BOD.
| Name |
Type |
Use |
Default |
Fixed |
Form |
|
| Source |
<complexType name="ShowCatalogEntryType">
<complexContent>
<extension base="oa:BusinessObjectDocumentType">
<sequence>
<element name="DataArea"
type="_cat:ShowCatalogEntryDataAreaType"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
h3 element ShowCatalogEntryType/DataArea
| Documentation |
Data area of the ShowCatalogEntry BOD. |
| Namespace |
http://www.ibm.com/xmlns/prod/commerce/9/catalog |
| Type |
_cat:ShowCatalogEntryDataAreaType |
| Source |
<element name="DataArea"
type="_cat:ShowCatalogEntryDataAreaType"/>
|
h3 complex type ShowCatalogEntryDataAreaType
| Documentation |
Type definition of the ShowCatalogEntry BOD's data area. |
| Namespace |
http://www.ibm.com/xmlns/prod/commerce/9/catalog |
| Content sequence |
oa:Show _cat:CatalogEntry{0,unbounded} |
| Source |
<complexType name="ShowCatalogEntryDataAreaType">
<sequence>
<element ref="oa:Show"/>
<element ref="_cat:CatalogEntry" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
</complexType>
|