csl-relaxed.rnc 419 B

12345678910111213
  1. namespace cs = "http://purl.org/net/xbiblio/csl"
  2. namespace dc = "http://purl.org/dc/elements/1.1/"
  3. dc:title [ "Citation Style Language Schema - Relaxed" ]
  4. dc:creator [ "Bruce D'Arcus" ]
  5. dc:rights [ "Permission to freely use, copy and distribute." ]
  6. dc:description [
  7. "Relaxes the need for a cs:updated value in the official CSL schema."
  8. ]
  9. include "csl.rnc"{
  10. info-updated = element cs:updated { xsd:dateTime? }
  11. }