(file) Return to PRS_Person.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Support

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  PRS_Person 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "PRS::Support" ), 
 9               Description ( "Information about a personal contact." )]
10           class PRS_Person : PRS_ContactItem {
11           
12                 [Description ( "Contact\'s first name." )]
13              string FirstName;
14           
15                 [Description ( "Contact\'s last name." )]
16              string LastName;
17           
18                 [Description ( 
19                     "How the contact is addressed, i.e. Dr., Mr., Ms., Mrs., etc."
20                      )]
21              string Salutation;
22 marek 1.1 
23                 [Description ( "Contact\'s business title." )]
24              string Title;
25           
26                 [Description ( 
27                     "Description of the contact. For example, they may have "
28                     "responsibilities not apparent from their title." )]
29              string ContactType;
30           
31                 [Description ( 
32                     "Contact\'s preferred communication method. See the "
33                     "PRS_Location.LocationType property." ), 
34                  ValueMap { "0", "1", "2", "3", "4", "254", "255" }, 
35                  Values { "Primary_Voice", "Alternate_Voice", "Fax", "Email", 
36                     "URL", "Other", "Unknown" }]
37              uint8 CommunicationMode;
38           
39           
40           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2