module yumaworks-attrs { namespace "http://yumaworks.com/ns/yumaworks-attrs"; prefix "ya"; import ietf-yang-types { prefix yang; } import yuma-ncx { prefix ncx; } organization "YumaWorks, Inc."; contact "Support "; description "This module contains abstract object definitions for the last-modified and etag XML attributes."; revision 2013-02-28 { description "Initial version"; } leaf last-modified { ncx:abstract; ncx:hidden; type yang:date-and-time; description "Indicates the last-modified timestamp for the node containing this attribute."; } leaf etag { ncx:abstract; ncx:hidden; type string; description "Contains the Entity Tag for the node containing this attribute."; } }