abstractCatalogEntity Data Type

Namespace
(Default)
Abstract Type
Subtypes
ProductOffering
Properties
name data type type namespace min/max occurs description
catalogId string element 0/1  
catalogVersion string element 0/1  
parsedCatalogVersion parsedVersion element 0/1  
Properties inherited from abstractEntity
description string element 0/1  
href string element 0/1  
id string element 0/1  
lastUpdate dateTime element 0/1  
lifecycleStatus lifecycleStatus element 0/1  
name string element 0/1  
parsedVersion parsedVersion element 0/1  
validFor timeRange element 0/1  
version string element 0/1  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<a----->
  <catalogVersion>...</catalogVersion>
  <catalogId>...</catalogId>
  <parsedCatalogVersion/>
  <description>...</description>
  <version>...</version>
  <href>...</href>
  <parsedVersion/>
  <lifecycleStatus>...</lifecycleStatus>
  <validFor>
    <endDateTime>...</endDateTime>
    <startDateTime>...</startDateTime>
  </validFor>
  <name>...</name>
  <lastUpdate>...</lastUpdate>
  <id>...</id>
</a----->