array( 'Body' => "Body", 'Name' => "Name", 'EmailAddress' => "EmailAddress" ), 'numeric' => array( "AuthorId" => "UserId", "PostId" => "PostId", "ParentId" => "ParentId" ), 'timestamp' => array( "PostedDate" => "Posted" ), 'boolean' => array( "Visible" => "Visible", "IsGuestPost" => "GuestPost" ), 'user' => array( "Author" => "UserId" ), 'blogpost' => array( "Post" => "PostId" ), 'blogcomment' => array( "Parent" => "ParentId" ) ); }