From c7e95c7e8df9938b214f33fd94309de6b83dce09 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Tue, 19 Apr 2016 09:53:22 -0700 Subject: [PATCH] Case sensitivity --- draft-ietf-lager-specification.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/draft-ietf-lager-specification.xml b/draft-ietf-lager-specification.xml index 02ab5f1..619e237 100644 --- a/draft-ietf-lager-specification.xml +++ b/draft-ietf-lager-specification.xml @@ -168,6 +168,11 @@ An LGR is expressed as a well-formed XML Document . + As XML is case-sensitive, an LGR must be authored with the correct + casing. For example, the XML element names must be in lower + case as described in this specification, and matching of attribute + values, is only performed in a case-sensitive manner. +
The XML Namespace URI is "urn:ietf:params:xml:ns:lgr-1.0". @@ -2287,8 +2292,9 @@ organization be defined as Standard Dispositions. - All private dispositions MUST be registered using the prefix-colon notation - to distinguish them from standard dispositions. + Standard dispositions MUST NOT contain the ":" character in order to + distinguish them from private dispositions. + All disposition names shall be in lowercase ASCII. The IANA registry should provide data on the name of the disposition, the intended purposes, and the registrant or defining specification for the disposition.