stagingRuleSetRequest element

Type: stagingRuleSetRequestDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <stagingRuleSetRequest> <data> <rules> <stagingRule> <enabled>...</enabled> <typeName>...</typeName> <resourceURI>...</resourceURI> <typeId>...</typeId> <name>...</name> <properties> <stagingRuleProperty> <value>...</value> <key>...</key> </stagingRuleProperty> <stagingRuleProperty> <!--...--> </stagingRuleProperty> <!--...more "stagingRuleProperty" elements...--> </properties> </stagingRule> <stagingRule> <!--...--> </stagingRule> <!--...more "stagingRule" elements...--> </rules> <resourceURI>...</resourceURI> <name>...</name> <id>...</id> <description>...</description> </data> </stagingRuleSetRequest>