ProductModels
This is the root of the xml document and is a complex element.
Element Name | Possible Values | Repetition | Source Repository/ Relationship Attribute Name | Description | Datatype |
---|---|---|---|---|---|
ProductModels
|
|||||
ProductModel
|
UNFINISHED /COMPLETED |
1...N | Product Repository | One
ProductModel for one product. When publishing multiple products, there are that many
ProductModel .
This element is mandatory. |
Complex |
Example
<ProductModels xmlns="http://www.tibco.com/AFF/classes/productmodel" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:datetime="http://exslt.org/dates-and-times" xmlns:java="http://xml.apache.org/xslt/java"> <ProductModel> … </ProductModel> <ProductModel> … </ProductModel> . . . . <ProductModel> … </ProductModel> </ProductModels>