Dynamic Properties Schema
See dynamic-properties.xsd for the schema definition.
Example: dynamic property custom type definition
Example of dynamic properties for a "Database" component type.
<DynamicProperties>
<Property name="/database/type" highlighted="true" overrideIn="DeploymentActivity" type="MultiChoice">
<Value>My Database</Value>
<List>Oracle#;#MSSQL</List>
<Description>The type of the database that is used.</Description>
</Property>
<Property name="/database/user">
<Value>mydomain/user</Value>
</Property>
<Property name="/database/password" protected="true" overrideIn="DeploymentActivity" />
<Property name="/database/connection-string" highlighted="true" >
<Value>Database={name};User={user};Password={password}</Value>
<Description>The connection string that is used to connect to the database</Description>
</Property>
</DynamicProperties>