(file) Return to Core_Qualifiers.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM29

  1 a.dunfey 1.1 // ===================================================================
  2              // Title: Core_Qualifiers
  3              // $State: Exp $
  4              // $Date: 2004/11/30 19:36:05 $
  5              // $RCSfile: Core_Qualifiers.mof,v $
  6              // $Revision: 1.6.2.4 $
  7              // ===================================================================
  8              //#pragma inLine ("Includes/copyright.inc")
  9              // Copyright 1998-2004 Distributed Management Task Force, Inc. (DMTF).
 10              // All rights reserved.
 11              // DMTF is a not-for-profit association of industry members dedicated
 12              // to promoting enterprise and systems management and interoperability.
 13              // DMTF specifications and documents may be reproduced for uses
 14              // consistent with this purpose by members and non-members,
 15              // provided that correct attribution is given.
 16              // As DMTF specifications may be revised from time to time,
 17              // the particular version and release date should always be noted.
 18              // 
 19              // Implementation of certain elements of this standard or proposed
 20              // standard may be subject to third party patent rights, including
 21              // provisional patent rights (herein "patent rights"). DMTF makes
 22 a.dunfey 1.1 // no representations to users of the standard as to the existence
 23              // of such rights, and is not responsible to recognize, disclose, or
 24              // identify any or all such third party patent right, owners or
 25              // claimants, nor for any incomplete or inaccurate identification or
 26              // disclosure of such rights, owners or claimants. DMTF shall have no
 27              // liability to any party, in any manner or circumstance, under any
 28              // legal theory whatsoever, for failure to recognize, disclose, or
 29              // identify any such third party patent rights, or for such party's
 30              // reliance on the standard or incorporation thereof in its product,
 31              // protocols or testing procedures. DMTF shall have no liability to
 32              // any party implementing such standard, whether such implementation
 33              // is foreseeable or not, nor to any patent owner or claimant, and shall
 34              // have no liability or responsibility for costs or losses incurred if
 35              // a standard is withdrawn or modified after publication, and shall be
 36              // indemnified and held harmless by any party implementing the
 37              // standard from any and all claims of infringement by a patent owner
 38              // for such implementations.
 39              // 
 40              // For information about patents held by third-parties which have
 41              // notified the DMTF that, in their opinion, such patent may relate to
 42              // or impact implementations of DMTF standards, visit
 43 a.dunfey 1.1 // http://www.dmtf.org/about/policies/disclosures.php.
 44              //#pragma inLine
 45              // ===================================================================
 46              // Description: The Core Model defines basic management concepts.
 47              //              This file defines the CIM qualifiers.
 48              // 
 49              //              The object classes below are listed in an order that
 50              //              avoids forward references. Required objects, defined
 51              //              by other working groups, are omitted.
 52              // ==================================================================
 53              // Prerequisite:  none
 54              // ==================================================================
 55              // 
 56              // Change Log for v2.8 Preliminary
 57              // CR910 - Add Exception qualifier (Scope must be set to both Class
 58              //         and Indication, since the Indication qualifier is required
 59              //         when a concrete class is defined without a Key)
 60              // 
 61              // Change Log for v2.7
 62              // CR664 - Change the default value for Version qualifier to NULL.
 63              //       - Change the default value for Revision qualifier to NULL.
 64 a.dunfey 1.1 //       - Add a comment above the Revision qualifier stating that it
 65              //         has been deprecated
 66              // CR707 - Add the Composition qualifier
 67              // CR713 - Clean up of the Scope and Flavors for Abstract, ArrayType,
 68              //         EmbeddedObject, Experimental and OctetString qualifiers.
 69              // CR715 - Clean up of the Scope and Flavors for the Deprecated
 70              //         Qualifier.
 71              // CR716 - Add the MinLen qualifier
 72              // CR762 - Clean up of the Scope and Flavors for Association, DN,
 73              //         OctetString, EmbeddedObject, Expensive, Indication,
 74              //         MappingString, Modelcorrespondence, Required, and Terminal
 75              //         qualifiers.
 76              // 
 77              // Change Log for v2.7.2 - ERRATA
 78              // CR1038 - Define the Experimental and Version qualifiers as
 79              //          Restricted
 80              // ==================================================================
 81              
 82              #pragma locale ("en_US")
 83              
 84              
 85 a.dunfey 1.1 // ==================================================================
 86              // Qualifiers
 87              // ==================================================================
 88              Qualifier Abstract : boolean = false, 
 89                  Scope(class, association, indication), 
 90                  Flavor(Restricted);
 91              
 92              Qualifier Aggregate: boolean = false, 
 93                  Scope (reference),
 94                  Flavor(DisableOverride);
 95              
 96              Qualifier Aggregation : boolean = false, 
 97                  Scope(association),
 98                  Flavor(DisableOverride);
 99              
