Index: xmldsig-properties-schema.rnc =================================================================== RCS file: /w3ccvs/WWW/2008/xmlsec/Drafts/xmlsec-rngschema/xmldsig-properties-schema.rnc,v retrieving revision 1.10 diff -r1.10 xmldsig-properties-schema.rnc 14,15c14 < # This schema allows Profile, Role, Identifier, Created, Expires, < # and ReplayProject elements as children of SignatureProperty --- > # This schema allows Profile, Role, and Identifier elements as children of SignatureProperty 22d20 < | dsp_Created | dsp_Expires | dsp_ReplayProtect 28,36d25 < dsp_Created = element Created { xsd:dateTime } < dsp_Expires = element Expires { xsd:dateTime } < dsp_ReplayProtect = element ReplayProtect { dsp_ReplayProtectType } < dsp_ReplayProtectType = < element timestamp { xsd:dateTime }, < element nonce { dsp_NonceValueType } < dsp_NonceValueType = < attribute EncodingType { xsd:anyURI }?, < xsd:string