Re: [netmod] Clarification needed for YANG 1.1 XPATH context

Martin Bjorklund <mbj@tail-f.com> Thu, 25 February 2016 15:16 UTC

Return-Path: <mbj@tail-f.com>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1E7E31B2A2C for <netmod@ietfa.amsl.com>; Thu, 25 Feb 2016 07:16:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.907
X-Spam-Level:
X-Spam-Status: No, score=-1.907 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w69P01EYKL-I for <netmod@ietfa.amsl.com>; Thu, 25 Feb 2016 07:16:56 -0800 (PST)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id 176FD1B2A1B for <netmod@ietf.org>; Thu, 25 Feb 2016 07:16:56 -0800 (PST)
Received: from localhost (unknown [173.38.220.38]) by mail.tail-f.com (Postfix) with ESMTPSA id 417BC1AE0335; Thu, 25 Feb 2016 16:16:55 +0100 (CET)
Date: Thu, 25 Feb 2016 16:16:59 +0100
Message-Id: <20160225.161659.2204602310947308417.mbj@tail-f.com>
To: wivory@Brocade.com
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <f790c7e329684d78bec27a1bfe150d6c@EMEAWP-EXMB12.corp.brocade.com>
References: <f790c7e329684d78bec27a1bfe150d6c@EMEAWP-EXMB12.corp.brocade.com>
X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/netmod/inG7Zt6RCnkrqfkKoH1fS6EypsM>
Cc: netmod@ietf.org
Subject: Re: [netmod] Clarification needed for YANG 1.1 XPATH context
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Feb 2016 15:16:57 -0000

William Ivory <wivory@Brocade.com> wrote:
> Hi,
> 
> I'm looking for clarification on the meaning of the following
> paragraph in section 6.4.1 (XPATH context) in RFC6020bis:
> 
>    'If a node that exists in the accessible tree has a non-presence
>    container as a child, then the non-presence container also exists in
>    the tree.'
> 
> It's unclear to me what this is trying to say, and why - for example,
> does this mean that I need to validate any 'must' and 'when'
> statements on the child container even when nothing within that child
> container is configured?

must expressions are always evaluated if the node where the must
expression is defined exists, regardless of the number of children
this node has.


/martin