100              Qualifier Alias : string = null, 
101                  Scope(property, reference, method), 
102                  Flavor(Translatable);
103              
104              Qualifier ArrayType : string = "Bag", 
105                  Scope(property, parameter),
106 a.dunfey 1.1     Flavor(DisableOverride);
107              
108              Qualifier Association : boolean = false, 
109                  Scope(association), 
110                  Flavor(DisableOverride);
111              
112              Qualifier BitMap : string[], 
113                  Scope(property, method, parameter);
114              
115              Qualifier BitValues : string[], 
116                  Scope(property, method, parameter), 
117                  Flavor(Translatable);
118              
119              Qualifier Composition : boolean = false, 
120                  Scope(association),
121                  Flavor(DisableOverride);
122              
123              Qualifier Counter : boolean = false, 
124                  Scope(property, method, parameter);
125              
126              Qualifier Delete : boolean = false, 
127 a.dunfey 1.1     Scope(association, reference);
128              
129              Qualifier Deprecated : string [], 
130                  Scope(any),
131                  Flavor(Restricted);
132              
133              Qualifier Description : string = null, 
134                  Scope(any), 
135                  Flavor(Translatable);
136              
137              Qualifier DisplayName : string = null, 
138                  Scope(any),
139                  Flavor(Translatable);
140              
141              Qualifier DN : boolean=false, 
142                  Scope(property, method, parameter), 
143                  Flavor(DisableOverride); 
144              
145              Qualifier EmbeddedObject : boolean = false, 
146                  Scope(property, method, parameter),
147                  Flavor(DisableOverride); 
148 a.dunfey 1.1 
149              Qualifier Exception: boolean = false,
150                  Scope(class, indication), 
151                  Flavor(disableoverride, tosubclass); 
152              
153              Qualifier Expensive : boolean = false, 
154                  Scope(any);
155              
156              Qualifier Experimental : boolean = false, 
157                  Scope(any), 
158                  Flavor(Restricted); 
159              
160              Qualifier Gauge : boolean = false, 
161                  Scope(property, method, parameter);
162              
163              Qualifier Ifdeleted : boolean = false, 
164                  Scope(association, reference);
165              
166              Qualifier In : boolean = true, 
167                  Scope(parameter),
168                  Flavor(DisableOverride);
169 a.dunfey 1.1 
170              Qualifier Indication : boolean = false, 
171                  Scope(class, indication), 
172                  Flavor(DisableOverride);
173              
174              Qualifier Invisible : boolean = false,
175                  Scope(reference, association, class, property, method);
176              
177              Qualifier Key : boolean = false, 
178                  Scope(property, reference), 
179                  Flavor(DisableOverride);
180              
181              Qualifier Large : boolean = false, 
182                  Scope(property, class);
183              
184              Qualifier MappingStrings : string[],
185                  Scope(any);
186              
187              Qualifier Max : uint32 = null, 
188                  Scope(reference);
189              
190 a.dunfey 1.1 Qualifier MaxLen : uint32 = null, 
191                  Scope(property, method, parameter);
192              
193              Qualifier MaxValue : sint64 = null, 
194                  Scope(property, method, parameter);
195              
196              Qualifier Min : uint32 = 0, 
197                  Scope(reference);
198              
199              Qualifier MinLen : uint32 = 0,
200                  Scope(property, method, parameter);
201              
202              Qualifier MinValue : sint64 = null, 
203                  Scope(property, method, parameter);
204              
205              Qualifier ModelCorrespondence : string[], 
206                  Scope(any);
207              
208              Qualifier Nonlocal : string = null, 
209                  Scope(reference);
210              
211 a.dunfey 1.1 Qualifier NonlocalType : string = null, 
212                  Scope(reference);
213              
214              Qualifier NullValue : string = null, 
215                  Scope (property),
216                  Flavor(DisableOverride);
217              
218              Qualifier Octetstring : boolean = false, 
219                  Scope(property, method, parameter), 
220                  Flavor(DisableOverride);
221              
222              Qualifier Out : boolean = false, 
223                  Scope(parameter),
224                  Flavor(DisableOverride);
225              
226              Qualifier Override : string = null, 
227                  Scope(property, method, reference), 
228                  Flavor(DisableOverride);
229              
230              Qualifier Propagated : string = null, 
231                  Scope(property),
232 a.dunfey 1.1     Flavor(DisableOverride);
233              
234              Qualifier PropertyUsage : string = "CurrentContext", 
235                  Scope(property); 
236              
237              Qualifier Provider : string = null, 
238                  Scope(any);
239              
240              Qualifier Read : boolean = true, 
241                  Scope(property);
242              
243              Qualifier Required : boolean = false, 
244                  Scope(property, reference, parameter),
245                  Flavor(DisableOverride);
246              
247              //  The Revision qualifer has been deprecated. For the replacement,
248              //  see the usage rule for the version qualifer in the CIM
249              //  Specification.
250              Qualifier Revision : string = null, 
251                  Scope(class, association, indication ), 
252                  Flavor(Translatable);
253 a.dunfey 1.1 
254              Qualifier Schema : string = null, 
255                  Scope (property, method), 
256                  Flavor(DisableOverride, Translatable);
257              
258              Qualifier Source : string = null, 
259                  Scope(class, association, indication);
260              
261              Qualifier SourceType : string = null, 
262                  Scope(class, association, indication, reference);
263              
264              Qualifier Static : boolean = false, 
265                  Scope(method, property),
266                  Flavor(DisableOverride);
267              
268              Qualifier Syntax : string = null, 
269                  Scope(property, reference, method, parameter);
270              
271              Qualifier SyntaxType : string = null, 
272                  Scope(property, reference, method, parameter);
273              
274 a.dunfey 1.1 Qualifier Terminal : boolean = FALSE, 
275                  Scope(class, association, indication);
276              
277              Qualifier TriggerType : string = null,
278                  Scope(class, property, reference, method, association, indication);
279              
280              Qualifier Units : string = null, 
281                  Scope(property, method, parameter), 
282                  Flavor(Translatable);
283              
284              Qualifier UnknownValues : string[], 
285                  Scope(property),
286                  Flavor(DisableOverride);
287              
288              Qualifier UnsupportedValues : string[], 
289                  Scope(property),
290                  Flavor(DisableOverride);
291              
292              Qualifier ValueMap : string[], 
293                  Scope(property, method, parameter);
294              
295 a.dunfey 1.1 Qualifier Values : string[], 
296                  Scope(property, method, parameter), 
297                  Flavor(Translatable);
298              
299              Qualifier Version : string = null, 
300                  Scope(class, association, indication), 
301                  Flavor(Restricted, Translatable);
302              
303              Qualifier Weak : boolean = false, 
304                  Scope(reference), 
305                  Flavor(DisableOverride, ToSubclass);
306              
307              Qualifier Write : boolean = false, 
308                  Scope(property);
309              
310              // ===================================================================
311              // end of file
312              // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2