IbisIdentifier¶
Class in module ibisclient.dto
- class IbisIdentifier(attrs={})¶
Bases:
IbisDto
Class representing a person's identifier, for use by the web service API.
Code author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
- scheme¶
- str
The identifier's scheme (e.g.,
"crsid"
).
- value¶
- str
The identifier's value in that scheme (e.g., a specific CRSid value).