diff options
author | Nuno Santos <nsantos@apache.org> | 2009-09-15 19:00:05 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2009-09-15 19:00:05 +0000 |
commit | e7055b1e6b898fb37d605d8fdd43b56eb22d28f0 (patch) | |
tree | 683dd4e85fc4915fcbf3a0a41bde7b3c2caed450 | |
parent | 3f0838479df2a5678a6093f34276b9e336af3ded (diff) | |
download | qpid-python-e7055b1e6b898fb37d605d8fdd43b56eb22d28f0.tar.gz |
add missing 'references' attrib to altExchange
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@815449 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | specs/management-schema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index e72ba1cdd7..c25aca67ed 100644 --- a/specs/management-schema.xml +++ b/specs/management-schema.xml @@ -169,7 +169,7 @@ <property name="type" type="sstr" access="RO"/> <property name="durable" type="bool" access="RO"/> <property name="autoDelete" type="bool" access="RO"/> - <property name="altExchange" type="objId" access="RO" optional="y"/> + <property name="altExchange" type="objId" references="Exchange" access="RO" optional="y"/> <property name="arguments" type="map" access="RO" desc="Arguments supplied in exchange.declare"/> <statistic name="producerCount" type="hilo32" desc="Current producers on exchange"/> |