# xmldsig-properties-schema.rnc (derived from xmldsig-properties-schema.xsd) # # Copyright ©[2011] World Wide Web Consortium # (Massachusetts Institute of Technology, # European Research Consortium for Informatics and Mathematics, # Keio University). All Rights Reserved. # This work is distributed under the W3C® Software License [1] in the # hope that it will be useful, but WITHOUT ANY WARRANTY; without even # the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR # PURPOSE. # [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 # # # This schema allows Profile, Role, and Identifier elements as children of SignatureProperty # elements. default namespace = "http://www.w3.org/2009/xmldsig-properties" ds_SignaturePropertyChild |= dsp_Profile | dsp_Role | dsp_Identifier dsp_Profile = element Profile { dsp_ProfileType } dsp_ProfileType = attribute URI { xsd:anyURI }? dsp_Role = element Role { dsp_RoleType } dsp_RoleType = attribute URI { xsd:anyURI }? dsp_Identifier = element Identifier { xsd:string }