Namespace and XKMS Attributes

Hi,

I am describing a sample LocateRequest below. In the example I am using
"xkms" as the namespace prefix for the XKMS elements. I want to know whether
the XKMS attibutes will also be the namespaced or not i.e. should we use the
namespace prefix  in my case "xkms" with XKMS attributes?

-   <xkms:LocateRequest Id="1" ResponseLimit="2"
Service="http://www.ascertia.com/xkms/">
          <xkms:ResponseMechanism>Pending</xkms:ResponseMechanism>
          <xkms:RespondWith>KeyValue</xkms:RespondWith>
          <xkms:RespondWith>X509Cert</xkms:RespondWith>
          <xkms:PendingNotification Identifier="yasir.khan@ascertia.com"
Mechanism="urn:ietf:rfc:2633" />
          <xkms:QueryKeyBinding>
                  <xkms:KeyUsage>Encryption</xkms:KeyUsage>
                  <xkms:KeyUsage>Signature</xkms:KeyUsage>
                  <xkms:UseKeyWith Application="urn:ietf:rfc:2633"
Identifier="yasir.khan@ascertia.com" />
     </xkms:QueryKeyBinding>
</xkms:LocateRequest>

Regards,
Yasir Khan

Received on Friday, 26 September 2003 03:10:56 UTC