stagingRuleSetRequest element

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

Example XML

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