stagingRuleSetResponse element

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

Example XML

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