<schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"
xmlns:xsl="https://www.w3.org/1999/XSL/Transform"
xmlns="http://purl.oclc.org/dsdl/schematron">
<title>FFM Marketplace Reconciliation</title>
<xsl:key name="premiumPaidStatus" match="initialPremiumPaidStatus" use="../exchangeAssignedSubscriberId"/>
如果我像上面那样使用xsl命名空间中的密钥 我得到了
警告:无法识别的元素xsl:key
如果我使用schematron命名空间中的密钥,我会得到
架构错误:关键元素不在ISO Schematron命名空间中。使用XSLT命名空间。