ItemSpecs
Element Name | Possible Values | Repetition | Source Repository/ Relationship Attribute Name | Description | Datatype |
---|---|---|---|---|---|
ItemSpecs | |||||
Product | 1 | This element is mandatory. | Complex | ||
DependentOnProduct | 0..1 | Complex | |||
SingleUse | TRUE/FALSE | 1 | PRODUCT/SingleUse | This element is mandatory. | Simple |
MustComplete | TRUE/FALSE | 1 | Product/SingleUse | This element is mandatory. The default value is TRUE. | Simple |
characterictics | 0..1 | 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> <Product> <productId>PO_BASIC_MONITORING_ALARMS</productId> <description>Secure your house with additional alarms and get notified where ever you are.</description> </Product> <startDate>2013-07-02T11:54:37+02:00</startDate> <endDate>2013-07-02T11:54:37+02:00</endDate> <plan> <name>INVENTORY_ADD</name> <description>Inventory Add</description> <action>PROVIDE</action> <affinity>false</affinity> <milestone> <name>START</name> <dependency> <planName>PF_PROVIDE_15_TFOM-1811</planName> <milestoneName>MILE_15_2</milestoneName> <condition/> </dependency> </milestone> <milestone> <name>END</name> <dependency> <planName>PF_PROVIDE_15_TFOM-1812</planName> <milestoneName>MILE_15_3</milestoneName> <condition/> </dependency> </milestone> </plan> <ItemSpecs> <Product> <productId>SIM Inventario Recursos BP_TFOM-2512</productId> <description>SIM Inventario Recursos BP_TFOM-2512</description> </Product> <DependentOnProduct> . </DependentOnProduct> <SingleUse>false</SingleUse> <MustComplete>true</MustComplete> <characteristics> . . </characteristics> <characteristics> . . </characteristics> </ItemSpecs> . . . </ProductModel> </ProductModels>
Copyright © Cloud Software Group, Inc. All rights reserved.