Sha256: 81a0e18ffb37a58f3cba20808584456fac7d880a2e90b74097a079b2d6e4aa8d
Contents?: true
Size: 696 Bytes
Versions: 16
Compression:
Stored size: 696 Bytes
Contents
# security_any.rnc # # Copyright 2011 W3C (Massachusetts Institute of Technology, # Institut National de Recherche en Informatique et en Automatique, # Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/ # # Use and distribution of all schemas in this directory are permitted under the terms # W3C Software Notice and License # http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 # # This RELAX NG schema defines security_anyElement, which allows any element, # and security_anyAttribute, which allows any attribute. security_anyElement = element * { mixed { security_anyAttribute*, security_anyElement* } } security_anyAttribute = attribute * { text }
Version data entries
16 entries across 16 versions & 1 rubygems