Enumeration InformationType

null

This EEnum categorizes the information type. In this current draft of the PrivacyDSL, a number of exemplary information types are provided, following a numbering taxonomy using a four-digit number:

1) the first two digits are the broad information type category (e.g. identification_authentication)

1) the last two digits are the subcategories within those broad categories, e.g. loginUsernamePassword). If preferred, the same subcategorizing can be done within the last two digits (optional).

This allows the easy generalization of specific information types into more generic ones.

Literals

Name Literal Value Description
detectedGeoLocation detectedGeoLocation 1201 Selects a particular information type from the EEnum.
geospatial_information geospatial_information 1200 Selects a particular information type from the EEnum.
government_issued_identification government_issued_identification 1100 Selects a particular information type from the EEnum.
identification_authentication identification_authentication 1000 Selects a particular information type from the EEnum.
loginUsernamePassword loginUsernamePassword 1010 Selects a particular information type from the EEnum.
social_security_number social_security_number 1101 Selects a particular information type from the EEnum.
unknown unknown 0 Selects a particular information type from the EEnum. Note that "unknown" may not be a desirable information type, and could be removed in future versions of this PrivacyDSL draft.