Searched refs:GenderString (Results 1 – 3 of 3) sorted by relevance
332 class GenderString(char.PrintableString): class335 GenderString.subtypeSpec = constraint.ValueSizeConstraint(1, 1)336 GenderString.subtypeSpec = constraint.SingleValueConstraint("M", "F", "m", "f")343 gender['values'][0] = GenderString()552 pkcs_9_at_gender: GenderString(),
37 …from the Profile model and replaces them with new PartyTypeString and GenderString attributes, whi…
167 …ugh 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.