XML-Compile-WSS-Signature

 view release on metacpan or  search on metacpan

dump/keyinfo/KeyIdentifier.templ  view on Meta::CPAN

# Describing tagged wsse:KeyIdentifier
#     {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}KeyIdentifier
#
# Produced by XML::Compile::Translate::Template version undef
#          on Thu Jun 26 17:02:33 2025
#
# BE WARNED: in most cases, the example below cannot be used without
# interpretation.  The comments will guide you.
#
# xmlns:ds        http://www.w3.org/2000/09/xmldsig#
# xmlns:wsse      http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
# xmlns:wsu       http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd
# xmlns:xsd       http://www.w3.org/2001/XMLSchema

# is a wsse:KeyIdentifierType
# wsse_KeyIdentifier is simple value with attributes
{ # is a xsd:ID
  # becomes an attribute
  wsu_Id => "id_0",

  # is a xsd:anyURI
  # becomes an attribute
  EncodingType => "http://example.com",

  # is a xsd:anyURI
  # becomes an attribute
  ValueType => "http://example.com",

  # any attribute not in wsse:
  ANYATTR => "AnySimple",

  # is a xsd:string
  # string content of the container
  _ => "example", }



( run in 0.919 second using v1.01-cache-2.11-cpan-71847e10f99 )