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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

ds:Transform

Element information

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

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

Type: ds:TransformType

Properties: Global, Qualified

Content

  • Any text (mixed) content, intermingled with:
  • Choice [0..*]
    • Any element Namespace: ##other, Process Contents: lax
    • ds:XPath

Attributes

NameOccTypeDescriptionNotes
Algorithm [1..1]xsd:anyURI

Used in

Sample instance

<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>