Difference between revisions of "IXTuser"
Jump to navigation
Jump to search
m |
m |
||
Line 9: | Line 9: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | | name | + | |'''base''' |
+ | | [[IXTbase]] | ||
+ | | internal use | ||
+ | |- | ||
+ | | '''name''' | ||
| char | | char | ||
| Name of user | | Name of user | ||
|- | |- | ||
− | | affiliation | + | | '''affiliation''' |
| char | | char | ||
| Affiliation of user | | Affiliation of user | ||
|- | |- | ||
− | | address | + | | '''address''' |
| char | | char | ||
| Address of user | | Address of user | ||
|- | |- | ||
− | | telephone | + | | '''telephone''' |
| char | | char | ||
| Telephone number of user | | Telephone number of user | ||
|- | |- | ||
− | | fax | + | | '''fax''' |
| char | | char | ||
| Fax number of user | | Fax number of user | ||
|- | |- | ||
− | | email | + | | '''email''' |
| char | | char | ||
| E-mail address of user | | E-mail address of user |
Latest revision as of 14:27, 4 August 2008
Structure
The elements of the object are as follows:
Element | Type | Description |
---|---|---|
base | IXTbase | internal use |
name | char | Name of user |
affiliation | char | Affiliation of user |
address | char | Address of user |
telephone | char | Telephone number of user |
fax | char | Fax number of user |
char | E-mail address of user |
F90 syntax
use IXMuser type(IXTuser):: user type(IXTstatus):: status
Operations
The following operations may be performed on this data type: