classafAtom::Person
sys::Obj afAtom::Person
Describes a person, corporation, or similar entity.
@see The Person Construct
- email
- Uri? email- (Optional) An email address for the person. 
- make
- new make(Str name)- Creates a - Personwith the required fields.
- name
- Str name- (Required) A human-readable name for the person. 
- toXml
- virtual XElem toXml(Str elementName)- Creates a Person element with the given element name. 
- uri
- Uri? uri- (Optional) A home page for the person.