Schema Central  >  UBL 2.3  >  UBL-xmldsig-core-schema-2.3.xsd  >  ds:Transforms
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ds:Transforms

Element information

Namespace: http://www.w3.org/2000/09/xmldsig#

Schema document: common/UBL-xmldsig-core-schema-2.3.xsd

Type: ds:TransformsType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<ds:Transforms>
   <ds:Transform Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116">
      <ds:XPath>
            count(ancestor-or-self::sig:UBLDocumentSignatures |
                  here()/ancestor::sig:UBLDocumentSignatures[1]) &gt;
            count(ancestor-or-self::sig:UBLDocumentSignatures)
          </ds:XPath>
   </ds:Transform>
</ds:Transforms>