Product
Element Name | Possible Values | Repetition | Source Repository/ Relationship Attribute Name | Description | Simple/ Complex Element |
---|---|---|---|---|---|
Product
|
|||||
productId
|
1 | PRODUCT /PRODUCTID |
Record unique id
This element is mandatory. |
Simple | |
description
|
0..1 | PRODUCT /SHOTIDESC |
Simple | ||
owner
|
0..1 | PRODUCT /OWNER |
Simple |
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> <ns0:Product> <ns0:productId>PO_BASIC_MONITORING_ALARMS</ns0:productId> <ns0:description>Secure your house with additional alarms and get notified where ever you are.</ns0:description> </ns0:Product> . . . </ProductModel> </ProductModels>